Stringtable.csv: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(secitioning)
Line 1: Line 1:
[[Category:Editing: Flashpoint]]
[[Category:Editing: Flashpoint]]
===Introduction===


This page is a placeholder for information about the stringtable.csv file.




<b>Custom Radio Names.</b>
 
===Custom Radio Names===


It is possible to create custom radio names for your squads using the Stringtable.csv.
It is possible to create custom radio names for your squads using the Stringtable.csv.
Line 10: Line 11:
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""]
This [[SetGroupID]] [""Alpha"", ""GroupColor0""]


Now, in your stringtable add;
Now, in your stringtable add;
Line 19: Line 20:


Note that there are instances where the radio name will revert to the default after a reload of the mission.
Note that there are instances where the radio name will revert to the default after a reload of the mission.
===Languages===

Revision as of 02:41, 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 add;

"STR_CFG_GRPNAMES_ALPHA","YourName"

Where YourName is the custom name you'd like your squad radio messages to have.

Note that there are instances where the radio name will revert to the default after a reload of the mission.


Languages