ItsMods

Full Version: HUD Modding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi guys, i hope you can help me.
Please, need to remove HUD in theatre mode exept +50 (and etc) scores and feed.
If you interested I can pay something Confused
(04-29-2012, 13:11)lark Wrote: [ -> ]Hi guys, i hope you can help me.
Please, need to remove HUD in theatre mode exept +50 (and etc) scores and feed.
If you interested I can pay something Confused

Don't think it's possible yet? Or am I confusing it with adding things to the HUD..?
g_hardcore 1 0 ? dunno if this is the dvar responsible for this
I dk about multiplayer, but on singleplayer there are dvars responsible for drawing the HUD like:

cg_draw2D
cg_drawHUD

Ask @Nukem or @zxz0O0 they might know.

Thanks Barata...
if you use mw3config there is an option where you can disable drawing the hud. i've never tried it but check it.
You can disable hud with cg_draw2D but it will disable everything (killfeed, scope overlay, +100 score etc.).
hud_enable doesn't work.
(04-30-2012, 06:53)zxz0O0 Wrote: [ -> ]You can disable hud with cg_draw2D but it will disable everything (killfeed, scope overlay, +100 score etc.).
hud_enable doesn't work.

Sorry if I am mistaken, haven't done any modifications for MW3 so far, but how is this possible? cg_draw2D is either a dvar that can be set for SERVER (how can you set it for theatre mod?) or a console command (there is a console in MW3?).
(04-29-2012, 23:31)estebespt Wrote: [ -> ]if you use mw3config there is an option where you can disable drawing the hud. i've never tried it but check it.

dont work
Just tested here and works:

SetClientDvar(0, "cg_draw2D \"0\"");

Add this to your plugin and set every client "cg_draw2D" dvar to 0.

But as @zxz0O0 will disable the rest of the hud...

Thanks Barata...
(04-30-2012, 16:37)barata Wrote: [ -> ]Just tested here and works:

SetClientDvar(0, "cg_draw2D \"0\"");

Add this to your plugin and set every client "cg_draw2D" dvar to 0.

But as @zxz0O0 will disable the rest of the hud...

Thanks Barata...

OP wants it in theater mode
Pages: 1 2