Frictional Games Forum (read-only)
someone should post a tutorial video - 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 (https://www.frictionalgames.com/forum/forum-35.html)
+--- Thread: someone should post a tutorial video (/thread-8178.html)

Pages: 1 2


someone should post a tutorial video - Duenuard - 05-22-2011

of how the hell to correctly attach audio to notes and diaries. i would love you forever if you did it because i can't do it no matter what i try.


RE: someone should post a tutorial video - Sennep - 05-22-2011

+1

I would like such a vid too.


RE: someone should post a tutorial video - Coyote - 05-22-2011

same here....

+1


RE: someone should post a tutorial video - Kyle - 05-22-2011

Agree. :p

+1


RE: someone should post a tutorial video - Danny Boy - 05-22-2011

+10000 me to Big Grin


RE: someone should post a tutorial video - Acies - 05-22-2011

Uhm, can't you:
void OnStart()
{
SetEntityPlayerInteractCallback("note_generic_1", SoundNote1, true);
}

void SoundNote1(string &in entity)
{
PlaySoundAtEntity("TextRead", "Text_1.ogg", "Player", 0.5f, false);
AddTimer("NoteEndGeneralT", 0.5f, "NoteEndTimer");
}

void NoteEndTimer(string& asName, float afTime, string& asFunction);
{
StopSound("TextRead", 2.0f);
}

Or is there a specific thing in the entity tab of a note?


RE: someone should post a tutorial video - triadtimes - 05-22-2011

I've made a video and will post it shortly.
Here is the link, I hope it helps.
http://www.youtube.com/watch?v=EnCAbgTY6d8


RE: someone should post a tutorial video - Duenuard - 05-23-2011

(05-22-2011, 09:04 PM)triadtimes Wrote: I've made a video and will post it shortly.
Here is the link, I hope it helps.
http://www.youtube.com/watch?v=EnCAbgTY6d8

thanks for the post, but unfortunately it still refuses to work and I have no idea why... i've set everything up perfectly... when i pick up the diary nothing happens at all. I have to push N to read the text... why? why does it do this when i've set it up exactly like everyone elses .lang files?


RE: someone should post a tutorial video - Kyle - 05-23-2011

I'll try it. Thanks. Smile


RE: someone should post a tutorial video - dragonlordsd - 05-23-2011

Yeah, I would also like a video, thanks!! Smile