Created with Rexglue-SDK
This Recomp has a strict no AI rule, No Vibe Coding, No AI generated Assets, No AI assisted Disassembly/Analysis
The goal of this project is to move away from emulating the game on xenia, with this the game is now moddable the same way the PC Port of the first game is with function hooking. While right now the renderer is the same as Xenia's we plan on replacing it in the near future. If you have any issues with this Recomp please submit a bug report on the Issues page
Showcase Video: https://youtu.be/Kih42KlocII?si=WeSh2FvBYrwQuNB-
Currently only supports windows, Linux is planned though. This project is still very early on so you will run into issues, if you do please report them in the github issues tab, Just make sure before you do no one else as made that same issue.
-
1 Download the latest Goopie and install it, (Preferably at the defualt location, you can adjust the game location in the settings)
-
2 Obtain a legal copy of TiP's Iso (World) (We dont support piracy)
-
3 Inside the launcher press "Select Iso"
-
4 Once Selected the Iso will start to extract, if it doesn't work make sure the name is normalized aka "C:/Games/" not "C:/Games but with a space and a $/"
-
5 Once its extracted it will say "Download" or "Update", Press it
-
6 Now that the recompiled exe is downloaded you can press "Launch"
-
If you run into any issues launching the game, third-party programs like "rivatuner" can cause the game to crash
Building from scratch (We are on Rexglue 0.7.4 https://github.com/SolarCookies/rexglue-sdk/tree/VivaPinata)
- 1 Clone and Build the Rexglue SDK 0.7.4 https://github.com/rexglue/rexglue-sdk/
git clone --recursive --branch v0.7.4 https://github.com/rexglue/rexglue-sdk.git
cd rexglue-sdk
cmake --preset win-amd64
cmake --build --preset win-amd64-relwithdebinfo --target install
- 2 Clone TiP-Recomp (The dev branch is what you should target for pull request)
cd ../
git clone https://github.com/SolarCookies/TiP-Recomp.git
-
3 Extract the (world) version of the iso to the
assets/folder, the default xex sould be located here:assets/default.xex -
4 Run
RegenAndRebuild.batto run the recompile process and build -
5 Run
Play.batto move the exe to the root and run it with the default arguments
- Franksy32 For providing the unlimited garden space patches
- Smash-chu For the Title Artwork
- birabittoh For the Github Building Workflows
- Zorkats For Mouse and Keyboard Support