Frictional Games Forum (read-only)

Full Version: How do i disable monster noises when monsters become active
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Yeah, the title explains most of it. What i want is for the monster to spawn once i go into a trigger, but make no noise indicating it's there. I still want the music to play, just not the grunt noise it makes when it spawns. Help is much appreciated Big Grin
Open the servant_grunt.ent in the Model Editor, go to View and User Defined Variables. There you can see all of the sounds that play for the Grunt. Just remove the "activated" sound and save it as servant_grunt_new.ent (or whatever). Then, in the Level Editor, add servant_grunt_new.ent to your level.
Is it possible to remove the sound for only 1 specific grunt?
Just make that grunt one of the modified ones.
kk thanks guys it worked Smile
(07-24-2011, 04:07 AM)DamnNoHtml Wrote: [ -> ]Open the servant_grunt.ent in the Model Editor, go to View and User Defined Variables. There you can see all of the sounds that play for the Grunt. Just remove the "activated" sound and save it as servant_grunt_new.ent (or whatever). Then, in the Level Editor, add servant_grunt_new.ent to your level.
Won't this cause problems if your intention is to share your CS, and if not, why not? Don't you have to add the new .ent file to your CS folder or something?
(05-20-2012, 04:19 PM)pingo2 Wrote: [ -> ]Won't this cause problems if your intention is to share your CS, and if not, why not? Don't you have to add the new .ent file to your CS folder or something?
This thread was over with 10 months ago.
(05-20-2012, 04:19 PM)pingo2 Wrote: [ -> ]
(07-24-2011, 04:07 AM)DamnNoHtml Wrote: [ -> ]Open the servant_grunt.ent in the Model Editor, go to View and User Defined Variables. There you can see all of the sounds that play for the Grunt. Just remove the "activated" sound and save it as servant_grunt_new.ent (or whatever). Then, in the Level Editor, add servant_grunt_new.ent to your level.

Won't this cause problems if your intention is to share your CS, and if not, why not? Don't you have to add the new .ent file to your CS folder or something?
Yes you do :> Just the newgrunt.ent.

(05-20-2012, 04:21 PM)Statyk Wrote: [ -> ]
(05-20-2012, 04:19 PM)pingo2 Wrote: [ -> ]Won't this cause problems if your intention is to share your CS, and if not, why not? Don't you have to add the new .ent file to your CS folder or something?

This thread was over with 10 months ago.
Ahem, what you meant to say: How nice of you to use the search function!