View topic - Music Widget only plays one song



All times are UTC + 1 hour


Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: 24 Nov 2011, 04:13 
Evolution RTS Developer
User avatar

Joined: 17 Nov 2005, 02:43
Location: Raegquitting Spring on 04/24/12
then stops. If shit gets destroyed, then it will play one war track and then stop.

Can someone please help maek fixie?

http://code.google.com/p/evolutionrts/s ... /music.lua


Top
 Offline Profile  
 
PostPosted: 24 Nov 2011, 16:38 
Zero-K Developer
User avatar

Joined: 14 Mar 2007, 03:44
Location: Fillydelphia
The way Spring.GetSoundStreamTime() works was apparently changed in 84.0. It now returns (0, 0) if there is no running track (e.g. if the last one already ended).

See line 181
Code:
-if ( (musicType ~= lastTrackType and musicType == 'war') or (playedTime > totalTime)) then
+if ( (musicType ~= lastTrackType and musicType == 'war') or (playedTime == 0 and totalTime == 0)) then

or you could just change the > to a >=


Top
 Offline Profile  
 
PostPosted: 25 Nov 2011, 21:48 
Evolution RTS Developer
User avatar

Joined: 17 Nov 2005, 02:43
Location: Raegquitting Spring on 04/24/12
Thanks KR. The transitions are actually a little nicer now from song to song it seems, so that's a win.


Top
 Offline Profile  
 
PostPosted: 26 Nov 2011, 09:50 
Evolution RTS Developer
User avatar

Joined: 17 Nov 2005, 02:43
Location: Raegquitting Spring on 04/24/12
Arugh, when it switches to war tracks it starts playing two at once :-(

pastebin of current widget:

http://pastebin.com/rVAEvPkJ


Top
 Offline Profile  
 
PostPosted: 26 Nov 2011, 21:02 
Evolution RTS Developer
User avatar

Joined: 17 Nov 2005, 02:43
Location: Raegquitting Spring on 04/24/12
KR helped me fix it.

Needed moar stopsoundstream.


Top
 Offline Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Site layout created by Roflcopter et al.