eboots and the menu
eboots and the menu
When your in the PSP's menu, and you move to your own file, how can you get sound or music to play in the background, and change the background to display a picture?
Is there any documentations on this?
(Here's an image so you know what im refferring to..)
Is there any documentations on this?
(Here's an image so you know what im refferring to..)
K, I've done a bit more research, and I added this to my make..
SND0.AT3 has been renamed from originally.. 14-Don't_Tickle_Me.TOC which was converted into Atrac3 using CodemastersEAC converter and an .MP3. It builds fine
So why does the sound not play when I am in my menu? I have the background and icon set up properly now and it looks pretty sweet ass. I just wanna get the sound and I'm set. Is there a restriction on the songs length? or filesize? Am i supposed to add anything else in my code or is there a better program that converts to straight up .AT3?
Code: Select all
...
EXTRA_TARGETS = EBOOT.PBP
PSP_EBOOT_TITLE = Multiple Sprites.
PSP_EBOOT_PIC1 = psparcade.png
PSP_EBOOT_ICON = psparcadeicon.png
PSP_EBOOT_SND0 = SND0.AT3
...
Code: Select all
jesusxp@jesusxp:~/development/psp/scratch/multichar$ make kxploit
mkdir -p "multichar"
psp-strip multichar.elf -o multichar/EBOOT.PBP
mkdir -p "multichar%"
pack-pbp "multichar%/EBOOT.PBP" PARAM.SFO psparcadeicon.png \
NULL NULL psparcade.png \
SND0.AT3 NULL NULL
-
- Posts: 376
- Joined: Wed May 10, 2006 11:31 pm