Page 1 of 1

Change SettingsMenuType for Mutator.

Posted: Mon Jan 01, 2018 4:40 pm
by Gadavre
I need to remove the checkbox for Translocator from the "Settings" tab.
I can do this in the Mod, since in defaultproperties we see this line

Code: Select all

 SettingsMenuType="UTMenu.UTSettingsSClient"
But i have Mutator (not DeathMatchPlus). I want to change a variable SettingsMenuType through the class mutator. If this is possible then how to do it?

Re: Change SettingsMenuType for Mutator.

Posted: Tue Jan 23, 2018 6:14 am
by ExpEM
You can't do it without access to the Root. The Root holds the menu options, simply put, using a mutator wont do it, however a game type can. Have a look at the code for RocketArena for how to bork menu options.