Author Topic: Name overlay disable question  (Read 5705 times)

Firstinaction

  • Posts: 638
  • Turrets: +18/-131
    • F1rst16
Name overlay disable question
« on: November 03, 2010, 10:59:21 am »
Is there a way I can disable the name overlay while im spectating so I can record people and there name will not show up as you hover around them.

OhaiReapd

  • Guest
Re: Name overlay disable question
« Reply #1 on: November 03, 2010, 12:15:00 pm »
You have to change it in the HUD.

Firstinaction

  • Posts: 638
  • Turrets: +18/-131
    • F1rst16
Re: Name overlay disable question
« Reply #2 on: November 03, 2010, 12:24:25 pm »
It doesnt have that.     I would know that if it had the option.    Not team overlay. Its the players name that pops up when you look at a team mate or person while your in spectate.

OhaiReapd

  • Guest
Re: Name overlay disable question
« Reply #3 on: November 03, 2010, 12:26:16 pm »
>.> Yes, it does. Its called //PLAYER NAME
Code: [Select]
//PLAYER NAME
itemDef
{
  name "playername"
  rect 200 275 240 25
  aspectBias ALIGN_CENTER
  visible MENU_TRUE
  decoration
  textScale .5
  ownerdraw CG_PLAYER_CROSSHAIRNAMES
  textstyle HYB_TEXT_STYLE
}

jm82792

  • Posts: 630
  • Turrets: +9/-34
Re: Name overlay disable question
« Reply #4 on: November 05, 2010, 06:21:23 am »
Nice sig :-)

OhaiReapd

  • Guest
Re: Name overlay disable question
« Reply #5 on: November 05, 2010, 06:16:40 pm »
Ikr.

Aelita

  • Posts: 743
  • Turrets: +147/-34
Re: Name overlay disable question
« Reply #6 on: November 06, 2010, 04:07:04 am »
>.> Yes, it does. Its called //PLAYER NAME
Code: [Select]
//PLAYER NAME
itemDef
{
  name "playername"
  rect 200 275 240 25
  aspectBias ALIGN_CENTER
  visible MENU_TRUE
  decoration
  textScale .5
  ownerdraw CG_PLAYER_CROSSHAIRNAMES
  textstyle HYB_TEXT_STYLE
}


That's a comment, not its name, btw.

F50

  • Posts: 740
  • Turrets: +16/-26
Re: Name overlay disable question
« Reply #7 on: November 11, 2010, 10:39:10 pm »
Code: [Select]
  ownerdraw CG_PLAYER_CROSSHAIRNAMES

/cg_player_crosshairnames 0
"Any sufficiently advanced stupidity is indistinguishable from malice." -- Grey's Law