create "unemotional" playlist

Hi,

 

does anyone know if I can trick the SoundMusic section of the gameinfo file into simply playing one track after another, instead of switching between tracks when the game situation changes?

Or does anyone know another way of achieving this?

Any help would be great. Thanks

 

Pantha

3,913 views 3 replies
Reply #1 Top

I would assume that if you open up your player faction entity file and changed the music theme count and list to the music you wanted and changed the scare and announcement counts to 0 and removed their options, you 'should' get what you want.  Haven't tried it myself, so good luck with it.

Reply #2 Top

music
 name "MUSIC_BATTLE_1"
 fileName "Battle 1.ogg"
 isLooping FALSE
 actionLevel 0.75
 actionRange 0.35
 emotionLevel 0.0
 emotionRange 1.0
  
The yellow area is how moving around and zooming on the map changes the music. I have never played with these values rather just used existing set to add the count. 

Maybe try making all the values the same.

actionLevel - between 0 and 1

actionRange - between 0 and 1

emotionLevel - between -1 and 1

Looks like a value if winning or losing scale?

emotionRange - between 0 and 1

 

Reply #3 Top

He guys, thanks so far, I'm gonna try messing with those values. It seems kind of logical. Thank You

 

Pantha