Frictional Games Forum (read-only)
Pig monsters chase theme to TDD? [SOLVED] - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Pig monsters chase theme to TDD? [SOLVED] (/thread-25467.html)



Pig monsters chase theme to TDD? [SOLVED] - Artsy - 06-12-2014

Does anyone know where the pig chase loop is located at?
TDD had this one: Chase Theme
AMFP also has one, but instead it's a different one. It sounds like a machine (first heard in the Church basement area with the cages if the Wretch notices you and starts chasing you). I could get a reference from a let's play if that helps. I'M CURRENTLY UPLOADING A VIDEO OF ME PLAYING THAT PART SO THAT YOU GUYS CAN HEAR IT BETTER.

Okay here, watch this (chase music I want starts at 0:19):

YT vid I recorded

Where can I find the file? I looked everywhere in sounds/ and music/ in the AMFP directory and couldn't find it. Is it possible to replace the old one with the AMFP one for an IFC?

The same music starts playing whenever a pig monster chases you - so yes, it is the chase theme for the pig monster(s). I already checked.


RE: Pig monsters chase theme to TDD? - MsHannerBananer - 06-12-2014

The music for the pigs can be found in

C:\Program Files (x86)\Steam\SteamApps\common\Machine for Pigs\sounds\music\npc\

There, you can find the music for the engineer, the tesla, and the wretch.


As for replacing music, you'd have to edit the enemies themselves, as the music is built into their parameters. It's possible, and very simple, but you'd have to create your own version of the enemy, go into it's parameters (located in "user defined variables" under the settings tab in the model editor), and change the search/hunt/danger music.


RE: Pig monsters chase theme to TDD? - Artsy - 06-12-2014

I'm not looking for wretch_attack, wretch_danger or wretch_search. It's that special music that plays in the background when the monster starts chasing you. Did you watch the video? The machinery/ (whatever you wish to call it) music started instantly when the pig noticed me (0:18 - 0:27 in the video). wretch_attack tunes in later on.


RE: Pig monsters chase theme to TDD? - MsHannerBananer - 06-12-2014

That high pitched sound in the background? That's the terror meter they implemented for the pigs.

It's in \Machine for Pigs\sounds\player\gameplay

It's the file labled "ui_terror_meter"

It should still be replaceable, via the method I described above.


RE: Pig monsters chase theme to TDD? - Artsy - 06-12-2014

Found it. Thank you!


RE: Pig monsters chase theme to TDD? - MsHannerBananer - 06-12-2014

(06-12-2014, 03:03 AM)artsyracoon Wrote: Found it. Thank you!

Big Grin