Posted November 28, 2017
Dear forum readers,
I thought it would be useful to people here still playing this game. For what follows, any decent hex editor will do.
Beware : this applies only to the GOG-7 (2.5.0.7) version of the game, which is the latest as of now. Trying that on another version, be it older or newer, will likely screw up your game.
All operations involve modifying the following file (path given relative to game installation directory) :
armello_Data\Managed\Assembly-CSharp.dll
I advise that you keep a copy of the original file somewhere in case things go wrong, otherwise you will have to uninstall and reinstall the game.
Changing the game language :
1) Choose your language, and note its corresponding hex code :
English : 00
French : 01
Italian : 02
German : 03
Spanish : 04
Russian : 05
Dutch : 06
Simplified Chinese : 07
Korean : 08
Japanese : 09
Brazilian Portuguese : 0A
Polish : 0B
2) Open the file with an hex editor
3) Go to file offset 1D5904
4) Replace (I said replace, not insert) the code starting at this very offset with the following :
1Fxx2A
xx being the hex language code. For example, if you want english that would be 1F002A
5) Save your changes
6) Play the game in your language of choice
Unlocking all rings and amulets :
1) Open the file with an hex editor
2) Go to file offset 292A34
3) Replace (did I say replace before ? not insert, that's for sure) the code starting at this very offset with the following :
1F0A2A
4) Save your changes
5) Play the game and finally enjoy being able to choose all rings and amulets
Hope this helps,
I thought it would be useful to people here still playing this game. For what follows, any decent hex editor will do.
Beware : this applies only to the GOG-7 (2.5.0.7) version of the game, which is the latest as of now. Trying that on another version, be it older or newer, will likely screw up your game.
All operations involve modifying the following file (path given relative to game installation directory) :
armello_Data\Managed\Assembly-CSharp.dll
I advise that you keep a copy of the original file somewhere in case things go wrong, otherwise you will have to uninstall and reinstall the game.
Changing the game language :
1) Choose your language, and note its corresponding hex code :
English : 00
French : 01
Italian : 02
German : 03
Spanish : 04
Russian : 05
Dutch : 06
Simplified Chinese : 07
Korean : 08
Japanese : 09
Brazilian Portuguese : 0A
Polish : 0B
2) Open the file with an hex editor
3) Go to file offset 1D5904
4) Replace (I said replace, not insert) the code starting at this very offset with the following :
1Fxx2A
xx being the hex language code. For example, if you want english that would be 1F002A
5) Save your changes
6) Play the game in your language of choice
Unlocking all rings and amulets :
1) Open the file with an hex editor
2) Go to file offset 292A34
3) Replace (did I say replace before ? not insert, that's for sure) the code starting at this very offset with the following :
1F0A2A
4) Save your changes
5) Play the game and finally enjoy being able to choose all rings and amulets
Hope this helps,
Post edited November 28, 2017 by NovHak