UE2:UT2k4Mod.ini

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:UT2k4Mod.Ini)
Jump to navigation Jump to search

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.


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.
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

External Links