OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: seanver on 20 Aug 2002, 13:37:03

Title: Languages
Post 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?
Title: Re:Languages
Post by: Black_Feather on 20 Aug 2002, 13:54:36
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.
Title: Re:Languages
Post by: seanver on 20 Aug 2002, 13:59:33
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?
Title: Re:Languages
Post by: Sefe on 20 Aug 2002, 14:15:03
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
Title: Re:Languages
Post by: seanver on 20 Aug 2002, 14:21:04
Ok, alright. Thanks