• Register

This member has provided no bio about themself...

Comment History
SimonBar
SimonBar - - 2 comments @ Unreal Learning #2: UT3 Configurable Mutators

Well I changed the "config(UTPlayerTweak.ini)" to "config(UTPlayerTweak)" and now it works!

So nevermind.

Good karma+1 vote
SimonBar
SimonBar - - 2 comments @ Unreal Learning #2: UT3 Configurable Mutators

Hi ambershee, I've got a problem with the compiling.

Like peterfaj I have a "C:\Program Files\Unreal Tournament 3\Development\Src\ PlayerTweak\Classes\PlayerTweakMutator.uc(18) : Error, Classes with config/ globalconfig member variables need to specify config file."

So I changed the beginning of the file to:

class PlayerTweakMutator extends UTMutator
config(UTPlayerTweak.ini);

Now I'm getting a new compile error,
"C:\Program Files\Unreal Tournament 3\Development\Src\ PlayerTweak\Classes\PlayerTweakMutator.uc(2) : Error, Missing ')' in config"

Good karma+1 vote