You are viewing our Forum Archives. To view or take place in current topics click here.
Anyone know a dvar to hide the HUD?
Posted:

Anyone know a dvar to hide the HUD?Posted:

Chromized
  • Junior Member
Status: Offline
Joined: Feb 08, 201311Year Member
Posts: 85
Reputation Power: 3
Status: Offline
Joined: Feb 08, 201311Year Member
Posts: 85
Reputation Power: 3
Does anyone know a dvar that could perhaps hide crosshairs? hud? uav?
Need to get rid of the heads up display for my lobby passcode dll i'm making! [ Register or Signin to view external links. ]
Thanks!


Last edited by Chromized ; edited 1 time in total
#2. Posted:
MODDERS_V3
  • Resident Elite
Status: Offline
Joined: Jul 19, 201211Year Member
Posts: 299
Reputation Power: 11
Status: Offline
Joined: Jul 19, 201211Year Member
Posts: 299
Reputation Power: 11
What so only you could see it and no else?
#3. Posted:
Chromized
  • Junior Member
Status: Offline
Joined: Feb 08, 201311Year Member
Posts: 85
Reputation Power: 3
Status: Offline
Joined: Feb 08, 201311Year Member
Posts: 85
Reputation Power: 3
MODDERS_V3 wrote What so only you could see it and no else?

Just a simple dvar to hide the heads up display so a i can work out this mod menu
#4. Posted:
THE-BLU-DRAGON
  • Ladder Climber
Status: Offline
Joined: Oct 30, 201112Year Member
Posts: 342
Reputation Power: 13
Status: Offline
Joined: Oct 30, 201112Year Member
Posts: 342
Reputation Power: 13
Well the best way is to give a laptop. It automatically clears all HuD and looks sick. What kind are you amking? Dll or .FF?
#5. Posted:
Chromized
  • Junior Member
Status: Offline
Joined: Feb 08, 201311Year Member
Posts: 85
Reputation Power: 3
Status: Offline
Joined: Feb 08, 201311Year Member
Posts: 85
Reputation Power: 3
THE-BLU-DRAGON wrote Well the best way is to give a laptop. It automatically clears all HuD and looks sick. What kind are you amking? Dll or .FF?

Making a dll with lobby passcode like last year lobbys!
Just need to get rid of the heads up display -________-
[ Register or Signin to view external links. ]
#6. Posted:
THE-BLU-DRAGON
  • Ladder Climber
Status: Offline
Joined: Oct 30, 201112Year Member
Posts: 342
Reputation Power: 13
Status: Offline
Joined: Oct 30, 201112Year Member
Posts: 342
Reputation Power: 13
Chromized wrote
THE-BLU-DRAGON wrote Well the best way is to give a laptop. It automatically clears all HuD and looks sick. What kind are you amking? Dll or .FF?

Making a dll with lobby passcode like last year lobbys!
Just need to get rid of the heads up display -________-
[ Register or Signin to view external links. ]


I still suggest Laptop.
#7. Posted:
TCPIP
  • Powerhouse
Status: Offline
Joined: Jan 27, 201113Year Member
Posts: 417
Reputation Power: 19
Status: Offline
Joined: Jan 27, 201113Year Member
Posts: 417
Reputation Power: 19
*ui_hud_hardcore "0" Use hardcore HUD
ui_hud_obituaries "1" show kills at bottom left
ui_hud_showobjicons "1" Show objective waypoints
*g_hardcore "0" Hardcore mode On/Off
*ui_hud_hardcore "0" Use hardcore HUD


he ones marked with a star will remove the hud, but just incase they remove the objectives/feed, I given you dvars that would make them reappear :3

Simply = Dvar king
#8. Posted:
Strippers
  • TTG Senior
Status: Offline
Joined: Sep 26, 201211Year Member
Posts: 1,375
Reputation Power: 59
Status: Offline
Joined: Sep 26, 201211Year Member
Posts: 1,375
Reputation Power: 59
Had a look on the net and found


scr_gameEnded 1


It says that removes the hud but not gun or crosshair so for gun and cosshair


cg_drawGun 0   //hides gun
cg_drawCrosshair 0  //hides crosshair


Not sure if this works but you will have to try


Last edited by Strippers ; edited 1 time in total
#9. Posted:
Chromized
  • Junior Member
Status: Offline
Joined: Feb 08, 201311Year Member
Posts: 85
Reputation Power: 3
Status: Offline
Joined: Feb 08, 201311Year Member
Posts: 85
Reputation Power: 3
Strippers wrote Had a look on the net and found


scr_gameEnded 1


It says that removes the hud but not gun or crosshair so for gun and cosshair


cg_drawGun 0   //hides gun
cg_drawCrosshair    //hides crosshair


Not sure if this works but you will have to try

Thank bud! Already tried those though
scr_gameEnded also hides the text I'm using to display !
#10. Posted:
Strippers
  • TTG Senior
Status: Offline
Joined: Sep 26, 201211Year Member
Posts: 1,375
Reputation Power: 59
Status: Offline
Joined: Sep 26, 201211Year Member
Posts: 1,375
Reputation Power: 59
Chromized wrote
Strippers wrote Had a look on the net and found


scr_gameEnded 1


It says that removes the hud but not gun or crosshair so for gun and cosshair


cg_drawGun 0   //hides gun
cg_drawCrosshair    //hides crosshair


Not sure if this works but you will have to try

Thank bud! Already tried those though
scr_gameEnded also hides the text I'm using to display !
thats a bummer then what about using the hardcore dvar ?
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.