Ir para o conteúdo
Riot Bits

Riot Bits

  • Lar
  • Notícias
  • Guias
  • Guias de vídeo
  • Notas do Patch
  • Denunciar abuso
  • Alternar formulário de pesquisa
SnowRunner

SnowRunner – Como editar arquivos salvos no PC

postado em 05/19/202105/20/2021 Por Test Pilot 24 Sem comentários em SnowRunner – Como editar arquivos salvos no PC
  • Título: SnowRunner
  • Data de lançamento: Poderia 17, 2021
  • Desenvolvedor: Sabre Interativo
  • Editor: Foco Entretenimento

You can edit most of your save files. This may allow you to add new trucks to your garage, collect bugged upgrades, e muito mais.

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. Também, 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": falso,
			"objectiveStates": {},
			"gameTime": -1.0,
			...some_more_data...
			"persistentProfileData": {
				"refundTruckDescs": {},
				"unlockedItemNames": {
					"chevrolet_ck1500": falso
				},
				"dinheiro": 5000,
				"experiência": 0,
				...another_block_of_data...
				"trucksInWarehouse": [
					{
						"retainedMapId": "",
						"tipo": "western_star_49x",
						"id": "",
						"engineDamage": 0,
						"dano": 0,
						"combustível": 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 variedade. The clean array will look like this:

"trucksInWarehouse":[]

And then just save the file. Also in persistentProfileData, you can edit your money, experiência, and other stuff. Divirta-se.

Isso é tudo o que estamos compartilhando hoje para isso SnowRunner guia. Este guia foi originalmente criado e escrito por Test Pilot 24. Caso não atualizemos este guia, você pode encontrar a atualização mais recente seguindo este link.

Se você acredita que algum conteúdo deste site viola seus direitos, incluindo seus direitos de propriedade intelectual, entre em contato conosco imediatamente usando nosso formulário de contato.
Guias Tag:SnowRunner

Navegação de artigos

Postagem anterior: DIA DE PAGAMENTO 2 – Heavy Crossbow Build
próxima postagem: Gênio do Mal 2: Dominação Mundial – Como lidar com superagentes no mapa mundial

Deixe um comentário Cancelar resposta

O seu endereço de email não será publicado. Campos obrigatórios marcados com *

  • Título: SnowRunner
  • Data de lançamento: Poderia 17, 2021
  • Desenvolvedor: Sabre Interativo
  • Editor: Foco Entretenimento

Isenção de responsabilidade

Todo o conteúdo citado é derivado de suas respectivas fontes. Se você acha que usamos seu conteúdo sem permissão, certifique-se de entrar em contato conosco e levaremos isso a sério.
  • Sobre nós
  • Contate-nos
  • política de Privacidade
  • Termos de serviço

direito autoral © 2025 Riot Bits.

Distribuído por PressBook Notícias tema WordPress