Page 1 of 1
no such sound Error
PostPosted: Sat Jun 14, 2014 3:36 pm
by zeromapping
I have a problem when I run the server, it gives a lot of errors associated with sound (ambient_generic) when I go to my server, there is no sound (there are sounds only from env_soundscape)
but when I go to my map from console all sounds in place
Re: no such sound Error
PostPosted: Sun Jun 15, 2014 7:22 am
by zeromapping
i understand that you use game_sounds files, but do not know how to attach a file to map
i create game_sounds_map_hellness.txt
- Code: Select all
"banner.hellness"
{
channel "CHAN_AUTO"
volume "VOL_NORM"
pitch "PITCH_NORM"
soundlevel "SNDLVL_NORM"
wave "ambience/monastery/banner.wav"
}
"fire_base.hellness"
{
channel "CHAN_AUTO"
volume "VOL_NORM"
pitch "PITCH_NORM"
soundlevel "SNDLVL_NORM"
wave "ambience/temple/fire_base-loop.wav"
}
"dojo.hellness"
{
channel "CHAN_AUTO"
volume "VOL_NORM"
pitch "PITCH_NORM"
soundlevel "SNDLVL_NORM"
wave "ambience/temple/dojo.wav"
}
and add name in ambient_generic
maybe I missed something?
Re: no such sound Error
PostPosted: Tue Jun 17, 2014 4:38 pm
by fug
try adding the .wav exstension to the ambiengeneric entities properties
and also try adding the path location as well.
Re: no such sound Error
PostPosted: Wed Jun 18, 2014 4:21 am
by zeromapping
I did everything with soundscape
Re: no such sound Error
PostPosted: Fri Jun 20, 2014 2:48 am
by fug
So you no longer have an issue?
Re: no such sound Error
PostPosted: Fri Jun 20, 2014 3:36 am
by zeromapping
yap, in this weekend will be updated maps duel_hellness ffa_station with soundscape, no more ambient_generic (and add 2 new maps ffa_hellness, duel_...yet untitled...)
configure soundscape harder than ambient_generic, but will no longer be errors on the server side
Re: no such sound Error
PostPosted: Thu Aug 28, 2014 3:20 pm
by zeromapping
again
I created env_soundscape, create soundscapes_duel_mc_adventure.txt
but the music does not play, use custom music convert from mp3 to wav.
need a special converter? or something else?