Tremulous Forum

Mods => Modding Center => Topic started by: Firstinaction on November 03, 2010, 10:59:21 am

Title: Name overlay disable question
Post by: Firstinaction 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.
Title: Re: Name overlay disable question
Post by: OhaiReapd on November 03, 2010, 12:15:00 pm
You have to change it in the HUD.
Title: Re: Name overlay disable question
Post by: Firstinaction 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.
Title: Re: Name overlay disable question
Post by: OhaiReapd 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
}
Title: Re: Name overlay disable question
Post by: jm82792 on November 05, 2010, 06:21:23 am
Nice sig :-)
Title: Re: Name overlay disable question
Post by: OhaiReapd on November 05, 2010, 06:16:40 pm
Ikr.
Title: Re: Name overlay disable question
Post by: Aelita 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.
Title: Re: Name overlay disable question
Post by: F50 on November 11, 2010, 10:39:10 pm
Code: [Select]
  ownerdraw CG_PLAYER_CROSSHAIRNAMES

/cg_player_crosshairnames 0