Quote:
	
	
		| 
					Originally Posted by Evan Taylor  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.
 | 
	
 Don't really know if you can achieve what you're trying to do; but many times, in OOTP, you have to start a new game to see any changes. This may be one of those times.