Hey,
You have some "..." in your manifest. They shouldn't be there. I used them in my tutorial to explain there are many other lines :-)
If that doesn't work, try placing all soundscripts in one file. Do some tweakings of the like to try to understand why it doesn't work.
In your last screenshot, you have a soundscript selected, but he can't seem to find the sound file associated. When a soundscript is selected in that window, you should see info next to "Wave file" and "Script file". Maybe remove the "../sound/" in your soundscript. The default path is already inside the "sound" folder.
Also, I use "\" instead of "/". Don't know if that makes much of a difference.
- Code: Select all
"healthexpert_First_Dialogues"
{
"channel" "CHAN_VOICE"
"volume" "0.600000"
"pitch" "PITCH_NORM"
"soundlevel" "SNDLVL_TALKING"
"wave" "HealthExpert.wav"
}
As for subtitles, I have the same problem here. Since the crappy update that broke all mods, subtitles don't show up anymore, and I have no clue why.