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


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Pewdie´s Revenge
Post: RE: Pewdie´s Revenge

There is a new patch available that should fix the mattress bug. Download it HERE.
ksnider Showcase 47 80,725 08-04-2012, 11:21 PM
    Thread: sound question
Post: RE: sound question

(07-31-2012, 02:06 AM)Soverain Wrote: Didn't quite work...to be more clear I want the scream to happen as the head appears if that makes any sense In the function where you set the head active, plac...
ksnider Development Support 8 5,704 07-31-2012, 02:10 AM
    Thread: sound question
Post: RE: sound question

The sound name is the internal name of the sound. You can name it whatever you want. Also, I think you can remove the .ogg extension. I only use it when I play music.
ksnider Development Support 8 5,704 07-31-2012, 01:59 AM
    Thread: how make music stop and make player freeze
Post: RE: how make music stop and make player freeze

(07-30-2012, 10:30 AM)Hartmann Wrote: thanks you very much sir. now how to i make a player freeze? i would it to be in here. it should be 6 seconds void LightsOut_2(string &in asTimer) { StartPl...
ksnider Development Support 3 3,278 07-31-2012, 01:00 AM
    Thread: Pewdie´s Revenge
Post: RE: Pewdie´s Revenge

(07-30-2012, 10:38 PM)Harthex Wrote: I got myself a low spec computer. I have to restart my computer to fix the problem.If you want, I can remove the problem, and then send you a download link for t...
ksnider Showcase 47 80,725 07-31-2012, 12:47 AM
    Thread: Pewdie´s Revenge
Post: RE: Pewdie´s Revenge

(07-30-2012, 07:41 PM)Harthex Wrote: I also can't finish this custom story. Spoiler below! It keeps going to 3fps/minute whenever I touch a mattress in the cell Spoiler below! ...
ksnider Showcase 47 80,725 07-30-2012, 09:25 PM
    Thread: how make music stop and make player freeze
Post: RE: how make music stop and make player freeze

First of all, change: Code:void StartMusic(string &in asParent, string &in asChild, int alState) { PlayMusic("03_paper_daniel02.ogg", true, 0.8, 2, 0, true); } To: Code:void StartMusic(stri...
ksnider Development Support 3 3,278 07-30-2012, 02:23 AM
    Thread: Pewdie´s Revenge
Post: RE: Pewdie´s Revenge

(07-29-2012, 04:17 PM)Harthex Wrote: But I'm stuck Spoiler below! What must be done to get the hammer out of the well? I used the hollow needle on the door, and I have a dagger/knife with...
ksnider Showcase 47 80,725 07-29-2012, 07:41 PM
    Thread: Why the hell does the combine not work?? :S
Post: RE: Why the hell does the combine not work?? :S

You need to have all combine callbacks in a file named "inventory.hps", and it needs to be placed in (custom_stories/"StoryName"/maps). If you want to be able to combine the jars after picking up all...
ksnider Development Support 6 3,962 07-29-2012, 09:21 AM