Stringtable.csv: Difference between revisions
Jump to navigation
Jump to search
(secitioning) |
|||
Line 7: | Line 7: | ||
===Custom Radio Names=== | ===Custom Radio Names=== | ||
It is possible to create custom radio names for your squads using the | It is possible to create custom radio names for your squads using the '''stringtable.csv'''. | ||
Create your group and give them a normal radio name with the following command in the init line of the commander. | Create your group and give them a normal radio name with the following command in the init line of the commander. | ||
this [[setGroupId]] [""Alpha"", ""GroupColor0""] | |||
Now, in your stringtable add; | Now, in your '''stringtable.cvs''' add; | ||
"STR_CFG_GRPNAMES_ALPHA","YourName" | "STR_CFG_GRPNAMES_ALPHA","''YourName''" | ||
Where YourName is the custom name you'd like your squad radio messages to have. | Where ''YourName'' is the custom name you'd like your squad radio messages to have. | ||
Note | '''Note:''' | ||
There are instances where the radio name will revert to the default after a reload of the mission. | |||
===Languages=== | ===Languages=== |
Revision as of 01:45, 1 June 2006
Introduction
Custom Radio Names
It is possible to create custom radio names for your squads using the stringtable.csv.
Create your group and give them a normal radio name with the following command in the init line of the commander.
this setGroupId [""Alpha"", ""GroupColor0""]
Now, in your stringtable.cvs add;
"STR_CFG_GRPNAMES_ALPHA","YourName"
Where YourName is the custom name you'd like your squad radio messages to have.
Note:
There are instances where the radio name will revert to the default after a reload of the mission.