Jump to content
Sign in to follow this  
Trenchfeet

Playmusic track position problem

Recommended Posts

:confused: Have a problem trying to play music at a given position greater then 100,

playMusic ["EP1_Track12",90] works

playMusic ["EP1_Track12",110] doesn't work

Any ideas, the track is nearly 3 mins long.

Share this post


Link to post
Share on other sites

I can confirm this. I can specify up to 95 seconds, but once I try 96 then I get no music, any track I tried. I verified track 12 in CfgMusic lists well over 95 seconds:

class EP1_Track12 {
	name = "$STR_EP1_Track12";
	sound[] = {"\ca\music_e\EP1_Track12_CrudeOil.ogg", 1.0, 1.0};
	duration = 236;
};

I searched http://dev-heaven.net/issues/ for a bug report, don't see anything. Maybe someone can confirm if this is normal behavior. I tested with the 1.57 patch, no beta.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×