Como arreglar «Una fuente en el pantano» Error de misión en Atlas Fallen

The guide describes how to fix a stuck rise in the «Una fuente en el pantano» búsqueda. There are a few ways to fix this, one of them is to restart the puzzle.

Downloading & Extracting

1) Download and Install Python 3.

2) Download Savegame utility Altas Fallen Savegame

3) Extracto atlas-fallen-savegame-main.zip.

4) Open Atlas Fallen savegame folder <path\to\steam>\userdata\<user id>\1230530\remoto>.

5) Copiar autosave*.sav last modified file to the previously extracted folder.

Extract as Json

Run Command Promt\Power Shell or something else in utility folder and type:

python savegame_body.py extract_json autosave.sav autosave.json

Uso:

python savegame_body.py extract_json <sav file in> <json body out> {opciones}

-> Extracts the body from a save file as json.

Opciones:

  • skip-era: Skips processing the game-specific portion of the save game body. May help with bugs or new game versions.
  • keep-inner-json-as-string: Will export the inner json as a raw string, to produce a 1:1 representation down to the characters.

Editing .json file

1) Open the output file autosave.jsoncon cualquier editor de texto, p.ej. Notepad.

2) Press Ctrl+F or open Find window and type «lvl5_af_access_switch_puzzle_swamp».

3) Desplázate hacia abajo y encuentra el AccessSwitchFailed línea, then replace the value FALSO con verdadero

"AccessSwitchFailed": {
"bool": verdadero
},

3) Ahorrar!

Compose

Open Terminal and type:

python savegame_body.py compose_json autosave.sav autosave.json autosave1.sav --compress

Uso:

python savegame_body.py compose_json <sav file in> <json body in> <sav file out> {opciones}
-> Replaces the body in a save file from a json representation.

Opciones:

  • compress: Compresses the contents.

Move the game save file

1) Move changed autosave1.sav file to savegame folder.

2) reiniciar el juego.

esta guía sobre Atlas caído fue escrito por Koşholadka. Puedes visitar la publicación original desde este Enlace. Si tiene alguna duda sobre esta guía, por favor no dude en comunicarse con nosotros aquí.

Sobre el Autor