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

Atlas cai – A source in the Swamp Quest Bug Fix

postado em 09/01/2023 Por Koşholadka Sem comentários em Atlas cai – A source in the Swamp Quest Bug Fix
  • Título: Atlas cai
  • Data de lançamento:
  • Desenvolvedor:
  • Editor:
Informações sobre atlas caídas ainda estão incompletas. Por favor, ajude-nos a preencher os detalhes do jogo usando este formulário de contato.

The guide explains how to resolve a stuck situation in the “A source in the Swamp” busca. There are several methods to address this issue, and one of them involves restarting the puzzle.

Começando

  1. Start by downloading and installing Python 3.
  2. Próximo, get the Savegame utility called Altas Fallen Savegame.
  3. Extract the contents of the “atlas-fallen-savegame-main.zip” arquivo.
  4. Agora, navigate to the Atlas Fallen savegame folder. You can find it at <path\to\steam>\userdata\<user id>\1230530\remote>.
  5. Locate the most recently modified file with a name like “autosave*.sav” within that folder.
  6. Copy this file and paste it into the folder you extracted in step 3.

Extract as JSON

You can run Command Prompt, PowerShell, or another suitable terminal in the utility folder and use the following command:

python savegame_body.py extract_json autosave.sav autosave.json

Here’s how to use this command:

  • python savegame_body.py extract_json is the basic command to extract the body from a save file as JSON.
  • <sav file in> should be replaced with the name of your input save file, por exemplo, “autosave.sav.”
  • <json body out> should be replaced with the desired name for the output JSON file, por exemplo, “autosave.json.”

Adicionalmente, there are some optional options you can use:

  • --skip-era: This option skips processing the game-specific portion of the save game body. It may help with bugs or when dealing with new game versions.
  • --keep-inner-json-as-string: Quando usado, this option will export the inner JSON as a raw string, preserving a 1:1 representation down to the characters.

Make sure to replace <sav file in> e <json body out> with the actual file names you intend to use, and you can also include any of the optional options as needed.

Editing .JSON File

  1. Open the output file “autosave.json” with any text editor, such as Notepad.
  2. Press Ctrl+F or open the Find window and type “lvl5_af_access_switch_puzzle_swamp.”
  3. Role para baixo até encontrar o “AccessSwitchFailed” seção, which should look like this:
"AccessSwitchFailed": {
    "bool": falso
},
  1. Replace the value “falso” com “verdadeiro” so that it looks like this:
"AccessSwitchFailed": {
    "bool": verdadeiro
},

Save the changes to the file.

Seguindo estas etapas, you will have modified the “AccessSwitchFailed” value in the JSON file to be “verdadeiro” em vez de “false.”

Compose and Save

  1. Open your Terminal.
  2. Type the following command:
python savegame_body.py compose_json autosave.sav autosave.json autosave1.sav --compress

Make sure to replace <sav file in>, <json body in>, e <sav file out> with your actual file names as needed.

This command will replace the body in a save file with the contents from a JSON representation. If you want to compress the contents, include the –compress option at the end of the command.

Move the Game Save File

  1. Take the modified autosave1.sav file and put it in the savegame folder.
  2. Close the game and then open it again.

Isso é tudo o que estamos compartilhando hoje para isso Atlas cai guia. Este guia foi originalmente criado e escrito por Queşholadka. 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:Atlas cai

Navegação de artigos

Postagem anterior: Atlas Fallen System Requirements and Optimization Tips
próxima postagem: O cofre do céu 100% Guia de conquistas

Deixe um comentário Cancelar resposta

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

  • Título: Atlas cai
  • Data de lançamento:
  • Desenvolvedor:
  • Editor:
Informações sobre atlas caídas ainda estão incompletas. Por favor, ajude-nos a preencher os detalhes do jogo usando este formulário de contato.

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