-
Notifications
You must be signed in to change notification settings - Fork 0
Source Data
Kaisa edited this page Dec 21, 2025
·
1 revision
To re-generate the sqlite3 file, extract the game file from the decompiled game and run the file parse_disco_json.py (update it to point to the paths of your files). Then run the scripts in migrations in order.
Instructions for desktop downloaded via Steam.
- Install Disco Elysium
- Copy the
discoDatafolder from your steam library game download location (e.g.SteamLibrary\steamapps\common\Disco Elysium\disco_Data - Decompile the game with Asset Ripper
- From the extracted assets, find
\disco_Data\StreamingAssets\aa\StandaloneWindows64\MonoBehaviour\Disco Elysium.json - Run the parse_disco_json.py on the
Disco Elysium.json - Run the scripts in
migrationsin order.