Author Topic: cg_draw2d "0" without actually using the command  (Read 5659 times)

ThisIsBS

  • Posts: 123
  • Turrets: +4/-45
cg_draw2d "0" without actually using the command
« 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

CreatureofHell

  • Posts: 2422
  • Turrets: +430/-126
    • Tremtopia
Re: cg_draw2d "0" without actually using the command
« Reply #1 on: April 28, 2011, 11:00:32 pm »
Is there anything else on the screen?
{NoS}StalKer
Quote
<Timbo> posting on the trem forums rarely results in anything good

ThisIsBS

  • Posts: 123
  • Turrets: +4/-45
Re: cg_draw2d "0" without actually using the command
« Reply #2 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:

Ingar

  • Tremulous Developers
  • *
  • Posts: 554
  • Turrets: +302/-7
    • Ingar's projects on the Web
Re: cg_draw2d "0" without actually using the command
« Reply #3 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"

c4

  • Posts: 554
  • Turrets: +9/-22
Re: cg_draw2d "0" without actually using the command
« Reply #4 on: April 29, 2011, 02:20:25 am »
so bind those all too a key.
eh, i prefer gregorian.net chat better than this. NO download and its LIVE!
 :basilisk: FTW![wiki]basilisk[/wiki]

Moose

  • Posts: 59
  • Turrets: +2/-1
Re: cg_draw2d "0" without actually using the command
« Reply #5 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"
Without J-cool, I'm pretty sure that Mars would not be doing nearly enough drugs to maintain his childish composure, and the world would be destroyed.

c4

  • Posts: 554
  • Turrets: +9/-22
Re: cg_draw2d "0" without actually using the command
« Reply #6 on: April 29, 2011, 03:11:00 pm »
well what exactly does he want to remove?  THE fps counter and what else?
eh, i prefer gregorian.net chat better than this. NO download and its LIVE!
 :basilisk: FTW![wiki]basilisk[/wiki]

CreatureofHell

  • Posts: 2422
  • Turrets: +430/-126
    • Tremtopia
Re: cg_draw2d "0" without actually using the command
« Reply #7 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.
{NoS}StalKer
Quote
<Timbo> posting on the trem forums rarely results in anything good

ThisIsBS

  • Posts: 123
  • Turrets: +4/-45
Re: cg_draw2d "0" without actually using the command
« Reply #8 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

ThisIsBS

  • Posts: 123
  • Turrets: +4/-45
Re: cg_draw2d "0" without actually using the command
« Reply #9 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