| View previous topic :: View next topic |
| Author |
Message |
Stellar

Joined: 12 Dec 2005 Posts: 48
|
Posted: Sat Jan 14, 2006 12:03 am Post subject: EBOOT Startup Splashscreen & sound? |
|
|
I noticed that the the nintendo emulator ( nesterj i belive ) shows a splash image while playing music, and displaying video in the icon before you actually choose to load that program. how can this be done, links? suggestions :) ?
I didnt know what to search under for this, so i dont know if its been posted before? also, the search is a bit quirky anyway :/
EDIT : I found the source here http://rukapsp.hp.infoseek.co.jp/PSPSoftware/NesterJ.htm
EDIT2 : ok, i found the source, and im still having trouble finding the slashscreen section, so if anyone has any info, please post :D .
thanks,
-stellar _________________
 |
|
| Back to top |
|
 |
patpsp
Joined: 25 Oct 2005 Posts: 31
|
Posted: Sat Jan 14, 2006 2:05 am Post subject: |
|
|
| If i have understood your question, the answer is in the Makefile of the project. |
|
| Back to top |
|
 |
urchin
Joined: 02 Jun 2005 Posts: 121
|
Posted: Sat Jan 14, 2006 2:32 am Post subject: |
|
|
| Yeah, it's not actually part of the code - look for "mksfo" and "param.sfo" in the makefile. |
|
| Back to top |
|
 |
Stellar

Joined: 12 Dec 2005 Posts: 48
|
Posted: Sat Jan 14, 2006 3:05 am Post subject: |
|
|
got it, thx guys
edit : ( for others, just add ... )
PSP_EBOOT_ICON1 = NULL
PSP_EBOOT_ICON = SomePath/ICON0.png
PSP_EBOOT_PIC1 = AnotherPath/PIC1.PNG
PSP_EBOOT_SND0 = SND0
to your makefile before you include $(PSPSDK)/lib/build.mak _________________
 |
|
| Back to top |
|
 |
Timale-Kun

Joined: 14 Jan 2006 Posts: 13 Location: Paris
|
Posted: Sat Jan 14, 2006 8:55 pm Post subject: |
|
|
U Can edit the eboot.pbp who contain the homebrew's icon with pspbrew 0.53, The animation is a .PMF File and the Music sound is a .AT3 File, I made a tutorial How to modify the Homebrews but sorry it's in french if u understand french PM me. I hope using PSPBrew 0.53 will teach u how does it work if u can find the source code....See Ya _________________
 |
|
| Back to top |
|
 |
|