chovy-sign icon indicating copy to clipboard operation
chovy-sign copied to clipboard

Game Manuals and changing PS1 games' bootup splash screen?

Open PlayerGameSK opened this issue 1 year ago • 6 comments

So I just gave this tool a shot today and gotta say that so far it's been great, though I have a question...

Basically I would love to be able to make my PS1 game bubbles appear as if they were official, including the manuals, the "warning" screen on bootup and such, the problem is that there seems to be no option to include your own manual, nor change the default bootup splash screen (which is just a very basic #ChovyProject logo), and so I've been wondering... are (either of) these options planned to be added by any chance?

PlayerGameSK avatar Jul 28 '23 14:07 PlayerGameSK

I don't really know the document.dat format. very well. Or really how it works at all haha

I was gonna work on adding dlc support for psp games next.. and acid snake wanted the ability to add PBOOT.PBP for some reas9n

Idk so if probably do those.. changing the splash pic would be super easy though .. Vita requires there to be something set as an image and nothing in the iso file that would be It so I just put the chovy project logo up haha

LiEnby avatar Aug 01 '23 12:08 LiEnby

Something odd happened after I used chovy-sign, the DLC was wiped off of the Vita. It's a special case: I was using PSP Dissidia Duodecim as .iso+ all DLCs just fine in Adrenalin. Then I switched to nopspemudrm and after refreshing live area this game didn't show up. So I used chovy-sign to convert the iso and installed via content manager. Now the game shows up and works (old save data included) but the DLC files themselves were wiped out during the Content Manager transfer process somehow. I used to see them under Content Manager app too and they're missing, the game cannot "find" the DLC either. Is that expected ? Is there any hope for a solution ? Also please do let the enduser customize the current ""#ChovyProject" bootup splash for both PSP and PS1 games! I would enjoy just a black screen for the official look ^^;

TheShadowRunner avatar Aug 11 '23 13:08 TheShadowRunner

Ok figured it out, When I used Content Manager to copy the generated game from chovy-sign over to Vita, it just completely overwrote the game folder on PSPEMU that the DLCs were using, so they were erased.

Now I copied the DLC back over again with vitashell to the same folder and when I launch that game with Adrenalin, DLC is back! When I launch same game via bubble, DLC is absent..

TheShadowRunner avatar Aug 11 '23 17:08 TheShadowRunner

Ok figured it out, When I used Content Manager to copy the generated game from chovy-sign over to Vita, it just completely overwrote the game folder on PSPEMU that the DLCs were using, so they were erased.

Now I copied the DLC back over again with vitashell to the same folder and when I launch that game with Adrenalin, DLC is back! When I launch same game via bubble, DLC is absent..

if i had to guess the DLC is probably been decrypted either by pkgj or some other tool during the download process (like how the pbp NPUMDIMG was decrypted to a regular .iso ..)

i think because adrenaline is more like a psp cfw, it probably patches so that it can run even decrypted DLC files, but since nopspemudrm * just * patches the npdrm, and nothing else-- this doesn't work there

LiEnby avatar Aug 12 '23 09:08 LiEnby

Hi Li, thanks for your support. That DLC I actually had from a long time ago and used back then on PSP. I just copied it over to Vita using Vitashell to the correct folder ux0:pspemu/PSP/GAME/GameID. I'm pretty sure you're correct in the fact it's decrypted. On PSP at the time, it was needed to use plugin "nploader.prx" to load this DLC, then it became obsolete and support was built-in CFW directly, I believe Adrenaline also has it built-in hence how it works. I wonder if that old plugin "nploader.prx" could be ported to Vita somehow to allow DLC to work, via NoPspEmuDrm maybe? Regarding the ability for users to set custom launch screens for PSP/PS1, what do you think ? ^^;

TheShadowRunner avatar Aug 12 '23 14:08 TheShadowRunner

changing the splash pic would be super easy though .. Vita requires there to be something set as an image and nothing in the iso file that would be It so I just put the chovy project logo up haha

Yeah, I wanted mine to look as official as possible, so I got the source code, replaced the images in the GameBuilder/Resources folder with ones I got from an official game I own, "compiled it" (a.k.a ran through the debug mode in Visual Studio because I'm dumb and couldn't figure out how to actually compile it) and used that to create them 😅 (sorry for the late response lol I don't go on GitHub very often)

PlayerGameSK avatar Sep 07 '23 21:09 PlayerGameSK