كيفية الإصلاح “A source in the SwampQuest Bug in Atlas Fallen

The guide describes how to fix a stuck rise in theA source in the Swamp” بحث. There are a few ways to fix this, one of them is to restart the puzzle.

Downloading & Extracting

1) Download and Install بايثون 3.

2) Download Savegame utility Altas Fallen Savegame

3) استخراج atlas-fallen-savegame-main.zip.

4) Open Atlas Fallen savegame folder <path\to\steam>\userdata\<user id>\1230530\بعيد>.

5) Copy 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

Usage:

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

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

خيارات:

  • 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.jsonمع أي محرر نصوص, على سبيل المثال. Notepad.

2) Press Ctrl+F or open Find window and typelvl5_af_access_switch_puzzle_swamp”.

3) Scroll down and find the AccessSwitchFailed خط, then replace the value خاطئة مع حقيقي

"AccessSwitchFailed": {
"bool": حقيقي
},

3) يحفظ!

Compose

Open Terminal and type:

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

Usage:

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

خيارات:

  • compress: Compresses the contents.

Move the game save file

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

2) Restart the game.

هذا الدليل حول Atlas Fallen كتب بواسطة Koşholadka. يمكنك زيارة المنشور الأصلي من هذا حلقة الوصل. إذا كان لديك أي مخاوف بشأن هذا الدليل, من فضلك لا تتردد في الاتصال بنا هنا.

عن المؤلف