View Single Post
Old 01-19-2017, 12:30 PM   #1
Evan Taylor
Bat Boy
 
Join Date: Jan 2017
Posts: 3
Scoreboard: Need help

Hi all,

I am trying to display the team's nicknames instead of team's names on the Scoreboard that is visible from the 3d view mode during a game. If possible, the best thing I would like to do is adding both the team's cities and nicknames.

I found the following related template files:

scoreboard.tpl
scoreboard_column_team_name_home.tp
scoreboard_column_team_name_home_leading.tpl
scoreboard_column_team_name_visitor.tpl
scoreboard_column_team_name_visitor_leading.tpl

However, I did changes to those templates and changed by example the <td class="dl">[%TEAM_NAME]</td> by <td class="dl">[%TEAM_NICKNAME]</td>, and even deleted completely the TEAM_NAME, but no change is reflected in game, it is still displaying exactly what it does by default.

How could I achieve my goal?

Thanks for your help.
Evan Taylor is offline   Reply With Quote