PDA

View Full Version : Mutator Name not showing up



Kilroth
04-13-2010, 03:15 PM
So, I have a working mutator for my UDK game, but in the Mutator Select Screen, the name doesn't show up. It's there, and I can select it, and it works, but the name area is blank. What is going on, and more importantly, how do I fix it?

OmegaMinus1
04-14-2010, 01:42 AM
Try putting the name in:

C:\UDK\UDK-2010-03\UTGame\Localization\INT\utgame.int

;///////////////
; Mutator Names
;///////////////

[UTMutator_BigHead UTUIDataProvider_Mutator]
FriendlyName="Big Head"
Description="Head size depends on ratio of kills to deaths."


NOTE: Any text strings in FrontEnd are setup for multi language so they kept it all together.