Skip to content

Decompiling Games

Darkly77 edited this page Jun 21, 2023 · 3 revisions

Use GDRETools to decompile a game. This will give you the full project file.

  • Open GDRETools and click RE Tools > Recover Project. Specify the PCK location, then the export location.
  • If your PCK is embedded in the EXE, you can use GodotPCKExplorer to extract it first, but GDRE is able to handle that for a full decompilation as well.

To edit the project in Godot, you'll need to use the same Godot version the game was originally built in. GDRETools will tell you the version after decompiling.

To get started, launch the Godot editor and import the project.

ℹ️ For more specific instructions, read Modding Guide for Brotato on Steam. It has a section called Decompile which breaks down the exact steps.

🚨 Important: Do not share any of the game's assets or source code, unless you have explicit permission from the developer to do so. This includes creating a public repo containing the code/assets. Please be respectful to developers.