Zum Inhalt springen
Riot-Bits

Riot-Bits

  • Heim
  • Nachricht
  • Führer
  • Videoanleitungen
  • Klebenotizzettel
  • Missbrauch melden
  • Suchformular umschalten

Atlas Fallen – A source in the Swamp Quest Bug Fix

Veröffentlicht am 09/01/2023 Von Koşholadka Keine Kommentare zu Atlas Fallen – A source in the Swamp Quest Bug Fix
  • Titel: Atlas Fallen
  • Veröffentlichungsdatum:
  • Entwickler:
  • Herausgeber:
Informationen über Atlas Fallen sind noch unvollständig. Bitte helfen Sie uns dabei, die Details des Spiels auszufüllen Kontaktformular.

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

Erste Schritte

  1. Start by downloading and installing Python 3.
  2. Nächste, get the Savegame utility called Altas Fallen Savegame.
  3. Extract the contents of the „atlas-fallen-savegame-main.zip“ Datei.
  4. Jetzt, 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, Zum Beispiel, „autosave.sav.“
  • <json body out> should be replaced with the desired name for the output JSON file, Zum Beispiel, „autosave.json.“

Zusätzlich, 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: Bei Verwendung, 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> Und <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. Scrollen Sie nach unten, bis Sie das finden „AccessSwitchFailed“ Abschnitt, which should look like this:
"AccessSwitchFailed": {
    "bool": FALSCH
},
  1. Replace the value „FALSCH“ mit „WAHR“ so that it looks like this:
"AccessSwitchFailed": {
    "bool": WAHR
},

Save the changes to the file.

Indem Sie diese Schritte befolgen, you will have modified the „AccessSwitchFailed“ value in the JSON file to be „WAHR“ anstatt „FALSCH.“

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

Das ist alles, was wir heute dafür teilen Atlas Fallen Führung. Dieser Leitfaden wurde ursprünglich erstellt und geschrieben von Koşholadka. Für den Fall, dass wir diesen Leitfaden nicht aktualisieren können, Sie können das neueste Update finden, indem Sie diesem folgen Verknüpfung.

Wenn Sie der Meinung sind, dass der Inhalt dieser Website Ihre Rechte verletzt, einschließlich Ihrer geistigen Eigentumsrechte, Bitte kontaktieren Sie uns umgehend über unser Kontaktformular.
Führer Stichworte:Atlas Fallen

Beitrags-Navigation

Vorherigen Post: Atlas gefallene Systemanforderungen und Optimierungstipps
Nächster Beitrag: Himmelsgewölbe 100% Leitfaden zu Erfolgen

Schreibe einen Kommentar Antworten abbrechen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

  • Titel: Atlas Fallen
  • Veröffentlichungsdatum:
  • Entwickler:
  • Herausgeber:
Informationen über Atlas Fallen sind noch unvollständig. Bitte helfen Sie uns dabei, die Details des Spiels auszufüllen Kontaktformular.

Haftungsausschluss

Alle zitierten Inhalte stammen aus den jeweiligen Quellen. Wenn Sie der Meinung sind, dass wir Ihre Inhalte ohne Erlaubnis verwendet haben, Stellen Sie sicher, dass Sie uns erreichen, wir werden es ernst nehmen.
  • Über uns
  • Kontaktiere uns
  • Datenschutz-Bestimmungen
  • Nutzungsbedingungen

Urheberrechte © © 2025 Riot-Bits.

Bereitgestellt von PressBook News WordPress-Theme