Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 2.05 KB

File metadata and controls

44 lines (35 loc) · 2.05 KB

Baldi's Basics for PS3

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.

How to compile

Preparation

You need a machine running Linux. WSL is supported. (in fact I'm using WSL).

  1. Get PS3DEV and it's dependencies.
  2. Download the source of Python2's latest version, compile it and install it.
  3. Before continuing, compile and install RSXGL with it's dependencies.
  4. Compile and install raylib.

Building

  1. Compile the game using make pkg command.
  2. If you don't know how to repack pkg to include data from USRDIR folder, skip this step.
  3. Install PKG in your PS3 system.
  4. If you din't repack pkg to include data from USRDIR folder, copy manually USRDIR folder into this path:
    /dev_hdd0/game/BALDI4PS3/
  5. Play it!

Additional Notes

  • The game's code is AI-Assisted.
  • The game is not finished yet.

Special Thanks

  • 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!