The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Changing monster voices
Damascus Offline
Senior Member

Posts: 646
Threads: 118
Joined: Mar 2012
Reputation: 29
#1
Changing monster voices

I knew this would be no easy task, so I'll post everything I've done so far. I am trying to make an enemy with the suitor model that has a different voice. To test it out, I tried to replace only the sounds in which it actually talked. When I was finished, my own lines did play when it idled, but the suitor's original lines played at the same time too. It also only said its original lines while chasing and attacking.

Here's everything I've done so far:

--Copied the following files into my custom_stories folder under "entities/enemy/remnant": All files in the original "enemy_suitor" folder except for the alois, basile, and malo models. (I only kept enemy_suitor.ent) Replaced every "enemy_suitor" in the filename with "remnant."
--Copied the following files into my custom_stories folder under "sounds/enemy/remnant": All sound files in "sounds/ptest/enemy/suitor" for malo, leaving the files prefixed with basile and alois behind. All Malo lines from "lang/eng/ptest/voice."
--Renamed all lines with the "malo" prefix with "remnant."
--Edited every .snt file in my remnant folder to point toward my .ogg files. (For example, I changed "suitor/amb_alert01" to "remnant/amb_alert01", and changed "malo_discover_01" to "remnant_discover_01")
--Opened remnant.ent and changed every sound file indicated in its User Defined Variables to point toward my .snt files. The ones I saw were: AmbientSound_Idle, AmbientSound_Alert, AmbientSound_Hunt, NormalAttackHitSound, BreakDoorAttackHitSound, NoticeSound, EnabledSound

Clearly, it looks like I missed some obvious changed I needed to make, as several of the suitor's original lines keep playing. And like I said before, I tested it by only replacing .ogg files where the enemy actually talked.

Any tips for me?

(This post was last modified: 04-15-2012, 05:24 AM by Damascus.)
04-13-2012, 05:17 AM
Find


Messages In This Thread
Changing monster voices - by Damascus - 04-13-2012, 05:17 AM
RE: Changing monster voices - by Your Computer - 04-13-2012, 08:07 AM
RE: Changing monster voices - by Damascus - 04-13-2012, 08:46 AM
RE: Changing monster voices - by Acies - 04-14-2012, 04:43 AM
RE: Changing monster voices - by Damascus - 04-14-2012, 06:55 AM
RE: Changing monster voices - by Damascus - 04-14-2012, 09:20 PM



Users browsing this thread: 1 Guest(s)