• Register

This member has provided no bio about themself...

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

well i decided to go another route. i got rid of the config(PlayerTweak) line and the config variable declarations and tried calling the default values directly.

the following snippet was supposed to grab the current value stored in the .ini but it didn't seem to work either:
class'PlayerTweak.PlayerTweakMutator'.default.var

any help is greatly appreciated. thx again for the great tutorials amber!

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

great tutorials!

i have one question if anyone has the answer. i'd like to prepopulate my sliders with values from UTPlayerTweak.ini but I cant figure out how to access those config variables in an arbitrary class file.

i am using the config(PlayerTweak) line to tell the class to load that ini but I'm not sure form there how to get my variables.

when i use:

var config int MyVarFromIni;

MyVarFromIni defaults to 0 instead of the value in the .ini file. Can anyone help?

Good karma+1 vote