Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
someone should post a tutorial video
Duenuard Offline
Junior Member

Posts: 4
Threads: 2
Joined: May 2011
Reputation: 0
#1
someone should post a tutorial video

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.
05-22-2011, 03:16 AM
Find
Sennep Offline
Junior Member

Posts: 47
Threads: 6
Joined: Apr 2011
Reputation: 0
#2
RE: someone should post a tutorial video

+1

I would like such a vid too.
05-22-2011, 04:48 PM
Find
Coyote Offline
Junior Member

Posts: 7
Threads: 0
Joined: May 2011
Reputation: 0
#3
RE: someone should post a tutorial video

same here....

+1
05-22-2011, 05:02 PM
Find
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#4
RE: someone should post a tutorial video

Agree. :p

+1

05-22-2011, 05:18 PM
Find
Danny Boy Offline
Posting Freak

Posts: 2,718
Threads: 85
Joined: Mar 2011
Reputation: 81
#5
RE: someone should post a tutorial video

+10000 me to Big Grin
05-22-2011, 05:44 PM
Website Find
Acies Offline
Posting Freak

Posts: 1,643
Threads: 60
Joined: Feb 2011
Reputation: 73
#6
RE: someone should post a tutorial video

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?

[Image: mZiYnxe.png]


05-22-2011, 06:06 PM
Find
triadtimes Offline
Senior Member

Posts: 508
Threads: 16
Joined: Jan 2011
Reputation: 21
#7
RE: someone should post a tutorial video

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

(This post was last modified: 05-22-2011, 09:51 PM by triadtimes.)
05-22-2011, 09:04 PM
Find
Duenuard Offline
Junior Member

Posts: 4
Threads: 2
Joined: May 2011
Reputation: 0
#8
RE: someone should post a tutorial video

(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?
05-23-2011, 01:14 AM
Find
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#9
RE: someone should post a tutorial video

I'll try it. Thanks. Smile

05-23-2011, 02:17 AM
Find
dragonlordsd Offline
Member

Posts: 112
Threads: 7
Joined: May 2011
Reputation: 0
#10
RE: someone should post a tutorial video

Yeah, I would also like a video, thanks!! Smile
05-23-2011, 03:50 PM
Find




Users browsing this thread: 1 Guest(s)