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


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Sound file help
Post: RE: Sound file help

Thanks for the help, guys, but I just figured it out. I kept the .ogg file and just played it as music.
Iyiyt Development Support 3 2,455 09-23-2012, 07:25 PM
    Thread: Sound file help
Post: Sound file help

I know there are a lot of posts like this, but none of the things they told me to do worked. Basically, I recorded a sound, I converted it into an .ogg file, and made an .snt file, but every time I tr...
Iyiyt Development Support 3 2,455 09-23-2012, 03:59 AM
    Thread: How can I make pictures interactable?
Post: How can I make pictures interactable?

I have a passage hidden behind a painting and I need the player to be able to move the painting, but I have no idea how to do that. In other words, I want the painting to be interact-able. Can anyone ...
Iyiyt Development Support 2 1,903 08-14-2012, 09:58 AM
    Thread: getting a needle to unlock a door
Post: RE: getting a needle to unlock a door

Actually, I'm having a problem with this. I set the door as "locked" in my level editor, and when I use the needle on it, it makes the noise but it stays locked. So I set the door as unlocked, and in ...
Iyiyt Development Support 8 7,554 08-07-2012, 11:57 PM
    Thread: Message Appears when you look at an entity
Post: RE: Message Appears when you look at an entity

Sorry, that isn't working. Can you think of another way I could do this? I notice there is a PlayerLookAtCallback on the entity on the level editor. I have that set as JimmyOne as well, but is there a...
Iyiyt Development Support 2 2,260 08-07-2012, 10:46 PM
    Thread: Message Appears when you look at an entity
Post: Message Appears when you look at an entity

Sigh... need more help. I'm trying to make a message appear when I look at an entity. It's name and Callback Func in the Level Editor are JimmyOne. Here's my code; Code:void OnEnter() { ChangePlayerSt...
Iyiyt Development Support 2 2,260 07-28-2012, 04:49 AM
    Thread: Making a message show LANG file problem
Post: RE: Making a message show LANG file problem

(07-26-2012, 06:44 AM)andyrockin123 Wrote: You're missing a space between Entry and Name in your new entry. It should be "Entry Name" and you have "EntryName" Hope that helped!Haha, yeah. That was...
Iyiyt Development Support 2 2,762 07-27-2012, 03:45 AM
  Exclamation Thread: Making a message show LANG file problem
Post: Making a message show LANG file problem

Literally five minutes after I solved my problem from the previous post, I ran into another one. Fortunately, this is probably going to be a lot easier to solve. I have this message I'm trying to show...
Iyiyt Development Support 2 2,762 07-26-2012, 06:34 AM
    Thread: Make a sound play when you pick up a note
Post: RE: Make a sound play when you pick up a note

Hey everybody! I was messing around with my script a little, and I stumbled upon a script that actually worked! This is what I did; 1. I deleted the sound "Commie" from my .MAP file. 2. I changed the ...
Iyiyt Development Support 9 7,118 07-26-2012, 04:47 AM
    Thread: Make a sound play when you pick up a note
Post: RE: Make a sound play when you pick up a note

(07-23-2012, 09:09 PM)Cruzore Wrote: For the second one, make sure you used "CallbackFunc". and at void playnotesound(string &in Entity, string& in type) string& in type is wrong, use...
Iyiyt Development Support 9 7,118 07-25-2012, 04:40 AM
    Thread: Make a sound play when you pick up a note
Post: RE: Make a sound play when you pick up a note

That still doesn't work. On the plus side, when I try to run my script it doesn't have a fatal error (hooray!), but it still just plays the sound when you spawn in, and doesn't when you click the note...
Iyiyt Development Support 9 7,118 07-22-2012, 06:54 PM
    Thread: Make a sound play when you pick up a note
Post: RE: Make a sound play when you pick up a note

Sorry, I probably screwed something up, because it isn't working. Here's what my script says (I just started this); /////////////////////////// //Run when entering map void OnStart() { SetEntityPlaye...
Iyiyt Development Support 9 7,118 07-22-2012, 04:35 AM
    Thread: Make a sound play when you pick up a note
Post: Make a sound play when you pick up a note

Hi. I'm kind of new at scripting things for Amnesia, but I've been doing okay so far thanks to the Frictional Wiki. However, I want to have a sound play when the player picks up a note and I can't fig...
Iyiyt Development Support 9 7,118 07-21-2012, 09:04 AM