(03-15-2013, 06:13 PM)Magzard Wrote: Hello!
Is there any way to use Justine's voice instead of Daniel's in custom stories?(like the groan voice at jumping)
Yes. Just use the sounds that are in the sounds/ptest/player folder.
E.g.
PlaySoundAtEntity("sigh", "player_female_breath.snt", "Player", 1.0 / 2, false);
If you wanted go one step further you could even replace the jump sounds by making your own game.cfg file (that's if you wanted to make a full conversion though). You would pretty much need to do this otherwise you'll have male jumping noises and female reaction noises lol.