Ambient plays at once :S
Posted: December 22nd, 2008, 7:04 pm
Hello, I have the next problem: My ambient music plays only once :S After the plays it, there si silence. But I used the same
soundaliases, and a simply gsc, that were at my old maps :S
here is my soundaliases:
and my gsc:
anybody any idea?:S
soundaliases, and a simply gsc, that were at my old maps :S
here is my soundaliases:
Code: Select all
name,sequence,file,vol_min,vol_max,vol_mod,pitch_min,pitch_max,dist_min,dist_max,channel,type,probability,loop,masterslave,loadspec,subtitle,compression,secondaryaliasname,volumefalloffcurve,startdelay,speakermap,reverb,lfe percentage
#Ambiance
ambient_jm_renaissance,,ambient/amb_ren.mp3,0.63,,,,,,,local,streamed,,looping,,jm_renaissance
Code: Select all
main()
{
maps\mp\_load::main();
game["allies"] = "american";
game["axis"] = "german";
game["attackers"] = "allies";
game["defenders"] = "axis";
game["american_soldiertype"] = "normandy";
game["german_soldiertype"] = "normandy";
ambientplay("ambient_jm_renaissance");
thread st_h1();
}