Jump to content

Making a mod package: Difference between revisions

m
→‎Mod_Info.cfg: various tweaks
m (→‎Mod_Info.cfg: various tweaks)
Line 6: Line 6:


==== Mod_Info.cfg ====
==== Mod_Info.cfg ====
  AEInstallVersion -> 2.0
  AEInstallVersion -> 2.0
  NameOfMod -> Improved Weapons
  NameOfMod -> Improved Weapons
  Creator -> Geyser/Loser/Iritscen/Gumby
  Creator -> Geyser, Loser, Iritscen, Gumby
  ModVersion -> 1.1
  ModVersion -> 1.1
  IncompatibleWith -> 11000,23050
  IncompatibleWith -> 11100,23050
  DependsOn -> 45000
  DependsOn -> 45000
  UnlockLevel -> 25
  UnlockLevel -> 25
  Readme -> Improves the appearence and mechanics of existing Oni weapons. \n \n Currently contains...
  Readme -> Improves the appearance and mechanics of existing Oni weapons. \n \n Currently contains...


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=====
Entries marked with an asterisk ('''*''') are only used if the mod is not yet listed on the {{OMD}}). Otherwise, the [[AEI]] will display the versions of those fields that are found on the Depot's node for that mod.


; '''AEInstallVersion'''
; '''AEInstallVersion'''
Line 39: Line 40:


; '''HasBSL'''
; '''HasBSL'''
: If set to "Yes", the Installer considers your mod a scenario and takes steps to exclude other BSL scenario mods from being installed for the same level. If set to "Addon", the Installer allows your mod to be installed to any level without restriction. Of course not all third-party BSL add-ons are guaranteed to be compatible with each other, but this is an inherent risk in third-party modding. Mods with conflicting BSL files for a level should be stated within the ''Conflicts'' tag. If this tag is left out "Yes" is assumed by default if the mod contains bsl-folders.
: If set to "Yes", the Installer considers your mod a scenario and takes steps to exclude other BSL scenario mods from being installed for the same level. If set to "Addon", the Installer allows your mod to be installed to any level without restriction. Of course not all third-party BSL add-ons are guaranteed to be compatible with each other, but this is an inherent risk in third-party modding. Mods with conflicting BSL files for a level should be listed in the ''IncompatibleWith'' field. If this tag is left out, "Yes" is assumed by default if the mod contains a "bsl/" folder.


; '''UnlockLevel'''
; '''UnlockLevel'''