Stringtable.csv: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Languages)
m (Content of this page moved to "Stringtable.csv File Format" and redirect there (two article about same thing are useless))
Line 1: Line 1:
[[category:Operation Flashpoint: Editing]]
#redirect [[Stringtable.csv_File_Format]]
==Introduction==
 
==Languages==
First defined language is default and will be shown when no other language is active. So on the first place should be English.
 
Languages, English, Czech,
STR_TEXT1, "English sentence", "Česká věta"
<span style="color:green">'''This is correct.'''</span> Players with czech version will see "Česká věta", all others will se "English sentence"
 
Languages, Czech, English
STR_TEXT1, "Česká věta", "English sentence"
<span style="color:red">'''This is wrong.'''</span> Players with czech version will see "Česká věta", but all other players except of the ones with English version will also see "Česká věta". However, many mission designers and addon creators are using this way becase placing their native language is simply more natural.
 
 
==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.
 
 
'''Notes:'''
*There are instances where the radio name will revert to the default after a reload of the mission.
*Replaced can be not only radio names, but every text which is loaded on the mission start andnoton the game start (for example briefing chapters)

Revision as of 16:57, 8 September 2006