PDA

View Full Version : What is the console command to enable and disable this setting?



martinblank
12-04-2007, 09:37 PM
I would really like to know the console command to enable and disable the scoring table on the hud. Here is a screenshot of the setting I am talking about:
http://img518.imageshack.us/img518/4673/52942097dn5.jpg

Anybody know this, or how I can find out?

Mr Evil
12-04-2007, 10:07 PM
set utgame.uthud bshowscoring false will turn it off, change it to true to turn it back on. Unfortunately it doesn't work online. Alternatively, ShrinkHUD and GrowHUD will get rid of the score and bring it back again, but other elements are affected too.

martinblank
12-04-2007, 10:26 PM
wtf... they don't work online? Epic... could you please address this in a patch? As all this setting does is change a checkbox setting in the options that can be used on and offline. I don't want it in deathmatch but in all the other gametypes I need it. It's a real PITA to go in the options all the time... please do something about this :(

Is there another command that might only affect this option and work online? As I know the typical command to set mouse sensitivity does not work online, but then there is another command, "setsensitivity" that does work online.

martinblank
12-04-2007, 11:19 PM
I have looked into this some more...

The set command works offline, BUT I have found something strange. Let's say you have the ingame options set to have scoring ON.

And you use the set command to turn it off. Then if you go back into the options, it is still shown as on. So obviously the set command is not modifying the same parameter as the checkbox in the options is.

The only thing... I can't figure out where the setting for the one in the options menu is stored! It's not in any of the ini files as far as I can tell. There is a section called UTgame.UThud in your UTGame.ini file and it does contain the setting, but it is not the one the game uses because changing it has no effect.

So where the heck does the game save and remember this (and other) settings from if it's not in the ini files?? Profile data? But then where is that stored?

subby99
12-04-2007, 11:26 PM
Maybe its just a UI bug that the box does not get unchecked?

martinblank
12-05-2007, 12:10 AM
No I don't think so, the set commands are supposed to be temporary. But what has me totally confused is where the game is storing the menu settings configuration data :confused: