I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
Difference between revisions of "UE2:UT2k4Mod.ini"
From Unreal Wiki, The Unreal Engine Documentation Site
OlympusMons (Talk | contribs) m |
m |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | The ''' | + | The '''UT2k4Mod.ini file''' is used when creating a mod using the inbuilt mod system included with [[Unreal Tournament 2004|UT2004]]. It contains descriptions and links to your mod, a logo, and even your mod's url. |
− | When running with the '''-mod=''' | + | When running with the '''-mod=''' command line switch, [[Unreal Tournament 2004|UT2004]] will look for this file in your C:\UT2004\'''YourMod'''; if found it will load the custom '''ini''' file. |
{{ambox|type=notice|text= In truth, the content of this file is only referenced by the "User Mods" tab of the community menu. Think of it as the "definition" file for you mod. It contains the the various text and options needed to fill out that menu. – UDN | {{ambox|type=notice|text= In truth, the content of this file is only referenced by the "User Mods" tab of the community menu. Think of it as the "definition" file for you mod. It contains the the various text and options needed to fill out that menu. – UDN | ||
− | }} | + | }} |
− | ==General Information on the | + | |
+ | ==General Information on the UT2k4Mod.ini== | ||
;[Mod] : This is the section header and it *MUST* be the first item of your UT2K4MOD.ini file. Without it your mod will not display. | ;[Mod] : This is the section header and it *MUST* be the first item of your UT2K4MOD.ini file. Without it your mod will not display. | ||
− | ;ModTitle : This is the title of the mod and will be displayed in the select list of the "User Mods"tab. | + | ;ModTitle : This is the title of the mod and will be displayed in the select list of the "User Mods" tab. |
− | ;ModLogo : This is the full name (ie: Package.texture) of | + | ;ModLogo : This is the full name (ie: Package.texture) of the image to be displayed on the "User Mods" tab of the community menu when someone selects your mod. The texture should be 512x128. |
− | ;ModDesc : This options sets the description that will show in the box on the "User Mods"tab. You can use the pipe character "|"to add | + | ;ModDesc : This options sets the description that will show in the box on the "User Mods"tab. You can use the pipe character "|" to add line breaks to the display. |
− | ;ModCmdLine : This is the command line that will be used to launch your mod. You do not need to include the "–mod="as it will be auto-appended. | + | ;ModCmdLine : This is the command line that will be used to launch your mod. You do not need to include the "–mod=" as it will be auto-appended. |
;ModURL : This is a hyperlink to a web site for your mod. | ;ModURL : This is a hyperlink to a web site for your mod. | ||
Template | Template | ||
− | < | + | <source lang=ini> |
[Mod] | [Mod] | ||
Line 29: | Line 30: | ||
ModURL= | ModURL= | ||
− | </ | + | </source> |
+ | |||
==Related Topics== | ==Related Topics== | ||
Line 36: | Line 38: | ||
**[[Legacy:UT2004.Ini|UT2004.ini]] | **[[Legacy:UT2004.Ini|UT2004.ini]] | ||
***UT2k4Mod.ini | ***UT2k4Mod.ini | ||
− | ***[[ | + | ***[[UE2:UT2004 Default.ini|UT2004 Default.ini]] – Used for generating UT2004.ini's |
***[[Legacy:UT2k4 DefaultUser.Ini|UT2k4 DefaultUser.ini]] – Used for generating User.ini's<br><br> | ***[[Legacy:UT2k4 DefaultUser.Ini|UT2k4 DefaultUser.ini]] – Used for generating User.ini's<br><br> | ||
==External Links== | ==External Links== | ||
:*[[udn2:ImprovedModSupport|Improved Mod Support]] | :*[[udn2:ImprovedModSupport|Improved Mod Support]] |
Latest revision as of 05:02, 5 May 2008
The UT2k4Mod.ini file is used when creating a mod using the inbuilt mod system included with UT2004. It contains descriptions and links to your mod, a logo, and even your mod's url.
When running with the -mod= command line switch, UT2004 will look for this file in your C:\UT2004\YourMod; if found it will load the custom ini file.
In truth, the content of this file is only referenced by the "User Mods" tab of the community menu. Think of it as the "definition" file for you mod. It contains the the various text and options needed to fill out that menu. – UDN |
General Information on the UT2k4Mod.ini[edit]
- [Mod]
- This is the section header and it *MUST* be the first item of your UT2K4MOD.ini file. Without it your mod will not display.
- ModTitle
- This is the title of the mod and will be displayed in the select list of the "User Mods" tab.
- ModLogo
- This is the full name (ie: Package.texture) of the image to be displayed on the "User Mods" tab of the community menu when someone selects your mod. The texture should be 512x128.
- ModDesc
- This options sets the description that will show in the box on the "User Mods"tab. You can use the pipe character "|" to add line breaks to the display.
- ModCmdLine
- This is the command line that will be used to launch your mod. You do not need to include the "–mod=" as it will be auto-appended.
- ModURL
- This is a hyperlink to a web site for your mod.
Template
[Mod] ModTitle= ModLogo= ModDesc= ModCmdLine= ModURL=
Related Topics[edit]
- Set Up Package Folders
- Game Ini File
- UT2004.ini
- UT2k4Mod.ini
- UT2004 Default.ini – Used for generating UT2004.ini's
- UT2k4 DefaultUser.ini – Used for generating User.ini's
- UT2004.ini