Skip to content

teampopwork/Thunderball

Repository files navigation

Peggle Deluxe Decompilation

Discord | Contributing | License

This project aims to decompile the English 1.01 executable of Peggle Deluxe from the steam release. Many variable and function names have been taken from the Mac OS port, as PopCap generously built those executables with debug symbols.

Progress

Building

Requirements:

  • CMake 3.18 or higher
  • Microsoft Visual C++ 14. A portable version can be obtained can be obtained here.

Run cmake -B build/ -G "NMake Makefiles" then cmake --build build to build.

Accuracy

For accuracy checking, we are using a tool derived from the Lego Island decompilation, reccmp. To install reccmp, install it through pip: pip install git+https://github.com/isledecomp/reccmp

Acknowledgements

Legal

About

Decompilation of Peggle Deluxe 1.01

Resources

License

Stars

Watchers

Forks

Packages

No packages published