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


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: REQUEST! Hospital models!
Post: REQUEST! Hospital models!

So, i'm working on a custom story and I need some hospital models for example a hospital bed, clock and maybe a lab coat hangstand etc. If anyone can help me out please contact me. You will of course...
oscar1007 Development Support 2 2,116 07-25-2012, 06:38 PM
    Thread: Moveable book unlocks a door?
Post: RE: Moveable book unlocks a door?

ah that is smart ! :) Thanks!
oscar1007 Development Support 3 2,580 07-24-2012, 11:56 AM
    Thread: Moveable book unlocks a door?
Post: Moveable book unlocks a door?

Hey! To begin with, yes I have looked through the forums searching for an answer to this, yet I couldn't find any. So, as the title says, I wan't a door to get unlocked when the player drags out a b...
oscar1007 Development Support 3 2,580 07-24-2012, 11:31 AM
    Thread: Openening a closet door
Post: RE: Openening a closet door

(07-02-2012, 07:41 PM)FastHunteR Wrote: You have to use Propforce. Example: AddPropForce("nameofcloset", 1440, 1440, 1440, "world");Thank you it worked. A little more force was needed for a better e...
oscar1007 Development Support 3 3,129 07-02-2012, 07:48 PM
    Thread: Openening a closet door
Post: Openening a closet door

Hey I need some help with scripting for a custom story. A wardrope is suppose to open up when a monster walks into an area. Here is what i've got. void run1(string &in asParent, string &in...
oscar1007 Development Support 3 3,129 07-02-2012, 07:32 PM
    Thread: Asking a good developer- continue with my custom story!
Post: RE: Asking a good developer- continue with my cust...

I have so far made one big level (if you aren't counting the "Half done" one). If you want to check out my half done map (the map im asking you to continue on) on moddb here is a link: http://www.mod...
oscar1007 Custom Stories, TCs & Mods - Development 6 6,468 05-06-2012, 09:16 AM
    Thread: Asking a good developer- continue with my custom story!
Post: Asking a good developer- continue with my custom s...

Hello! I have been around a while when it comes to creating custom storys but now im about to give it up because of lack of interest. I have worked for a custom story for a while and still it is not f...
oscar1007 Custom Stories, TCs & Mods - Development 6 6,468 05-05-2012, 07:00 PM
    Thread: Can i make a lift/elevator go up and down?
Post: Can i make a lift/elevator go up and down?

Hello! If possible im planing to have a lift in my upcoming custom story. I want to use this entity: Entities/Gameplay/bridge_metal_vert Anyone know how to script it go up and down? It's suppose to ...
oscar1007 Development Support 4 4,142 03-02-2012, 02:26 PM
    Thread: Unexpected end to file
Post: RE: Unexpected end to file

Don't think this causes the error but you name a timer "T117" and then use it as "T17". As shown here: AddTimer("T117", 1, "Scare_3"); void Scare_3(string &in asTimer) { string x = asTimer; if ...
oscar1007 Development Support 40 39,674 02-14-2012, 07:32 AM
    Thread: How do i fix this?
Post: RE: How do i fix this?

(02-09-2012, 05:21 PM)flamez3 Wrote: I would use void OnEnter(). But I wouldn't know if this stops doing it after 1 use. Also; make sure "Fullgamesave" is checked on the door that leads to the next ...
oscar1007 Development Support 2 2,891 02-09-2012, 06:18 PM
    Thread: How do i fix this?
Post: How do i fix this?

When the player starts the custom story a text shows up and the screen goes black. Then the player does some stuff and gets to another map and after that he is going back to the first map but at anoth...
oscar1007 Development Support 2 2,891 02-09-2012, 05:02 PM
    Thread: Need help finding error in script
Post: RE: Need help finding error in script

(02-09-2012, 10:31 AM)Shadowfied Wrote: I've been taking a break from working on my custom story for about a week and now when I'm working again I get a crash when I try to start it. I'm gonna paste...
oscar1007 Development Support 5 4,599 02-09-2012, 10:37 AM
    Thread: Best jumpscare sound?
Post: Best jumpscare sound?

So, im always seeing and hearing this loud and sudden scream (as a jumpsacer sound) when i watch amnesia videos. I was wondering if you know where i can find it? Also, What do you think is the best s...
oscar1007 Development Support 5 7,345 02-08-2012, 09:35 PM
    Thread: Level editor crash..
Post: RE: Level editor crash..

(02-01-2012, 10:19 AM)Your Computer Wrote: Looks like the HPL2 editor suite wasn't installed properly.I have used it alot of times earlier.. But nevermind i just re-downloaded the stuff so its fine ...
oscar1007 Development Support 6 4,911 02-01-2012, 10:35 AM
    Thread: Level editor crash..
Post: RE: Level editor crash..

(01-31-2012, 08:53 PM)Your Computer Wrote: (01-31-2012, 08:44 PM)oscar1007 Wrote: where do i find it? Do you know where your "My Documents" folder is?Here it is: -------- THE HPL ENGINE LOG ----...
oscar1007 Development Support 6 4,911 02-01-2012, 09:21 AM
    Thread: Level editor crash..
Post: RE: Level editor crash..

(01-31-2012, 08:28 PM)Your Computer Wrote: Post the LevelEditor.log from Documents/HPL2.where do i find it?
oscar1007 Development Support 6 4,911 01-31-2012, 08:44 PM
    Thread: Level editor crash..
Post: Level editor crash..

When i start my level editor another smaller window opens labeld "BlackBox". It says "!!!GAME CRASHED!!! Something is wrooooooooooong!" Here is the window that opens: http://i.imgur.com/fDYEH.png ...
oscar1007 Development Support 6 4,911 01-31-2012, 05:42 PM
    Thread: why wont this work?
Post: RE: why wont this work?

(01-28-2012, 02:49 PM)palistov Wrote: You scripted "hollow_needle_1" to be used on the grunt part, change it to "glass_container_1" and it should work. Also, your GiveItem line has some errors: Th...
oscar1007 Development Support 3 3,250 01-28-2012, 04:22 PM
    Thread: why wont this work?
Post: why wont this work?

So, the player har a jar in his inventory, now when he uses that on a body part of a dead grunt, i want the player to get a different jar (filled with blood). This is my script: void OnStart() { Add...
oscar1007 Development Support 3 3,250 01-28-2012, 02:31 PM
    Thread: Anyone knows how to do this?
Post: RE: Anyone knows how to do this?

Thank you!
oscar1007 Development Support 6 4,451 01-24-2012, 09:13 PM