19,703
edits
m (okay, then I guess this example is a bad one)  | 
				m (language tweaks)  | 
				||
| Line 19: | Line 19: | ||
:;'''AEInstallVersion'''  | :;'''AEInstallVersion'''  | ||
:What version of the Installer is needed to read this package. There are two significant releases of the Installer  | :What version of the Installer is needed to read this package. There are two significant releases of the Anniversary Edition Installer (AEI): 1.0 and 1.1. If you make a new package at this point, you should just set its AEInstallVersion to 1.1 to be safe. Following, for the sake of thorough documentation, are the functional package-handling differences between the versions:  | ||
::1.0 (Edition 2009-07): Initial release.  | ::1.0 (Edition 2009-07): Initial release.  | ||
::1.1 (Edition 2010-05):  | ::1.1 (Edition 2010-05):  | ||
| Line 31: | Line 31: | ||
:;'''ModVersion'''  | :;'''ModVersion'''  | ||
:The version of the mod  | :The version of the mod; tells the Installer if you are using the most current version when updating.  | ||
:;'''Creator'''  | :;'''Creator'''  | ||
| Line 37: | Line 37: | ||
:;'''HasOnis'''  | :;'''HasOnis'''  | ||
:Set this to "Yes" to tell the   | :Set this to "Yes" to tell the Installer that .oni files are present.  | ||
:;'''HasBSL'''  | :;'''HasBSL'''  | ||
| Line 46: | Line 46: | ||
:;'''Readme'''  | :;'''Readme'''  | ||
:The read-me text displayed for the user in the   | :The read-me text displayed for the user in the Installer. You can make linebreaks by using " \n ".  | ||
Flags not documented here are currently ignored by the Installer.  | Flags not documented here are currently ignored by the Installer.  | ||