Aller au contenu
Morceaux d'émeute

Morceaux d'émeute

  • Maison
  • Nouvelles
  • Guides
  • Guides vidéo
  • Notes de mise à jour
  • Signaler un abus
  • Basculer le formulaire de recherche

Atlas tombe – A source in the Swamp Quest Bug Fix

Posté sur 09/01/2023 Par Koşholadka Aucun commentaire sur Atlas tombe – A source in the Swamp Quest Bug Fix
  • Titre: Atlas tombe
  • Date de sortie:
  • Promoteur:
  • Éditeur:
Les informations sur l'atlas tombées sont toujours incomplètes. S'il vous plaît, aidez-nous à remplir les détails du jeu en utilisant ceci formulaire de contact.

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

Commencer

  1. Start by downloading and installing Python 3.
  2. Suivant, get the Savegame utility called Altas Fallen Savegame.
  3. Extract the contents of the « atlas-fallen-savegame-main.zip » déposer.
  4. Maintenant, 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

Ici’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, Par exemple, « autosave.sav. »
  • <json body out> should be replaced with the desired name for the output JSON file, Par exemple, « autosave.json. »

En outre, 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: Lorsqu'il est utilisé, 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> et <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. Faites défiler vers le bas jusqu'à ce que vous trouviez le « AccessSwitchFailed » section, which should look like this:
"AccessSwitchFailed": {
    "bool": FAUX
},
  1. Replace the value « FAUX » avec « vrai » so that it looks like this:
"AccessSwitchFailed": {
    "bool": vrai
},

Save the changes to the file.

En suivant ces étapes, you will have modified the « AccessSwitchFailed » value in the JSON file to be « vrai » au lieu 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>, et <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.

C'est tout ce que nous partageons aujourd'hui pour cela Atlas tombe guide. Ce guide a été initialement créé et rédigé par Koşholadka. Si nous ne parvenons pas à mettre à jour ce guide, vous pouvez trouver la dernière mise à jour en suivant ceci lien.

Si vous pensez que le contenu de ce site viole vos droits, y compris vos droits de propriété intellectuelle, veuillez nous contacter immédiatement en utilisant notre formulaire de contact.
Guides Mots clés:Atlas tombe

Navigation de l’article

Post précédent: ATlas Fallen System Exigences et Conseils d'optimisation
Prochain article: Paradis’s. 100% Guide des réalisations

Laisser un commentaire Annuler la réponse

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

  • Titre: Atlas tombe
  • Date de sortie:
  • Promoteur:
  • Éditeur:
Les informations sur l'atlas tombées sont toujours incomplètes. S'il vous plaît, aidez-nous à remplir les détails du jeu en utilisant ceci formulaire de contact.

Clause de non-responsabilité

Tout le contenu cité est dérivé de leurs sources respectives. Si vous pensez que nous avons utilisé votre contenu sans autorisation, assurez-vous de nous joindre et nous le prendrons au sérieux.
  • À propos de nous
  • Contactez-nous
  • politique de confidentialité
  • Conditions d'utilisation

droits d'auteur © 2025 Morceaux d'émeute.

Alimenté par Actualité PressBook Thème WordPress