<html>Ok the problem I am having is getting the custom voice that I have created into hl2. I have gone into faceposer and set it all up and does play with lip synching no problems. The setup is as you can see here.

[img]http://img444.imageshack.us/img444/7393/testyv3.png[img]
<span style="color: white;">
notice how it says <cant find entry><br style="color: red;">sound not in game_sounds script files!
The folder I have the sounds in is C:\Program Files\Valve\Steam\SteamApps\SourceMods\mymod\sound
</span>
<span style="color: white;">I saved the scene in C:\Program Files\Valve\Steam\SteamApps\SourceMods\mymod\scenes
I then created a new script called "mymod_npc_sounds_citizen" just to hold the custom voice used in faceposer as you can see here nothing dramatic
"1"<br style="color: red;">{<br style="color: red;"> "channel" "CHAN_VOICE"<br style="color: red;"> "volume" "1.0"<br style="color: red;"> "soundlevel" "SNDLVL_60dB"<br style="color: red;"><br style="color: red;"> "wave" "mymod/sound/1.wav"<br style="color: red;"><span style="color: red;">}
and also I have edited the game_sounds manifest and included this line here
</span></span><span style="color: red;"><br style="color: white;">game_sounds_manifest<br style="color: white;">{<br style="color: white;"> "precache_file" "scripts/game_sounds.txt"<br style="color: white;"> "precache_file" "scripts/game_sounds_ui.txt"<br style="color: white;"> "precache_file" "scripts/game_sounds_player.txt"
"precache_file" "scripts/mymod_npc_sounds_citizen.txt"</span>
<span style="color: white;"><span style="color: red;"></span>
when I go into the game the trigger does nothing, but if I just use a simple gesture but no sound as in a wave it works.
So it has to be something to do with the sound im doing something wrong. Help please I am so frustrated..
<head><link rel="stylesheet" href="themes/standard.css" type="text/css"></head><body topmargin=2 leftmargin=2></span>