|
Imperial Glory - changing the language
Hej
Look in config.sb file there is something like that:
# Indices de los lenguajes
# 0 L_UNKNOWN,
# 1 L_ENGLISH,
# 2 L_SPANISH,
# 3 L_GERMAN,
# 4 L_FRENCH,
# 5 L_ITALIAN,
# 6 L_POLISH,
# 7 L_RUSSIAN,
# 8 L_JAPANESE,
# 9 L_KOREAN,
# 10 L_CHINESE,
# 11 L_CZECH,
# 12 L_US_ENGLISH,
.LANGUAGE 6
.LOGIC_FPS 10
.START_FILE "Game.sb"
.NET_GAME "NetGame.sb"
So i tried to chang the game into polish language but it gives nothing. Did anybody tried to chang language?
It MUST be possible becouse in subfolder AUDIO there are many audio files with diffrent languages!
|