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


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: SOLVED Creating a Light Switch
Post: RE: Creating a Light Switch

It worked! Thank you everyone!
Frodos Development Support 10 5,941 09-10-2012, 05:58 AM
    Thread: SOLVED Creating a Light Switch
Post: RE: Creating a Light Switch

void OnStart() { } void OnStart() { SetEntityConnectionStateChangeCallback("jacobwrbedswitch","jacobroomfunc"); } void jacobroomfunc(string &in asEntity, int alState) { if(alState == 1) { Set...
Frodos Development Support 10 5,941 09-10-2012, 05:44 AM
    Thread: SOLVED Creating a Light Switch
Post: RE: Creating a Light Switch

I tried and I'm getting a error when I try to launch the story. FATAL ERROR: Could not load script file 'customs stories/csa/maps/csa/csa.hps'! main (5,1) : ERR : A function with the same name and pa...
Frodos Development Support 10 5,941 09-10-2012, 05:38 AM
    Thread: SOLVED Creating a Light Switch
Post: RE: Creating a Light Switch

Lever.
Frodos Development Support 10 5,941 09-10-2012, 05:05 AM
    Thread: SOLVED Creating a Light Switch
Post: SOLVED Creating a Light Switch

Hey guys, I am working on a modern custom story, there's a room that is dark, in the middle of the room a light hangs from the ceiling. I've seen in other custom stories light switches that can turn ...
Frodos Development Support 10 5,941 09-10-2012, 05:01 AM
    Thread: Advantages and Disadvantages of a Full Conversion?
Post: RE: Advantages and Disadvantages of a Full Convers...

Thank you Andy! Edit: Is it possible to add new models and enemies without using a full conversion?
Frodos Development Support 5 3,537 09-09-2012, 01:47 AM
    Thread: Advantages and Disadvantages of a Full Conversion?
Post: Advantages and Disadvantages of a Full Conversion?

Hey guys, as you know I'm new here, from the information I've gathered Full Conversions are mods that can support more content from the modder. I'm interested in using a Full Conversion because I'm wo...
Frodos Development Support 5 3,537 09-09-2012, 01:30 AM
    Thread: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie)
Post: RE: Locked Door Message not Working, Help Needed. ...

Opps sorry, I forgot to add, I did try yours as well, it did not work either. Edit: You probably think I messed up somewhere, but I truthfully have followed all your instructions, most recent being S...
Frodos Development Support 26 17,800 09-07-2012, 01:58 AM
    Thread: I NEED A TEAM TO CREATE MASTERPIECE ;D
Post: RE: I NEED A TEAM TO CREATE MASTERPIECE ;D

I love how a Frodo video, pictures of monkeys yawning and random conversations are the only thing keeping this thread alive.
Frodos Custom Stories, TCs & Mods - Development 58 55,374 09-07-2012, 12:27 AM
    Thread: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie)
Post: RE: Locked Door Message not Working, Help Needed. ...

Sorry for the long wait for the reply, I tried your technique Harthex, it still did not work. I got frustrated and took a break from Amnesia Level Editor for a few days. I think maybe it's something w...
Frodos Development Support 26 17,800 09-07-2012, 12:19 AM
    Thread: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie)
Post: RE: Locked Door Message not Working, Help Needed. ...

(09-04-2012, 11:41 PM)Harthex Wrote: void OnStart(); { SetEntityCallbackFunc("roomone", "DoorLockedMessage"); } void DoorLockedMessage(string &in asItem, string &in asEntity) { SetMes...
Frodos Development Support 26 17,800 09-05-2012, 12:15 AM
    Thread: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie)
Post: RE: Locked Door Message not Working, Help Needed. ...

It didn't work Beecake, sorry, you'll still get a cookie though. Still looking for an answer.
Frodos Development Support 26 17,800 09-04-2012, 11:31 PM
    Thread: I NEED A TEAM TO CREATE MASTERPIECE ;D
Post: RE: I NEED A TEAM TO CREATE MASTERPIECE ;D

(09-04-2012, 03:12 AM)failedALIAS Wrote: (09-04-2012, 03:09 AM)Frodos Wrote: This doesn't look like it will end well.Frodo! Aren't you supposed to be throwing the ring into Mount Doom?Been there d...
Frodos Custom Stories, TCs & Mods - Development 58 55,374 09-04-2012, 04:43 AM
    Thread: ( SOLVED)Custom Paintings
Post: RE: ( SOLVED)Custom Paintings

Thanks
Frodos Development Support 2 2,228 09-04-2012, 03:41 AM
    Thread: ( SOLVED)Custom Paintings
Post: ( SOLVED)Custom Paintings

Hey guys, As you all probably know by now I'm still a noob at scripting, I'm learning and I am grateful for all the help I have received so far. I was wondering if it is possible to have custom pa...
Frodos Development Support 2 2,228 09-04-2012, 03:16 AM
    Thread: I NEED A TEAM TO CREATE MASTERPIECE ;D
Post: RE: I NEED A TEAM TO CREATE MASTERPIECE ;D

This doesn't look like it will end well.
Frodos Custom Stories, TCs & Mods - Development 58 55,374 09-04-2012, 03:09 AM
    Thread: A Wake Up Script I Made From Scratch
Post: RE: A Wake Up Script I Made From Scratch

Really nice Zaffre, I love it, I wish everyone would put as much effort into their Custom Stories as you put into that one sequence alone. I got more scares by simply watching that video than I would ...
Frodos Custom Stories, TCs & Mods - Development 15 10,873 09-04-2012, 02:38 AM
    Thread: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie)
Post: RE: Problem with "extra_english.lang"

That's okay, thanks. If anyone knows the reason this hasn't been working please help.
Frodos Development Support 26 17,800 09-03-2012, 11:13 PM
    Thread: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie)
Post: RE: Problem with "extra_english.lang"

Sigh, I've tried all your advice and more and it still doesn't work! I'm so disappointed with myself, I feel like I'm letting you all down. I think we'll try one more time and if it doesn't work that'...
Frodos Development Support 26 17,800 09-03-2012, 11:05 PM
    Thread: How to Place a Movable Painting? (SOLVED)Thank you Harthex
Post: How to Place a Movable Painting? (SOLVED)Thank you...

Remember in the main game when you went to Daniel's Living Quarters and had to move a painting to reveal a hidden vault? Does anyone know how you can implement a mechanic like this into a custom stor...
Frodos Development Support 1 1,976 09-03-2012, 06:20 AM