Retro00064
New member
I have a soundscript container in my map's config.txt file to have the "ctry_day_1.wav" and "night_loop.wav" (cricket) ambient sound effects play on my route during the day and night respectively. This worked fine in TRS2004, but I can not seem to get it to work in Surveyor in TS2010.
Does anyone around here know why it is not working and how to get it to work?
Below is the soundscript container that is in my map's config.txt file. Is there something wrong with it that could cause it to not work?
Thanks!
--Retro.
Does anyone around here know why it is not working and how to get it to work?
Below is the soundscript container that is in my map's config.txt file. Is there something wrong with it that could cause it to not work?
Code:
soundscript
{
morning
{
ambient 1
value-range 1,0.1
volume 1
sound
{
0 "ctry_day_1.wav"
}
}
night
{
ambient 1
value-range 0,0.9
volume 1
sound
{
0 "night_loop.wav"
}
}
}
Thanks!
--Retro.
Last edited: