292
edits
Line 83: | Line 83: | ||
ModVersion -> 0.9.77.0 | ModVersion -> 0.9.77.0 | ||
Readme -> Management of Oni's .dat files | Readme -> Management of Oni's .dat files | ||
ExeName -> Tools/MyExe.exe | |||
WorkingDir -> Base | |||
Explanation of fields in the Config: (Entries marked with an asterisk ('''*''') are only used if the mod is not yet listed on the depot) | Explanation of fields in the Config: (Entries marked with an asterisk ('''*''') are only used if the mod is not yet listed on the depot) | ||
Line 100: | Line 102: | ||
; '''Readme''' | ; '''Readme''' | ||
: The read-me text. You can make linebreaks by using " \n " '''*'''. | : The read-me text. You can make linebreaks by using " \n " '''*'''. | ||
; '''ExeName''' | |||
: Path to the executable file if it should be integrated in the tools menu of AEI. Probably mostly useful for GUI based tools. Do not forget to add the path to the file in relation to the Edition-base folder. (Optional tag) | |||
; '''WorkingDir''' | |||
: Specify the working directory for the executable specified by ''ExeName''. Can be either one of: | |||
:: ''Base'' - Working directory is the Edition folder | |||
:: ''Exe'' - Working directory is the folder where the executable is located | |||
:: ''GDF'' - Working directory is the GameDataFolder | |||
==== Folder structure ==== | ==== Folder structure ==== |