Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I couldn't get this game working on PSP when I converted it to an EBOOT.PBP

Hi! Yes, it won't work on PSP, and I couldn't get it to work as well.

The reason for that is that most games from the PS1 era used an SDK that was full of bad practices when it comes to writing to memory-mapped structures. The SDK I'm using does most of it as it should be, but old emulators don't implement the accurate memory mapping features in the right way (mostly because it was not necessary). So PSP's emulator, which is very old, cannot run this game.

You'll get similar bugs when running this game on any version of ePSXe or older versions of PCSX-ReARMed: music and sound effects simply won't play.

Will there one day be an update where it will be PSP compatible?

(1 edit)

Sorry, not really. Mainly because this is not a game problem, this is an emulator problem -- the PlayStation emulator that is bundled with PSP. There is really nothing I could do, I'd literally have to rewrite the entire game from scratch using the "wrong tools".