Saltar al contenido
Bits antidisturbios

Bits antidisturbios

  • Hogar
  • Noticias
  • Guías
  • Videoguías
  • Notas del parche
  • Reportar abuso
  • Alternar formulario de búsqueda

Atlas Fall – A source in the Swamp Quest Bug Fix

Publicado el 09/01/2023 Por Koşholadka No hay comentarios en Atlas Fall – A source in the Swamp Quest Bug Fix
  • Título: Atlas Fall
  • Fecha de lanzamiento:
  • Revelador:
  • Editor:
La información sobre Atlas Fallen todavía está incompleta. Por favor ayúdanos a completar los detalles del juego usando esto formulario de contacto.

The guide explains how to resolve a stuck situation in the «A source in the Swamp» búsqueda. There are several methods to address this issue, and one of them involves restarting the puzzle.

Empezando

  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» archivo.
  4. Ahora, 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 ejemplo, «autosave.sav.»
  • <json body out> should be replaced with the desired name for the output JSON file, Por ejemplo, «autosave.json.»

Además, 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: Cuando se usa, 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> y <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. Desplácese hacia abajo hasta encontrar el «AccessSwitchFailed» sección, which should look like this:
"AccessSwitchFailed": {
    "bool": FALSO
},
  1. Replace the value «FALSO» con «verdadero» so that it looks like this:
"AccessSwitchFailed": {
    "bool": verdadero
},

Save the changes to the file.

Siguiendo estos pasos, you will have modified the «AccessSwitchFailed» value in the JSON file to be «verdadero» en lugar de «FALSO.»

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>, y <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.

Eso es todo lo que estamos compartiendo hoy para este Atlas Fall guía. Esta guía fue originalmente creada y escrita por Koşholadka. En caso de que no actualicemos esta guía, puede encontrar la última actualización siguiendo este enlace.

Si cree que alguno de los contenidos de este sitio viola sus derechos, incluyendo sus derechos de propiedad intelectual, por favor contáctenos inmediatamente usando nuestro formulario de contacto.
Guías Etiquetas:Atlas Fall

Navegación de entradas

Publicación anterior: Consejos del sistema y consejos de optimización de Atlas Fallen
Publicación siguiente: La bóveda del cielo 100% Guía de logros

Deja una respuesta Cancelar la respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *

  • Título: Atlas Fall
  • Fecha de lanzamiento:
  • Revelador:
  • Editor:
La información sobre Atlas Fallen todavía está incompleta. Por favor ayúdanos a completar los detalles del juego usando esto formulario de contacto.

Descargo de responsabilidad

Todo el contenido citado se deriva de sus respectivas fuentes.. Si cree que hemos utilizado su contenido sin permiso, asegúrese de comunicarse con nosotros y lo tomaremos en serio.
  • Sobre nosotros
  • Contáctenos
  • política de privacidad
  • Términos de servicio

Derechos de autor © 2025 Bits antidisturbios.

Funciona con Tema PressBook Noticias para WordPress