Page 1 of 2
How To Add a Splash Screen to Your Eboot Tutorial
Posted: Sat Oct 02, 2010 5:18 pm
by TragicTheBlubbering
*Recovered from Advancedpsp.tk*
*Originally Posted By Esteban*
Okay this is a tutorial on how to add a splash screen to your eboot.
You'll need...
-Any PBP extracting software
-Any image editor
-And Hex editor
Step 1: Extract the eboot.
http://img267.imageshack.us/img267/3226/60500555.jpg
Step 2: Open DATA.psp wit your Hex editor.
http://img829.imageshack.us/img829/6536/17068182.jpg
Step 3: Go to the very end of offset 590.
http://img213.imageshack.us/img213/3838/36096746.jpg
Step 4: Paste " STARTDAT........P...¥/.......................................................... ".
http://img714.imageshack.us/img714/5980/56863097.jpg
Step 5: Open your png image that you wish to use with the Hex editor. (Image must not be too big or the psp will ignore it.)
http://img818.imageshack.us/img818/3426/11064023.jpg
Step 6: Select all and copy.
http://img132.imageshack.us/img132/3751/54368349.jpg
Step 7: Past it to the end of DATA.psp.
http://img842.imageshack.us/img842/1810/84307715.jpg
Step 8: Save the DATA.psp and open your PBP veiwing software and select the new DATA.psp.
http://img685.imageshack.us/img685/6386/40178939.jpg
Step 9: Save the eboot to where the original eboot was at.
Hope you enjoyed it.

Re: How To Add a Splash Screen to Your Eboot Tutorial
Posted: Sat Oct 02, 2010 6:23 pm
by Omnija
how big does the image have to be for it to work properly
Re: How To Add a Splash Screen to Your Eboot Tutorial
Posted: Sat Oct 02, 2010 7:47 pm
by cobaltex
also if you want to add an audio clip follow this (you'll need goldwave (or an alternitive) and ATRAC3 audio codecs):
audio can be no longer than 55seconds max and 500kb in size, to get that you’ll probably have to cut a clip from an existing audio file.
once thats done start up goldwave and open the audio clip, hit save as… and under save as type… select (wave) .wav and under attributes select one of the ATRAC3 options (its best to chose 66kbps) and hit save (if ATRAC3 doesn't show up then the codecs haven’t been fully installed) then rename the audio.wav to audio.at3 from there you should be able to figure out the rest.
P.S., if anyone wants to use the psar from my e-boot go ahead, just note that it'll only work for HBL use, and will not work for actually playing the demo itself
Re: How To Add a Splash Screen to Your Eboot Tutorial
Posted: Sat Oct 02, 2010 11:16 pm
by grewolf
If some one wants to add their own splash screen on patapon 2 eboot, they can just edit our custom eboot cause I think its a lot easier.
1. Open custom eboot with pbp unpacker and extract it somewhere easy to find ( such as desktop )
2. When extracted, open up data.psp with hex editor and go 000005F0 and highlight everything from their up to the end.
3. Open up your image ( usually 5 kb ) with hex editor, click ctrl A and then copy.
4. Go to your data.psp and paste it in 000005F0 then click save.
5.OPen pbp unpacker, click new and assemble your eboot an then click save
Now you have a custom patapon2 eboot with your own splash screen

Re: How To Add a Splash Screen to Your Eboot Tutorial
Posted: Sun Oct 03, 2010 9:14 am
by TOcean
grewolf wrote:If some one wants to add their own splash screen on patapon 2 eboot, they can just edit our custom eboot cause I think its a lot easier.
1. Open custom eboot with pbp unpacker and extract it somewhere easy to find ( such as desktop )
2. When extracted, open up data.psp with hex editor and go 000005F0 and highlight everything from their up to the end.
3. Open up your image ( usually 5 kb ) with hex editor, click ctrl A and then copy.
4. Go to your data.psp and paste it in 000005F0 then click save.
5.OPen pbp unpacker, click new and assemble your eboot an then click save
Now you have a custom patapon2 eboot with your own splash screen

good work
Re: How To Add a Splash Screen to Your Eboot Tutorial
Posted: Sun Oct 03, 2010 4:31 pm
by Omnija
so the image can only be 5k, what size is that?
Re: How To Add a Splash Screen to Your Eboot Tutorial
Posted: Sun Oct 03, 2010 4:47 pm
by ravander
Does the custom splash slow the patapons starting ?
Re: How To Add a Splash Screen to Your Eboot Tutorial
Posted: Sun Oct 03, 2010 6:33 pm
by cobaltex
ravander wrote:Does the custom splash slow the patapons starting ?
no, it just replaces the black screen after the psp logo while the game loads
Re: How To Add a Splash Screen to Your Eboot Tutorial
Posted: Sun Oct 03, 2010 11:16 pm
by grewolf
Omnija wrote:so the image can only be 5k, what size is that?
the image should be 480 x 272. Just to point something out, adding splash screen doesnt really affect the loading time of patapon because every eboot has standard booting time on the splash screen ( when psp logo appear after you hit x on your eboot ) and splash screen has some blank screen on it where the psp logo fade. This is where we overwrite the empty screen and put our own splash screen such as image and text. The only effect that it will do to an eboot is the size coz it can make the eboot file size bigger ( but its not that big ). But no worries, you can hex edit your eboot and remove some part of it which is not really needed when running hbl such as its gameplay or you can just borrow cobaltex modified eboot coz it has size reduction although this will remove your ability to play the patapon game coz this is merely for loading hbl.
Re: How To Add a Splash Screen to Your Eboot Tutorial
Posted: Tue Oct 05, 2010 1:54 pm
by kirbycrusader
These are nice guides and are easy to follow. And All the splash screen does is show a picture of your choice after the white PSP screen.