Frictional Games Forum (read-only)

Full Version: Enemy music
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was just wondering...

Is there a way to stop the enemy music?

I edited the main "servant_grunt.ent" file, erased the danger, search, and attack music and it worked. But I didn't want to mess with the main one. So I made a copy and put it in the "custom_stories" folder inside my custom story, placed a grunt in the level editor, changed the .ent file of the grunt to the one in the "custom_stories" folder, and it didn't work.



Can anyone help?
you need to do place your custom "servant_grunt_customised.ent" in the same location as the original file if you want to be able to edit it in the level editor. if you want others to be able to use it you must create a few folders in your custom_story folder ie:

custom_stories/my_story/entities/enemy/servant_grunt/
It worked.
Because there were 2 things I was missing:

1. The "enemy" folder

and

2. Renaming the custom ".ent" file

Thanks for the help. Big Grin



EDIT: One more thing. Since we are talking about enemy music, can I change the enemy music to something in my "custom_stories" folder?
yeah it should work fine, just make sure you name the .ogg file right, and put it in a music folder. - im using custom particles for one of my enemies, it works well, glad to help Smile