Hinterland

Hinterland

Not enough ratings
Modification of save games
By A.D.Mynx
This is a guide how to modify the save games and what parameter did ingame.
   
Award
Favorite
Favorited
Unfavorite
Folders & Files for the modification
The savegames are in following folder (for Win7):
C:\Users\[user]\Documents\Tilted Mill\Hinterland\saves

in this folder the game creates automatically files with the name of your character. If your character isn't there you maybe have the game already finished or not saved. Make a new game with the settings you like and start it. than ESC-key "Save and leave", now the files for this character should be in the direction.

The file we want modify has always the ending [charactername].sav! The other files are not necessary for this guide.
What to do?!
First open the file ([character].sav) with editor and search for the code-snippet in the list which you want modify. Simple change what you want and save it.

CAUTION & FACTS
  • Its not necessary to restart the game. simple by in the start screen is good enough
  • The game load the save game every time you start with this character. so close the *.sav-file after each modification
  • The game locks the file when you started with this character. if you change anything in the file during the game. the changes are lost. so take care to close the file after modification
Changes and effects
  • Max Attack strength (max is 99+equip)
SECTION: new Creature(MainCharacter) {
CODE-SNIPPET: AttackBase = "99";

INFO: This is the modification of the character base attack strengh. If you set it to 99 you nearly onehit everything

  • Max Defense strength (max is 99+equip)
SECTION: new Creature(MainCharacter) {
CODE-SNIPPET: DefenseBase = "99";

  • Max Health (max is 1003,6)
SECTION: new Creature(MainCharacter) {
CODE-SNIPPET: HealthBase = "999";

CAUTION: The HP is some buggy, i recommend to set it to 800, than you have to problem with the ingame bugs if you hit 1003,6 HP

  • Attack Speed (lower is better - is every weapon change to adjust)
SECTION: new Creature(MainCharacter) {
CODE-SNIPPET: rateOfAttack = "0.01";

INFO: if you set attack rate to 0.01 than you have the best weapon ingame, with the beginner weapon you can kill all without problems.

  • Give 999 Gold
SECTION: new PlayerTown(gTown) {
CODE-SNIPPET: Gold = "999";

  • Give 999 Food
SECTION: new PlayerTown(gTown) {
CODE-SNIPPET: Food = "999";

  • Give 999 Fame
SECTION: new PlayerTown(gTown) {
CODE-SNIPPET: Fame = "999";
1 Comments
Arkanthus 4 Jun, 2017 @ 4:29am 
Yes, the game won't run in Windows 10 64-bits saying the message "save games folder not found" and Hinterland exists back to desktop. :CSAT: