Hello, does somebody can tell me how to change city names in def files?
First time i want change names in great steppe and south region to serbian language :D after that i can change names and in other mods (roex, turkey etc)
I was extract scs file and open sii file but what i need change then?
I want to change "Agadyr" to "Агадир" just like on picture bellow, so does i change all "Agadyr" on sii file or just - city_name: "Agadyr"
sorry for bad english
City names - how to change?
Re: City names - how to change?
You don't need to edit sii/sui files in def\city older directly.
I will give you a template. Download and just edit "local_module.tgs.sii".
In fact, this archive is originally for Korean language, so you must edit all of values in your own(Serbian) language.
For example...
key[]: "agadyr"
val[]: "아가디리"
to
key[]: "agadyr"
val[]: "Агадир"
I will give you a template. Download and just edit "local_module.tgs.sii".
In fact, this archive is originally for Korean language, so you must edit all of values in your own(Serbian) language.
For example...
key[]: "agadyr"
val[]: "아가디리"
to
key[]: "agadyr"
val[]: "Агадир"
One of Korean Translators for TerraMaps
Re: City names - how to change?
Thanks mate, working fine :)