Skip to content
Riot Bits

Riot Bits

  • Home
  • News
  • Guides
  • Video Guides
  • Patch Notes
  • Report Abuse
  • Toggle search form
SnowRunner

SnowRunner – How to Edit Save Files on PC

Posted on 05/19/202105/20/2021 By Test Pilot 24 No Comments on SnowRunner – How to Edit Save Files on PC
  • Title: SnowRunner
  • Release Date: May 17, 2021
  • Developer: Saber Interactive
  • Publisher: Focus Entertainment

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 a simple text editor because most save files are just JSON text files.

But I recommend using the notepad++ with the JSON Viewer plugin. Also, you need to disable steam cloud saves. Then play sometime after you edited your saves. And then you can enable steam cloud and overwrite data here from local files.

Your Main Save File

We’re interested in this file

%SteamInstallFolder%\userdata\%userid%\1465360\remote\CompleteSave.cfg

This file contains all your save data from slot 1, excluding fog on the map. I don’t know how to remove/edit fog, because these are binary files with unknown to me format.

So you needed just locate this file and open it with a text editor. then you will see one long string. Use format JSON from plugin in notepad++ to convert it to a more readable format. And then you can edit your file. I show one example of 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 file is pretty large, so I omitted some parts from it. So I want to remove all my stored trucks. All I need for this is just clear all data from the trucksInWarehouse array. The clean array will look like this:

"trucksInWarehouse":[]

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

That's everything we are sharing today for this SnowRunner guide. This guide was originally created and written by Test Pilot 24. In case we fail to update this guide, you can find the latest update by following this link.

If you believe that any of the content on this site violates your rights, including your intellectual property rights, please contact us immediately using our contact form.
Guides Tags:SnowRunner

Post navigation

Previous Post: PAYDAY 2 – Heavy Crossbow Build
Next Post: Evil Genius 2: World Domination – How to Deal With Super Agents in the World Map

Leave a Reply Cancel reply

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

  • Title: SnowRunner
  • Release Date: May 17, 2021
  • Developer: Saber Interactive
  • Publisher: Focus Entertainment

Disclaimer

All content cited is derived from their respective sources. If you think we have used your content without permission, make sure to reach us and we will be taking it seriously.
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms of Service

Copyright © 2025 Riot Bits.

Powered by PressBook News WordPress theme