Recent content by CrunchPunch

  1. CrunchPunch

    Hacking Does anyone know the font used in the XMB for PC Engine games for PSP?

    Looks like the US one was Arial Bold. Still trying to figure out the Japanese one.
  2. CrunchPunch

    Hacking Does anyone know the font used in the XMB for PC Engine games for PSP?

    I want to create XMB images for injected PC Engine games on the official emulator for PSP and Vita. The goal is for them to look like the originals. Does anyone know what font was used to create the images for the original games in either the Japanese or American versions? I attached a couple...
  3. CrunchPunch

    Hacking How to build a PSP iso from Python?

    Managed to solve this with windows executable versions mkisofs and isoinfo. It wasn't pure python but at least it works on both windows and linux. They are called cdrtools. I will post a link once I am able to.
  4. CrunchPunch

    Hacking How to build a PSP iso from Python?

    Hello, I'm trying to build a python script that injects PC Engine roms to the PSP PC Engine emulator. I know my modified files are fine because it works when I use UMDGen for Windows but I would like to do it from the command line and have the script be OS independent. Does anyone know if there...