Hey Guys,
can someone tell me, how to save the sounds and Images and maybe .txt Files ( not so important ) in an EBOOT?? There are so much EBOOT' s using Images, where no Images are in the flder, so Iit can' t be so difficult, I think
Save Images and Sound in .PBP
-
- Posts: 30
- Joined: Sat Apr 05, 2008 5:53 am
- Location: Germany -> Hessen -> Hanau
- Contact:
-
- Posts: 30
- Joined: Sat Apr 05, 2008 5:53 am
- Location: Germany -> Hessen -> Hanau
- Contact:
Requires editing C
It requires you editing the C code. You have to encrypt the file into a C file then make a function for the program to decyrpt it and output it.
Personaly, you're better of reading it from the MS.
Don't ask me how to do it... I can't code.
Personaly, you're better of reading it from the MS.
Don't ask me how to do it... I can't code.
-
- Posts: 376
- Joined: Wed May 10, 2006 11:31 pm
I think you're looking for this http://forums.ps2dev.org/viewtopic.php?t=8736
Here's a thread that sort of explains it:
http://forums.ps2dev.org/viewtopic.php? ... ight=eboot
but it didn't really help me until I was given the working example in this thread:
http://forums.qj.net/f-developers-dunge ... page3.html
Sound works the same if you can store a PCM sample in an array,
and then read it with a sample player at runtime.
It is fairly easy in hindsight.
Art.
http://forums.ps2dev.org/viewtopic.php? ... ight=eboot
but it didn't really help me until I was given the working example in this thread:
http://forums.qj.net/f-developers-dunge ... page3.html
Sound works the same if you can store a PCM sample in an array,
and then read it with a sample player at runtime.
It is fairly easy in hindsight.
Art.
If not actually, then potentially.