removing the hud

djstoker

Newbie
Joined
Oct 27, 2003
Messages
31
Reaction score
0
so i did a search and couldnt find anything
i have a pretty decent computer, and some photo editing skills
so i was wondering if its possible to get rid of the HUD, and just have a completely blank screen.
that way i can take some awesome screenshots and touch them up
thanks in advance.
 
I think there is an option for HUD opacity in the game options menu
 
yea there is, it doesnt get rid of player names and other things though.
 
In the console type draw.hud 0 or something like that.
 
Foxtrot said:
In the console type draw.hud 0 or something like that.

Something like that, aye :)

renderer.drawhud 0

Couple of problems with it. This turns off the EVERYTHING. Its not just the ammo and radar it turns off, it turns off the ability to use commander map, the scoreboard and even takes away the red dot on the spec ops iron sights.

Oh yeah and it DOESN'T turn off the FRICKEN player names above peoples heads!!! :angry:

It is however, good for taking screenshots.

If you want to reduce the hud as much as possible then use the ingame options.

You can however goto this file:
F:\Downloads\Battlefield 2 Demo\Profiles\0001\Controls.con

And add to this section:
ControlMap.create defaultGameControlMap

This line of code:
ControlMap.addKeyToTriggerMapping c_GI3dMap IDFKeyboard IDKey_# 10000 0

Where # is a key on your keyboard e.g. "IDKey_m" to toggle on and off the 3Dmap
 
Or you could use BattleRecorder if the server has it on :) Not sure how to turn it on for listen (non-dedicated) games...
 
Back
Top