Making a mod package: Difference between revisions

Please, every time i change a mod with those old uneccessary values I delete them
(adding sample mod package directory)
(Please, every time i change a mod with those old uneccessary values I delete them)
Line 12: Line 12:
  AEInstallVersion ->  1.1
  AEInstallVersion ->  1.1
  NameOfMod -> Improved Weapons
  NameOfMod -> Improved Weapons
  ModString -> 11000BetterWeaps 1.1
  ModVersion -> 1.1
  Category -> AE: Weapons
  Category -> AE: Weapons
  Creator -> Geyser/Loser/Iritscen/Gumby
  Creator -> Geyser/Loser/Iritscen/Gumby
  HasOnis -> Yes
  HasOnis -> Yes
HasDeltas -> No
HasBSL -> No
HasDats -> No
IsEngine -> No
  Readme -> Improves the appearence and mechanics of existing Oni weapons. \n \n Currently contains...
  Readme -> Improves the appearence and mechanics of existing Oni weapons. \n \n Currently contains...
GlobalNeeded -> Yes


:;'''AEInstallVersion'''
:;'''AEInstallVersion'''
Line 30: Line 25:
:::*No more division of level0_Final into level0_Character, level0_Textures, etc., and no more need for a double-path like level1_Final/level1_Final. See step 5. The 1.0 package hierarchy still works, however.
:::*No more division of level0_Final into level0_Character, level0_Textures, etc., and no more need for a double-path like level1_Final/level1_Final. See step 5. The 1.0 package hierarchy still works, however.
:::*Supports floating-point version numbers, like "ModString -> 11000BetterWeaps 1.1".
:::*Supports floating-point version numbers, like "ModString -> 11000BetterWeaps 1.1".
:::*ModString is now depreciated for ModVersion.


:;'''NameOfMod'''
:;'''NameOfMod'''
:The "public" name of the mod. It can be anything you like, but should be written in an easily understandable manner, since it is displayed for the user in the Installer.
:The "public" name of the mod. It can be anything you like, but should be written in an easily understandable manner, since it is displayed for the user in the Installer.


:;'''ModString'''
:;'''ModVersion'''
:This line has two parts. The first is the name of the folder the mod is in. The second is the version of the mod.
:The version of the mod, used to know if you are using the most current version when updating.


:;'''Creator'''
:;'''Creator'''
826

edits