-
LegoCreator768
-
Topic Author
-
Offline
-
Experienced Marbler
-
-
Always on technology
Less
More
-
Posts: 148
-
Thank you received: 19
-
-
-
-
26 Apr 2015 03:17 #1
by LegoCreator768
Can music go from song to song, like a soundtrack? When you enter a loading screen, can it fade songs?
Please Log in or Create an account to join the conversation.
-
HiGuy
-
-
Offline
-
Administrator
-
-
At college, may not be around
Less
More
-
Posts: 1252
-
Thank you received: 560
-
-
-
-
-
26 Apr 2015 05:09 #2
by HiGuy
As far as I know, you can set the audio volume of a specific channel (there are 8 total), but all music is played on the same channel.
Theoretically, you could rewrite the music system to play songs on separate channels and fade one out and another in to create a crossfade. I'm not entirely sure what the code would look like, or if it would be feasible, but you may be able to get it to work with some effort.
PQ in a nutshellfunction clientcmd12dothepq() {
commandToClient(LocalClientConnection, '34onthedancefloor');
}
Please Log in or Create an account to join the conversation.
-
LegoCreator768
-
Topic Author
-
Offline
-
Experienced Marbler
-
-
Always on technology
Less
More
-
Posts: 148
-
Thank you received: 19
-
-
-
-
26 Apr 2015 16:30 #3
by LegoCreator768
Where's the file located?
Please Log in or Create an account to join the conversation.
-
HiGuy
-
-
Offline
-
Administrator
-
-
At college, may not be around
Less
More
-
Posts: 1252
-
Thank you received: 560
-
-
-
-
-
26 Apr 2015 17:21 #4
by HiGuy
Should be marble/client/scripts/audioProfiles.cs
PQ in a nutshellfunction clientcmd12dothepq() {
commandToClient(LocalClientConnection, '34onthedancefloor');
}
Please Log in or Create an account to join the conversation.