Skip to content
Menu
SteamAH
  • Cheat
  • Guide
  • Tips
  • Game Lists
  • Privacy Policy
  • Abuse
SteamAH

SnowRunner How to Edit Save Files

Posted on May 19, 2021

SnowRunner players,you can edit most of your save files. This may allow you to add new trucks to your garage, collect bugged upgrades and much more.

 

 

What you need

All you need is simple text editor, because most save files are just json text files.
But i recommend to use notepad++ with JSON Viewer plugin. Also you need to disable steam cloud saves. Then play some time after you edited your saves. And them you can enable steam cloud and overwtite data in here from local files

Your main save file 

We interested in this file
%SteamInstallFolder%\userdata\%userid%\1465360\remote\CompleteSave.cfgthis file contains all your save data from slot 1, exluding fog on map. I don’t know how to remove/edit fog, because this is binary files with unknow to me format.

So you needed just locate this file and open it with text editor. then you will see one long string. Use format JSON from plugin in notepad++ to convert it to more redable format. And then you can edit your file. I show one example how you can edit it.

{
“CompleteSave”: {
“SslType”: “SaveObject”,
“SslValue”: {
“isFirstGarageDiscovered”: false,
“objectiveStates”: {},
“gameTime”: -1.0,
…some_more_data…
“persistentProfileData”: {
“refundTruckDescs”: {},
“unlockedItemNames”: {
“chevrolet_ck1500”: false
},
“money”: 5000,
“experience”: 0,
…another_block_of_data…
“trucksInWarehouse”: [
{
“retainedMapId”: “”,
“type”: “western_star_49x”,
“id”: “”,
“engineDamage”: 0,
“damage”: 0,
“fuel”: 2147483648.0,
…data_of_our_stored_trucks…
}
],
…more_save_data…

This flie is pretty large, so i ommited some part from it. So i want to remove all my stored truks. All i need for this is just clear all data from trucksInWarehouse array. Clean array will look like this:

“trucksInWarehouse”:[]

And then just save file. Also in persistentProfileData you can edit your money, expirience and other stuff. Have fun.

READ:  SnowRunner Guide For Beginners Tips & Tricks

 

That’s all we are sharing today in SnowRunner How to Edit Save Files, if you have anything to add, please feel free to leave a comment below, and we’ll see you soon.
Credit to testpilot24

MORE GAME GUIDES FOR YOU

Related Posts:

  • SnowRunner How to Fix Auto-save Frame Drops
  • SnowRunner Terrain Visual Glitch Fix (AMD/RDNA2)
  • SnowRunner How to Install Mods Manually
  • SnowRunner Detailed Tire Differences Guide
  • SnowRunner How to Increase FPS

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Disclaimer

All content cited is derived from their respective sources. If you think we have used your content without permission, Please go to the Abuse Page to contact us and we will be taking it seriously.

Recent Posts

  • SpellForce: Conquest of Eo Tips & Tricks
  • No One Survived Technology Tree and Crafting Guide
  • Hi-Fi RUSH Guide to Jam Combos and S Ranks
  • Street Lords Basic Guide for Beginners
  • Legacy of Kain: Defiance Windows Fix Guide
©2023 SteamAH | Powered by SuperbThemes & WordPress