Tremulous Forum
General => Troubleshooting => Topic started 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
-
Is there anything else on the screen?
-
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:
-
There is a bunch of cg_draw* variables, like cg_drawgun.
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"
-
so bind those all too a key.
-
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"
-
well what exactly does he want to remove? THE fps counter and what else?
-
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.
-
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
-
I fixed it. I just editted some HUD settings to my liking and everything is all good now. /thread