ItsMods

Full Version: A hud element that's depending on dvars
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well I want to resize 1 of the hud elements, but I can't find the right dvar.
I already tried these:
Code:
[21:00:29] Flags: 0x100      cg_hudMapBorderWidth
[21:00:29] Flags: 0x100      cg_hudMapFriendlyHeight
[21:00:29] Flags: 0x100      cg_hudMapFriendlyWidth
[21:00:29] Flags: 0x100      cg_hudMapPlayerHeight
[21:00:29] Flags: 0x100      cg_hudMapPlayerWidth
But all of them aren't for the actual in-game map that you see in the top-left. Sad
Does anyone know a good dvar? If it's from MW2 i'll try it as well Tongue
Here is the complete dvar list. http://pastebin.com/mcVabCnc
(The one from the dedicated server when you type dvarlist is not complete)

Maybe try
Code:
compassSize
Thanks a lot, will try them!