Welcome to the Baldi's Basics for PS3 Source code. If you are looking for Legacy version's Source code, refer here.
I have NEVER ever seen any Baldi related games on ANY PlayStation console (Baldi's Basics PLUS does NOT count!). I have only seen the port to PSVita (and it was several years ago). Yeah... still nothing for PS3. So I decided to make this! And since I got normal way to do PS3 games with PSL1GHT, I tried to re-write this game with raylib. Now you can probably see the Legacy version, that was made with GameMaker 1.4.
You need a machine running Linux. WSL is supported. (in fact I'm using WSL).
- Get PS3DEV and it's dependencies.
- Download the source of Python2's latest version, compile it and install it.
- Before continuing, compile and install RSXGL with it's dependencies.
- Compile and install raylib.
- Compile the game using
make pkgcommand. - If you don't know how to repack pkg to include data from USRDIR folder, skip this step.
- Install PKG in your PS3 system.
- If you din't repack pkg to include data from USRDIR folder, copy manually USRDIR folder into this path:
/dev_hdd0/game/BALDI4PS3/ - Play it!
- The game's code is AI-Assisted.
- The game is not finished yet.
- nbe1233 for helping with raylib installation
- mystman12 for creating original game
- AcidPS3 Discord server for supporting
- And you guys for playing and supporting this project!