Skip to content
Tech News
← Back to articles

Plants vs. Zombies for PlayStation 2

read original more articles
Why This Matters

This project demonstrates how classic games like Plants vs. Zombies can be ported and optimized for modern platforms, ensuring continued accessibility and preservation. It highlights the importance of open-source efforts in maintaining legacy titles and adapting them for new hardware, benefiting both developers and consumers interested in gaming history and customization.

Key Takeaways

re-plants-vs-zombies fork (ps2)

i am too lazy to explain all of this just build with "build ps2.bat" it has all the dependencies (windows)!! on linux you will need to edit the cmake config!!

a main.pak with compressed assets its recommended to avoid slow loading and crashing!

based on headshot2017 fork!! maximum respect to him!

Fork of Patoke's PVZ GOTY decompilation with the following objectives:

Replace renderer with SDL + OpenGL

Replace renderer with SDL + OpenGL Replace Windows code with cross-platform code

Replace Windows code with cross-platform code Replace DirectSound/BASS/FMod with SDL Mixer X This project uses a fork of SDL Mixer X that adds compatibility with the MO3 format by using libopenmpt. This fork is located under SexyAppFramework/sound/SDL-Mixer-X

Replace DirectSound/BASS/FMod with SDL Mixer X main.pak support

main.pak support Optimize memory usage for console ports (Partial)

... continue reading