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


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Railings
Post: RE: Railings

(08-13-2014, 07:11 AM)Romulat✪r (✿◠‿◠) Wrote: Castlebase has some railings in them. If you copy and paste the original ones, then do some texture editing, you can get some better looking ones suitab...
Conrad285 Development Support 3 2,881 08-13-2014, 08:06 AM
    Thread: Could someone just check this map for me?
Post: RE: Could someone just check this map for me?

I tried to check it out but it seems the player start position is way out away from your lighting and i keep falling to my doom before I can get to it. Maybe it's just my computer :P
Conrad285 Development Support 2 2,076 08-13-2014, 06:31 AM
    Thread: Railings
Post: Railings

I want to make a second floor in a main hall type area, sort of like a balcony i guess, is there somewhere to find railings? Or am I just blind?
Conrad285 Development Support 3 2,881 08-13-2014, 06:23 AM
    Thread: FATAL ERROR
Post: RE: FATAL ERROR

(08-12-2014, 08:15 AM)Romulat✪r (✿◠‿◠) Wrote: The Level Door is NOT a swing door, hence it uses different code :) : PHP Code:SetLevelDoorLocked("<name_of_your_door>", false);  Thank ...
Conrad285 Development Support 3 3,215 08-12-2014, 08:42 AM
    Thread: FATAL ERROR
Post: FATAL ERROR

"could not load script file ... main (10,2) : ERR : No matching signatures to 'SetLevelDoorLocked(string@&, const bool, const bool)' I've been able to fix it up until here but no matter what I tr...
Conrad285 Development Support 3 3,215 08-12-2014, 07:47 AM
    Thread: hps file, fatal error could not load script file
Post: RE: hps file, fatal error could not load script fi...

(08-11-2014, 04:13 AM)Mudbill Wrote: Code:PlaySoundAtEntity ("", "24_iron_maiden", "corpse_male_1", 0, false) <<< Missing a semi colon now. I can't even begin to thank you enough!! The stor...
Conrad285 Development Support 11 8,683 08-11-2014, 05:16 AM
    Thread: hps file, fatal error could not load script file
Post: RE: hps file, fatal error could not load script fi...

(08-09-2014, 09:30 PM)Mudbill Wrote: Well, then you've done more changes because I tested the script myself and it loaded fine after these two changes. Post the updated script. Sorry, don't know wh...
Conrad285 Development Support 11 8,683 08-11-2014, 02:49 AM
    Thread: hps file, fatal error could not load script file
Post: RE: hps file, fatal error could not load script fi...

(08-09-2014, 09:10 AM)Mudbill Wrote: Oh yeah, the PlayerSoundAtEntity should be PlaySoundAtEntity. I changed that now, but its now telling me that the fatal error is located at 12,1 which is just a ...
Conrad285 Development Support 11 8,683 08-09-2014, 08:58 PM
    Thread: hps file, fatal error could not load script file
Post: RE: hps file, fatal error could not load script fi...

(08-09-2014, 09:10 AM)Mudbill Wrote: Oh yeah, the PlayerSoundAtEntity should be PlaySoundAtEntity. Thank you so much, I'll try that as soon as I'm back at my desktop! (08-09-2014, 05:01 PM)burge41...
Conrad285 Development Support 11 8,683 08-09-2014, 06:37 PM
    Thread: Mouse/camera issue
Post: RE: Mouse/camera issue

(08-08-2014, 05:18 PM)Mudbill Wrote: I've heard that can be caused by background programs that interfere with the mouse in the game. Try shutting down anything else and maybe even unplug a controlle...
Conrad285 Technical Support - Amnesia: The Dark Descent 2 3,708 08-09-2014, 04:59 AM
    Thread: hps file, fatal error could not load script file
Post: RE: hps file, fatal error could not load script fi...

(08-09-2014, 02:45 AM)Mudbill Wrote: Code:void Collide_Area (string &in asParent, string &in asChild, int alState); <<< This semi colon should not be there. Thanks for the quick res...
Conrad285 Development Support 11 8,683 08-09-2014, 04:55 AM
    Thread: hps file, fatal error could not load script file
Post: hps file, fatal error could not load script file

This is my script for my .hps file, my error is 11,1: void OnStart() { AddEntityCollideCallback("Player", "TeleportScript", "Collide_Area", true, 1); } void Collide_Area (string &in asParent, ...
Conrad285 Development Support 11 8,683 08-09-2014, 02:11 AM
    Thread: Mouse/camera issue
Post: Mouse/camera issue

Hello everyone, I've searched all over and have found no answer to my question. I'm having an issue with very irregular camera/mouse movement. It doesn't matter what mouse sensitivity I set the cam...
Conrad285 Technical Support - Amnesia: The Dark Descent 2 3,708 08-08-2014, 05:16 PM