Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:GUIUserModInfo (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIUserModInfo
Package: 
GUI2K4
Direct subclass:
UT2K4DefaultGame

(C) 2002, Epic Games


The GUIUserModInfo is a class that allows mod authors to create TC/Mod records for their mods. Users can then activate the mod from the User Mods menu.

Mod authors subclass this actor in their package. They then need to add the following line to their .INT file

Object=(Class=Class,MetaClass=GUI2K4.GUIUserModInfo,Name=ModPackageName.CustomModInfoClassName)


ModName is the name of the mod. It will appear in the list of mods. ModInfo is the text to display in the Mod Info box. ModLogo is the string name of an image to use as a logo for the mod ModCmdLine is the command line parameters to use when activating the mod

Properties[edit]

ModCmdLine[edit]

Type: string

Modifiers: localized


ModInfo[edit]

Type: string

Modifiers: localized


[edit]

Type: string

Modifiers: localized


ModName[edit]

Type: string

Modifiers: localized