Custom Menu

Need some nice Mods? Here, you are right!
Post Reply
de1337ed
Novice
Posts: 18
Joined: Wed Apr 01, 2015 1:36 pm

Custom Menu

Post by de1337ed »

I was wondering if it's possible to replace the game's main menu. I want to be able to disable some menus or change the text. Here's the section from UnrealTournament.ini:

Code: Select all

[UMenu.UMenuMenuBar]
ShowHelp=True
GameUMenuDefault=UTMenu.UTGameMenu
MultiplayerUMenuDefault=UTMenu.UTMultiplayerMenu
OptionsUMenuDefault=UTMenu.UTOptionsMenu
ModMenuClass=UMenu.UMenuModMenu
Having this instead doesn't switch to my custom UTGameMenu.

Code: Select all

GameUMenuDefault=MyGameMenu.MyGameMenu
I tried:
1. Copying UTMenu.UTGameMenu's code and using it in my class.
2. Extending UTGameMenu and changing defaultproperties only.

What's the problem?
Post Reply