- Joined
- Nov 9, 2015
- Messages
- 4
- Reaction score
- 1
- First Language
- German
Hello Community,
first of all: sorry for my english. It's not my main language.
My problem:
I work on a project in german but i also would like to support the english language so I tried Iavra Localization and it looked very usefull... at the first moment.
I don't now if i understand the whole script but it seems that it creates a file with "only" the text strings from the database and gives the chance to create "keys"
to use for message textboxes. But I think the solution with stingkeys for ingame messages is very awkward so i thought about another solution to realize multilanguage.
My idea:
All the text strings from the database are also in the .json files in the data folder and in the Map.json files are also the texts for ingame messages placed in events on that map.
I also use Gameus' Quest System and this script creates quests with an external editor and save everythin in a file named Quests.json in the data folder.
So my idea is to develope my game in german until it is finished. Then I make a copy of the data folder, rename it and do all the translation work in the .json files.
This would also realize more than two languages (e.g. "data_de", "data_en", "data_fr" and so on...)
My request:
So what I need is a script that allows me to have more than one data folder and an extra button in the option window to change the language in game.
I don't know if it's possible to tell the maker from which folder it should load the datas but i hope so beacause i really would like to do the translation work like this.
Greetings
Andreas
first of all: sorry for my english. It's not my main language.
My problem:
I work on a project in german but i also would like to support the english language so I tried Iavra Localization and it looked very usefull... at the first moment.
I don't now if i understand the whole script but it seems that it creates a file with "only" the text strings from the database and gives the chance to create "keys"
to use for message textboxes. But I think the solution with stingkeys for ingame messages is very awkward so i thought about another solution to realize multilanguage.
My idea:
All the text strings from the database are also in the .json files in the data folder and in the Map.json files are also the texts for ingame messages placed in events on that map.
I also use Gameus' Quest System and this script creates quests with an external editor and save everythin in a file named Quests.json in the data folder.
So my idea is to develope my game in german until it is finished. Then I make a copy of the data folder, rename it and do all the translation work in the .json files.
This would also realize more than two languages (e.g. "data_de", "data_en", "data_fr" and so on...)
My request:
So what I need is a script that allows me to have more than one data folder and an extra button in the option window to change the language in game.
I don't know if it's possible to tell the maker from which folder it should load the datas but i hope so beacause i really would like to do the translation work like this.
Greetings
Andreas

