Skip to content

Source Data

Kaisa edited this page Dec 21, 2025 · 1 revision

Generating the Database

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.

Getting the game data file

Instructions for desktop downloaded via Steam.

  1. Install Disco Elysium
  2. Copy the discoData folder from your steam library game download location (e.g. SteamLibrary\steamapps\common\Disco Elysium\disco_Data
  3. Decompile the game with Asset Ripper
  4. From the extracted assets, find \disco_Data\StreamingAssets\aa\StandaloneWindows64\MonoBehaviour\Disco Elysium.json
  5. Run the parse_disco_json.py on the Disco Elysium.json
  6. Run the scripts in migrations in order.

Clone this wiki locally