Age of Reforging:The Freelands

Age of Reforging:The Freelands

Not enough ratings
Save Game Editing
By Spielart
Manually editing character statistics.
   
Award
Favorite
Favorited
Unfavorite
How to find the save file.
C:\Users\YourUsername\AppData\LocalLow\PersonaeGames\Age of Reforging the Freelands\Save\ArenaMode\YourCharaktername\SaveData\YourSavefilename

Make sure that “Hidden items” are displayed in Explorer. Otherwise, the AppData folder may not be visible. Also note that your user name, character name, and save file name are unique.

Then open the save file in a text editor.

Before editing it, you may want to copy the save file.
How does it work now?
Easy peasy.

All information about your current game score is stored in the save file. Right at the top, you will find information about your main character – you can, of course, also search for other characters and edit their values. To do this, simply use the editor's search function and search for the character's name. The names sometimes appear more than once, so make sure that the character values are listed in the file shortly after the name – then you can be pretty sure you're in the right place. You can edit almost everything here.

A few basic edits follow.
What are the basic edits?
Money

Right in the first line, you will find the code snippet “wealth”:79788. The number will vary - this one is copied from my game score. The number corresponds to your number of copper coins, with 1000 copper coins equaling one silver coin. 10,000 copper coins are worth 1 gold coin, and 100000 copper coins are worth 10 gold coins.

So, for example, if you want to have 10 gold coins, enter:
“wealth”:100000

Attributes

Just a little further on, you will find the code snippet [{“humanAttribute”:{“BSstrength”:xx,“BSendurance”:xx,“BSagility”:xx,“BSprecision”:xx,“BSintelligence”:xx,‘BSwillpower’:xx,

Where xx stands for your character's current attribute values. You can change them. For example, if you want to have Agility at 20, change “BSagility”:xx to “BSagility”:20, and the magic happens.

Self-explanatory, isn't it? Please note: Higher values automatically result in a high character level.

Potential

With the code snippet “potential”:165}, you can also simply set your potential cap higher if you find it too difficult to manipulate the attributes. If you set it from 165 to 200, your character will develop further.

Talents

As with attributes, the same applies to talents. To do this, you have to edit the code snippet “humanTalent”:{“BSPersuade”:xx,“BSBargain”:xx,“BSIntimidate”:xx,‘BSScholarly’:xx," BSPathfind“:xx,”BSInsight“:xx,”BSMechanics“:xx,”BSSneak“:xx,”BSTheft“:xx,”BSSmithing“:xx,‘BSAlchemy’:xx,”BSCooking":xx and you can go wild here to your heart's content.

Important: Values below 10 are entered as single digits. So 1 instead of 01. Anything else will destroy your save game.