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


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Script Error
Post: Script Error

Hi, I've maked script to show message when I click on the object. I clicked on object in game, and message don't showed up. .hps script: ... void CarScript(string &in asEntity) { if(GetLo...
MaksoPL Development Support 7 4,227 07-01-2015, 06:50 PM
    Thread: Amnesia Patch
Post: RE: Amnesia Patch

Okay, thanks.
MaksoPL General Discussion 8 10,675 07-01-2015, 01:35 PM
    Thread: Amnesia Patch
Post: RE: Amnesia Patch

(07-01-2015, 01:32 PM)Romulator Wrote: The Machine For Pigs patch only works with Windows systems, as it has not been updated to support Mac or Linux as of yet. You can download the patch from here...
MaksoPL General Discussion 8 10,675 07-01-2015, 01:33 PM
    Thread: Amnesia Patch
Post: RE: Amnesia Patch

I buy game in Polish shop "MediaMarkt".
MaksoPL General Discussion 8 10,675 07-01-2015, 01:23 PM
    Thread: Amnesia Patch
Post: Amnesia Patch

Hi, I downloaded a custom story Premonition. It's need Amnesia MFP patch. Where I can download this?
MaksoPL General Discussion 8 10,675 07-01-2015, 01:18 PM
    Thread: Script Error
Post: Script Error

Hi. I've got a error with music script. "Main 8,1 : No matching signatures to 'PlayMusic(string@&,const double,const double, const bool)'" This is my script file: void OnStart() { AddEntityCollid...
MaksoPL Development Support 1 1,646 05-26-2015, 04:12 PM
    Thread: Error with sound script
Post: Error with sound script

Hi. I've got a error with script to play sounds. ExecuteString (1, 1) : No matching signatures to OnLeave() main (8,1) Unexpected token { It's my .hps file: void OnStart() { AddEntityCollideCallback...
MaksoPL Development Support 2 2,367 03-13-2015, 09:47 PM
    Thread: Music don't start in script
Post: Music don't start in script

I've maked script to play music in area, and it's don't work. Callback: AddEntityCollideCallback("Player","grunt_music","Monster1_Music",false,1); Void: void Monster1_Music(string &in asParent, ...
MaksoPL Development Support 2 1,944 02-15-2015, 12:44 PM
    Thread: Unexpected end of the file?
Post: RE: Unexpected end of the file?

Oh... Thank you :) I'm Newbie in developing.
MaksoPL Development Support 3 2,372 02-14-2015, 08:32 PM
    Thread: Unexpected end of the file?
Post: Unexpected end of the file?

Hi. I've used somes scripts in .hps file, and main 34,1 Unexpected end of the file. This is my .hps file. What i've must do? void OnStart() { AddEntityCollideCallback("Player","scared01","Barrel",tr...
MaksoPL Development Support 3 2,372 02-14-2015, 08:14 PM
    Thread: Error with scripts
Post: Error with scripts

Hi. I've got an error with a script: main (10,1) Unexpected token '{' main (15,16) Expected identifier main (16,1) Unexpected token '}' My .hps file: void OnStart() { SetSanityDrainDisabled(true...
MaksoPL Development Support 3 2,711 01-15-2015, 01:53 PM
    Thread: How to add custom sounds?
Post: RE: How to add custom sounds?

And how create .snt file to that sound?
MaksoPL Development Support 7 4,895 01-15-2015, 11:34 AM
    Thread: How to play sound and area?
Post: How to play sound and area?

I want to play sound, when player goes to area. How I can do that?
MaksoPL Development Support 3 2,762 01-15-2015, 11:32 AM
    Thread: How to add custom sounds?
Post: How to add custom sounds?

I want to create sound in .ogg. How I can do that?
MaksoPL Development Support 7 4,895 01-14-2015, 02:57 PM
    Thread: Automatic open door script
Post: RE: Automatic open door script

(01-03-2015, 01:54 PM)Romulator Wrote: Change this PHP Code:AddTimer("DoorScripted1", 0, "TimerMoveDoor"); to this PHP Code:AddTimer("DoorScripted1", 0.05, "TimerMoveDoor");...
MaksoPL Development Support 6 4,458 01-03-2015, 02:30 PM
    Thread: Automatic open door script
Post: Automatic open door script

I make a script, when door must open automaticly. It din't work. Working only sound. .hps file: void OnStart() { AddEntityCollideCallback("Player", "quest1", "Memento1", true, 1); AddEntityCollideCal...
MaksoPL Development Support 6 4,458 01-03-2015, 12:55 PM
    Thread: How to make thunder?
Post: RE: How to make thunder?

(01-02-2015, 08:45 PM)NiksonX Wrote: Just, make a Spotlight near the windows and set the flicker (or fade) on the light. There you can choose When you want the light to appear and when you want it t...
MaksoPL Development Support 2 2,499 01-02-2015, 09:13 PM
    Thread: How to make thunder?
Post: How to make thunder?

Hi. I hear, in the level editor I can make a lightning, thunder. How to do that?
MaksoPL Development Support 2 2,499 01-02-2015, 08:19 PM
    Thread: Lines Error in .hps
Post: RE: Lines Error in .hps

(01-02-2015, 03:09 PM)DnALANGE Wrote: AddUseItemCallback("","key1","door1","Door,true); You have THIS : "Door Add the " - Door like this "Door" So Add the " And it should work fine. You just missed...
MaksoPL Development Support 3 3,013 01-02-2015, 03:51 PM
    Thread: Lines Error in .hps
Post: Lines Error in .hps

When i've add line AddUseItemCallback("","key1","door1","Door,true); in the test i see the error: Unexpected end of file. What's wrong with that line? .hps file: void OnStart() { AddEntityCollideCallb...
MaksoPL Development Support 3 3,013 01-02-2015, 02:56 PM