Tremulous Forum

General => Troubleshooting => Topic started by: ThisIsBS on April 28, 2011, 10:31:06 pm

Title: cg_draw2d "0" without actually using the command
Post by: ThisIsBS on April 28, 2011, 10:31:06 pm
Hey guys, first off I am making a clan video for Seeds. It will be a lot of work, and this is one of my main problems of getting a "clean" video.

How do you hide certain things on screen, like for example the lagometer (which is cg_lagometer 0). All I need is the croisshair, chat, ammo/health, and I think that's pretty much it.

Anyone care to list some things, or where I can find all of this?

-tibs
Title: Re: cg_draw2d "0" without actually using the command
Post by: CreatureofHell on April 28, 2011, 11:00:32 pm
Is there anything else on the screen?
Title: Re: cg_draw2d "0" without actually using the command
Post by: ThisIsBS on April 28, 2011, 11:47:50 pm
I might of made myself unclear. I need to hide everything but the croisshair, health, ammo, etc. I mentioned above. Sorry for the unclarity D:
Title: Re: cg_draw2d "0" without actually using the command
Post by: Ingar on April 28, 2011, 11:50:04 pm
There is a bunch of cg_draw* variables, like cg_drawgun.
Code: [Select]
    cg_drawTeamOverlay = "1"
    cg_drawSpeed = "0"
    cg_drawCrosshairNames = "1"
    cg_drawCrosshair = "2"
    cg_drawChargeBar = "1"
    cg_drawSnapshot = "0"
    cg_drawDemoState = "1"
    cg_drawFPS = "1"
    cg_drawClock = "2"
    cg_drawTimer = "1"
    cg_draw2D = "1"
    cg_drawGun = "1"
Title: Re: cg_draw2d "0" without actually using the command
Post by: c4 on April 29, 2011, 02:20:25 am
so bind those all too a key.
Title: Re: cg_draw2d "0" without actually using the command
Post by: Moose on April 29, 2011, 03:41:31 am
I think he's talking about taking a raw video, with a couple of nice shots and editing all/most of the HUD without doing "/cg_draw2d"
Title: Re: cg_draw2d "0" without actually using the command
Post by: c4 on April 29, 2011, 03:11:00 pm
well what exactly does he want to remove?  THE fps counter and what else?
Title: Re: cg_draw2d "0" without actually using the command
Post by: CreatureofHell on April 29, 2011, 03:28:08 pm
I might of made myself unclear. I need to hide everything but the croisshair, health, ammo, etc. I mentioned above. Sorry for the unclarity D:
But is there anything except for those things on screen? I don't play trem much anymore but from what I know that's about all there is on the screen.
Title: Re: cg_draw2d "0" without actually using the command
Post by: ThisIsBS on April 29, 2011, 04:14:44 pm
Ingar got everything :)

I just found out the spectator bar was included in my hud, it's not a cvar. I'm just going to have to switch to a hud like St. Anger's minimal or something.

What I was looking for was a "clean" hud like this:

http://www.youtube.com/watch?v=czfDEb9XfMs&fmt=22
Title: Re: cg_draw2d "0" without actually using the command
Post by: ThisIsBS on April 30, 2011, 10:24:07 pm
I fixed it. I just editted some HUD settings to my liking and everything is all good now. /thread