Page 1 of 1

City names - how to change?

Posted: January 15th, 2021, 11:03 pm
by Manda94
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

Image

Re: City names - how to change?

Posted: January 16th, 2021, 1:02 am
by sbym5333
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[]: "Агадир"

Re: City names - how to change?

Posted: January 18th, 2021, 11:23 pm
by Manda94
Thanks mate, working fine :)