You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by suddendeathTV December 21, 2023
Hey,
in TDM, the command teamlock 1 allows you to use teamskin and enemyskin to define skins of two separate teams as a third party (observer). This is especially useful for streaming where you may want one team to always remain one skincolor and the other team to remain the other teamcolor when either floating around the map in specmode or when hopping between players' perspectives.
There is currently no similar function for 1on1/duel, except using cl_name_as_skin, but in a tournament of 100+ players that solution requires hundreds of individual skins that completely break if someone changes their nickname.
Request: make teamlock affect 1on1/duel in the same way it affects TDM. Technically this might be more difficult than it sounds depending on how the server treats the game modes (I have no idea), but I'm sure someone is smart enough for it...
Hope someone could grab this request!
The text was updated successfully, but these errors were encountered:
HUD-related items should preferably match the skins, e.g. hud_score_team, defined by hud_sortrules_* should match teamskin in obverver mode, and hud_score_enemy match enemyskin. You can force this true in TDM using different sortrules and teamlock 1, but there's no way to do this in 1on1/duel.
The observe point of view always considers a player on the screen as enemy, regardless of what you do.
Discussed in #881
Originally posted by suddendeathTV December 21, 2023
Hey,
in TDM, the command
teamlock 1
allows you to useteamskin
andenemyskin
to define skins of two separate teams as a third party (observer). This is especially useful for streaming where you may want one team to always remain one skincolor and the other team to remain the other teamcolor when either floating around the map in specmode or when hopping between players' perspectives.There is currently no similar function for 1on1/duel, except using
cl_name_as_skin
, but in a tournament of 100+ players that solution requires hundreds of individual skins that completely break if someone changes their nickname.Request: make
teamlock
affect 1on1/duel in the same way it affects TDM. Technically this might be more difficult than it sounds depending on how the server treats the game modes (I have no idea), but I'm sure someone is smart enough for it...Hope someone could grab this request!
The text was updated successfully, but these errors were encountered: