HUD question

  • Thread starter Thread starter Beefdawg
  • Start date Start date
B

Beefdawg

Guest
Does anyone know how to remove the HUD (ammo, life and weapons indicators) in
half life 2 so that I can make a movie? Thanks for the help :imu:
 
hidehud 0, cl_drawhud 0, or gameui_hide in console.
 
Enter the following lines in the console (Options->Keyboard->Advanced->Enable Developer Console. Then press the button bellow Esc)
sv_cheats 1
cl_drawhud 0
impulse 200

This will hide the HUD and your weapon, I think. HL2 has its own recording codes too. I don't remember them though.
 
Enter the following lines in the console (Options->Keyboard->Advanced->Enable Developer Console. Then press the button bellow Esc)
sv_cheats 1
cl_drawhud 0
impulse 200

This will hide the HUD and your weapon, I think. HL2 has its own recording codes too. I don't remember them though.

record x
sv_cheats 1
host_framerate 30
startmovie x avi
playdemo x
 
Back
Top