OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: seanver on 20 Aug 2002, 13:37:03
-
Is it possible to make a bilingual mission like in the game that you see the missions in the language you have configured the game?
-
yeah, you have to put all the text in a stringtable though, you use stuff like this
TitleText [Localize "STR_TEXT1", "PLAIN Down"]
player sidechat localize "STR_Text1"
Hint localize "STR_Text1"
you can do the mission name with @STR_text1 and all the briefings are done seperatly for the different languages.
-
Hmmm I only can make it in two langauges, Spanish and English -although my english is not good enough I think with a dictionary and with a book on English grammar I could make it-. So if a guy has the game in french, what language would he see?
-
Hmmm I only can make it in two langauges, Spanish and English -although my english is not good enough I think with a dictionary and with a book on English grammar I could make it-. So if a guy has the game in french, what language would he see?
English
-
Ok, alright. Thanks