Jump to content

Making a mod package: Difference between revisions

Tools -> ExeType
(→‎used numbers: not sure I agree with the idea of having this list, but might as well update it; moved Blood to 34090 to avoid the conflict with Exp. Barrel)
(Tools -> ExeType)
Line 87: Line 87:
  Readme -> Management of Oni's .dat files
  Readme -> Management of Oni's .dat files
  ExeName -> Tools/MyExe.exe
  ExeName -> Tools/MyExe.exe
ExeType -> DotNet
  WorkingDir -> Base
  WorkingDir -> Base
  IconName -> Tools/MyIcon.png
  IconName -> Tools/MyIcon.png
Line 109: Line 110:
; '''ExeName'''
; '''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)
: 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)
; '''ExeType'''
: Type of the executable. Important if the executable has to be run by a specific interpreter like .Net. Can be either one of:
:: ''OSBinary'' - Normal binary which can be executed by itself (assumed by default)
:: ''DotNet'' - .Net binary, executed by MS.NET on Windows, Mono on MacOS / Linux
:: ''Jar'' - Java .jar archive (assumed if ''ExeName'' ends in ".jar")


; '''WorkingDir'''
; '''WorkingDir'''