Frictional Games Forum (read-only)
Enemy voice .snt file problems - 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: Enemy voice .snt file problems (/thread-18724.html)



Enemy voice .snt file problems - Damascus - 10-11-2012

I made two versions of an enemy that will have two voices, but after I copied over all the .snt files to the other sound folder, they aren't working correctly. The first folder is called "intell_haak" and the second folder is called "intell_hull."

I changed all the .snt files to refer to the new folder, so:
<Sound File="intell_haak/amb_idle_whimp01.ogg"/>
is now
<Sound File="intell_hull/amb_idle_whimp01.ogg"/>

Yet when I play the .snt file in the level editor, it doesn't play the correct files. Here's an example:

[Image: R3e1e.png]

The .snt file is written to play sounds from the "intell_hull" folder. But when I play the file, the "amb_alert" sounds play from the main game's grunt folder. And the "intelligencer_discover" sounds play from the "intell_haak" folder. This makes me think that it's not recognizing the folder direction for some reason and is finding the first files with those names alphabetically. But, I've routed it properly. What's going on?


RE: Enemy voice .snt file problems - FlawlessHappiness - 10-11-2012

Did you put your files into the main redist folder?

I'm not sure if thats it, but maybe...


RE: Enemy voice .snt file problems - Damascus - 10-11-2012

Yeah, they're in the right folder. "intell_haak" and "intell_hull" are right next to each other.

[Image: I8081.png]

The .snt's in haak work fine, but not the ones I copied over to hull and edited.


RE: Enemy voice .snt file problems - FlawlessHappiness - 10-11-2012

But since the game are taking the sounds from the grunt, maybe the sounds should be next to the grunt folder


RE: Enemy voice .snt file problems - Damascus - 10-11-2012

Okay now I'm really confused. I tried to change the actual file name of the .ogg in both the folder and the SNT file to: intelligencer2_discover_01.ogg

It's still playing intelligencer_discover_01.ogg from "intell_haak"

That shouldn't... even be possible, right? I mean it's not even the same FILE NAME anymore.


RE: Enemy voice .snt file problems - FlawlessHappiness - 10-11-2012

I'm also kinda confused...


RE: Enemy voice .snt file problems - Statyk - 10-11-2012

Have you fixed the monster's .ent to match the corresponding .snt/.ogg files?


RE: Enemy voice .snt file problems - Damascus - 10-11-2012

Yes, I did. Though the problem seems to be in the .snt files since they play wrong by themselves.


RE: Enemy voice .snt file problems - The chaser - 10-12-2012

Open the .snt files with notepad an post the text here.