Post Reply 
Bootsound length?
Author Message
SkyDX
Guardian of the Shining Sky
Team DreamArts

Posts: 2,850.3364
Threads: 305
Joined: 16th Jul 2007
Reputation: 2.15096
E-Pigs: 173.5065
Offline
Post: #1
Bootsound length?
Hi guys I'm currently trying to make a PSP theme and it's coming along surprisingly good^^
Just is there a way to stop the PSP from cutting the bootsound off after 4 secs?
Mine is 7 secs and I looked all over opening_plugin.rco yet couldn't find a variable Sadist

Thanks in advance! Gongxi

[Image: EgGYGSX.png]
TwitterMyAnimeList lastFMBlogdeviantART

Spoiler for Old Rainbow Sounds sig^^:
[Image: 6yWvk.png]
(This post was last modified: 25/08/2010 05:40 PM by SkyDX.)
25/08/2010 05:40 PM
Visit this user's website Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,023.4213
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.0333
Offline
Post: #2
RE: Bootsound length?
I do recall seeing this in opening_plugin.rco:

XML Code
1
2
3
4
5
6
			<Animation name="anim_sound">
				<Delay time="51" />
				<FireEvent event="event:native:/playsound" />
				<Delay time="4000" />
				<FireEvent event="event:native:/anim_sound_finished" />
			</Animation>

You can probably increase the delay, though I'm not sure if it still works.

Do note that you are somewhat limited in that the sound can only be a certain size anyway (to fit in the PRX).  Also, I'd personally suggest avoiding overly long sounds - they get annoying after a while.

25/08/2010 05:57 PM
Visit this user's website Find all posts by this user Quote this message in a reply
SkyDX
Guardian of the Shining Sky
Team DreamArts

Posts: 2,850.3364
Threads: 305
Joined: 16th Jul 2007
Reputation: 2.15096
E-Pigs: 173.5065
Offline
Post: #3
RE: Bootsound length?
Thanks Zinga!
I also saw these lines and increased the value to 7000 however it made no change :(

[Image: EgGYGSX.png]
TwitterMyAnimeList lastFMBlogdeviantART

Spoiler for Old Rainbow Sounds sig^^:
[Image: 6yWvk.png]
25/08/2010 06:04 PM
Visit this user's website Find all posts by this user Quote this message in a reply
SkyDX
Guardian of the Shining Sky
Team DreamArts

Posts: 2,850.3364
Threads: 305
Joined: 16th Jul 2007
Reputation: 2.15096
E-Pigs: 173.5065
Offline
Post: #4
RE: Bootsound length?
Sorry for Double Post but I had an idea last night:

Couldn't I just insert a silent sound in opening_plugin.prx, then add a vag sound in opening_plugin.rco and write a custom sound event in the XML?

[Image: EgGYGSX.png]
TwitterMyAnimeList lastFMBlogdeviantART

Spoiler for Old Rainbow Sounds sig^^:
[Image: 6yWvk.png]
26/08/2010 03:23 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Vegetano1
$urf

Posts: 9,083.2507
Threads: 397
Joined: 2nd Mar 2007
Reputation: 6.06988
E-Pigs: 2756.6280
Offline
Post: #5
RE: Bootsound length?
(26/08/2010 03:23 AM)SkyDX Wrote:  Sorry for Double Post but I had an idea last night:

Couldn't I just insert a silent sound in opening_plugin.prx, then add a vag sound in opening_plugin.rco and write a custom sound event in the XML?

this won't work,.. there are no vag sounds used in the original opening_plugin.rco,.. (not anymore,.. )
if you want you could try cintro and use the skip opening in recovery settings,..

i have trouble adding sounds to the prx longer then 3 seconds,.. i might try to make a 6 seconds opning_plugin.prx for 500m33 then convert the opening_plugin.prx with patpat tool to 550gen see if this works,..
the timeset in the rco does't help any lenght sound added to the opening_plugin.prx should play whole lenght anyway,..


Make loads of $$!! it wurks!!
[Image: csbanner_anim_03.gif]
Signed Homebrew by bsanehi & OMightyBuggy
http://endlessparadigm.com/forum/showthr...?tid=25707
Spoiler for My miniBlog:
26/08/2010 03:29 AM
Visit this user's website Find all posts by this user Quote this message in a reply
SkyDX
Guardian of the Shining Sky
Team DreamArts

Posts: 2,850.3364
Threads: 305
Joined: 16th Jul 2007
Reputation: 2.15096
E-Pigs: 173.5065
Offline
Post: #6
RE: Bootsound length?
I see, thanks V1, tell me if you ever succeed please^^
Cintro is nothing for me because I hate the unsmooth transition to the XMB :P

[Image: EgGYGSX.png]
TwitterMyAnimeList lastFMBlogdeviantART

Spoiler for Old Rainbow Sounds sig^^:
[Image: 6yWvk.png]
26/08/2010 03:40 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Vegetano1
$urf

Posts: 9,083.2507
Threads: 397
Joined: 2nd Mar 2007
Reputation: 6.06988
E-Pigs: 2756.6280
Offline
Post: #7
RE: Bootsound length?
(26/08/2010 03:40 AM)SkyDX Wrote:  I see, thanks V1, tell me if you ever succeed please^^
Cintro is nothing for me because I hate the unsmooth transition to the XMB :P

yah i am still not sure why i can't get a 6sec bootsound to work in 550gen :(,. stuck with 3sec,.

need any help with your theme let me know ;)


Make loads of $$!! it wurks!!
[Image: csbanner_anim_03.gif]
Signed Homebrew by bsanehi & OMightyBuggy
http://endlessparadigm.com/forum/showthr...?tid=25707
Spoiler for My miniBlog:
(This post was last modified: 26/08/2010 03:47 AM by Vegetano1.)
26/08/2010 03:47 AM
Visit this user's website Find all posts by this user Quote this message in a reply
SkyDX
Guardian of the Shining Sky
Team DreamArts

Posts: 2,850.3364
Threads: 305
Joined: 16th Jul 2007
Reputation: 2.15096
E-Pigs: 173.5065
Offline
Post: #8
RE: Bootsound length?
(26/08/2010 03:47 AM)Vegetano1 Wrote:  
(26/08/2010 03:40 AM)SkyDX Wrote:  I see, thanks V1, tell me if you ever succeed please^^
Cintro is nothing for me because I hate the unsmooth transition to the XMB :P
need any help with your theme let me know ;)

Thanks I will! Say do you have any kind of IM? Don't worry I promise I won't bug you, that way it would be just faster and I can keep my workflow^^

[Image: EgGYGSX.png]
TwitterMyAnimeList lastFMBlogdeviantART

Spoiler for Old Rainbow Sounds sig^^:
[Image: 6yWvk.png]
26/08/2010 04:28 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: