直し方 “沼地の源” Atlas Fallenのクエストバグ

The guide describes how to fix a stuck rise in the “沼地の源” クエスト. 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) コピー 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> {オプション}

-> 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.jsonwith any text editor, 例えば. メモ帳.

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

3) 下にスクロールして見つけます 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> {オプション}
-> Replaces the body in a save file from a json representation.

オプション:

  • –圧縮する: Compresses the contents.

Move the game save file

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

2) ゲームを再開する.

このガイドについて アトラスフォールン によって書かれた Koşholadka. 原文はこちらからご覧いただけます リンク. このガイドに関してご不明な点がございましたら, お気軽にお問い合わせください ここ.

著者について