Advertising (This ad goes away for registered users. You can Login or Register)

How To Add a Splash Screen to Your Eboot Tutorial

Half Byte loader is an open source tool to load homebrews on all models of PSPs
Half Byte Loader can be downloaded at http://wololo.net/wagic/hbl
TragicTheBlubbering
Moderator
Posts: 1304
Joined: Mon Sep 27, 2010 7:30 pm
Location: The Sacred Realm

How To Add a Splash Screen to Your Eboot Tutorial

Post 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. :D
Advertising
R.I.P Leonard Nimoy, the original Mr. Spock. He lived long and prospered. :cry:
---------------
[spoiler]Paridae or gtfo! 8-)
---------------
i was wondering if there anyway to mod the ps3 so i can play ps3 game ??
[/spoiler]
---------------
Omnija
Posts: 307
Joined: Mon Sep 27, 2010 8:49 pm

Re: How To Add a Splash Screen to Your Eboot Tutorial

Post by Omnija »

how big does the image have to be for it to work properly
Advertising
cobaltex
Posts: 58
Joined: Fri Oct 01, 2010 5:29 pm
Location: re-encoding anime for psp

Re: How To Add a Splash Screen to Your Eboot Tutorial

Post 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
ImageImage
grewolf
Posts: 246
Joined: Tue Sep 28, 2010 7:22 am

Re: How To Add a Splash Screen to Your Eboot Tutorial

Post 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 :)
Proud to be Pinoy
TOcean
HBL Tester
Posts: 1020
Joined: Mon Sep 27, 2010 3:08 pm
Location: Flash0:/kd/vshmain.prx
Contact:

Re: How To Add a Splash Screen to Your Eboot Tutorial

Post 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
Omnija
Posts: 307
Joined: Mon Sep 27, 2010 8:49 pm

Re: How To Add a Splash Screen to Your Eboot Tutorial

Post by Omnija »

so the image can only be 5k, what size is that?
ravander
Posts: 57
Joined: Tue Sep 28, 2010 6:30 pm

Re: How To Add a Splash Screen to Your Eboot Tutorial

Post by ravander »

Does the custom splash slow the patapons starting ?
cobaltex
Posts: 58
Joined: Fri Oct 01, 2010 5:29 pm
Location: re-encoding anime for psp

Re: How To Add a Splash Screen to Your Eboot Tutorial

Post 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
ImageImage
grewolf
Posts: 246
Joined: Tue Sep 28, 2010 7:22 am

Re: How To Add a Splash Screen to Your Eboot Tutorial

Post 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.
Proud to be Pinoy
kirbycrusader
Posts: 80
Joined: Sat Oct 02, 2010 3:52 pm
Location: Illinois, USA
Contact:

Re: How To Add a Splash Screen to Your Eboot Tutorial

Post 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.
My PSP: PSP-3001, Launch-Day, Silver, Ratchet and Clank Edition, 6.20 TN-C HEN, Signed Digital Comics/SenseMe HEN Loader.

My Wii: Launch Day (3306), White, HackMii 1.0.8, HomeBrew Channel Installed, DVDX, BootMii-Boot2/IOS, System Menu 4.2U.
Locked

Return to “Half Byte Loader”