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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help Low tutorials regarding insanity events
Hauken Offline
Member

Posts: 62
Threads: 19
Joined: Jul 2012
Reputation: 1
#1
Low tutorials regarding insanity events

Hey, I did do some search on the forums and google but I found close to nothing which I need.

question 1: When and how do we use the Insanity area scripts?
question 2: How can I assign to have flies crawling on the players screen while inside a script area?

So far I understood we need to call events from main_sanity_events.cfg but I only found codes to activate random events, which is pretty much anything like Daniel speaking to himself, I kinda just want to have flies crawling on the screen (frictional's work) within an script area.

Is this possible? I did do some looking in the morgue.hps but I didnt get much from it, I also took a look at engine scripts but found little.
04-20-2014, 12:10 AM
Find
Hauken Offline
Member

Posts: 62
Threads: 19
Joined: Jul 2012
Reputation: 1
#2
RE: Low tutorials regarding insanity events

I can't remember if there was particle effect flies also around players head, if any1 knows how to do that aswell it's a bonus! Smile
04-20-2014, 01:46 AM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#3
RE: Low tutorials regarding insanity events

Have you tried inspecting the scene near the beginning of the main game, where the cockroaches appear? They always appear there, so it can't be random.

04-20-2014, 03:53 AM
Find
Hauken Offline
Member

Posts: 62
Threads: 19
Joined: Jul 2012
Reputation: 1
#4
RE: Low tutorials regarding insanity events

I did but no screen effects occured.

EDIT: Thats what I'm after, making a insanity event from script is not hard but the screen effects and such is another case.
(This post was last modified: 04-20-2014, 02:28 PM by Hauken.)
04-20-2014, 02:27 PM
Find
Hauken Offline
Member

Posts: 62
Threads: 19
Joined: Jul 2012
Reputation: 1
#5
RE: Low tutorials regarding insanity events

Well I assume nobody knows or the ones who do know is inactive atm, from what I can see Amnesia a machine for pigs new asset patch has new script functions which you can specify events.

I will try that and come back with feedback..

Developer for Cryout.
04-21-2014, 01:45 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#6
RE: Low tutorials regarding insanity events

Well..
I have made a tutorial.
it is VERY hard!!!
CUSTOM sanity events are ONLY possible with a Full conversion mod.
WHy?? ; Because you willl need to create NEW sanity events, witch are inside the ORIGINAL game.
you do NOT want to screw around with that, because there will be possible ways for a sanity event that will pop up CUSTOM so NOT the one YOU want.
you NEED to create your OWN main_sanity_events.cfg
PLUS people do NOT want to change \ screw around with oroginal files.
so read CAREFULLY, for any questions i try to be here often to help you.
-
I am i think one of the the very less guys on the whole forum who had created it.
Here is the link : http://www.frictionalgames.com/forum/thread-22215.html
EDIT!!!
IF you have the MFP patch, the function you wil need is this, so you can forget some points about scripts! :
PHP Code: (Select All)
StartInsanityEvent("YOUREVENT_WITCHYOU_CREATED_IN_THE_MAINSANITYEVENTS.CFG"); 
Here is how to STOP the event :
PHP Code: (Select All)
StopCurrentInsanityEvent(); 

HINT
Download \ Play Premonition. there are over like 10 of these events. Check the scripts \ map \ how i created the Phone for example.
(This post was last modified: 04-21-2014, 06:21 PM by DnALANGE.)
04-21-2014, 05:37 PM
Find
daortir Offline
Senior Member

Posts: 422
Threads: 9
Joined: Sep 2013
Reputation: 18
#7
RE: Low tutorials regarding insanity events

That's not his question at all dude ^^. He wants to make a specific event happen in the original Amnesia game. The event already exists : >.
What you said is really interesting though, I might use sanity events in the way you did !

I'm very interested by this thread though, I'm curious to know how to make it happen...

(This post was last modified: 04-21-2014, 07:01 PM by daortir.)
04-21-2014, 07:00 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#8
RE: Low tutorials regarding insanity events

(04-21-2014, 07:00 PM)daortir Wrote: That's not his question at all dude ^^. He wants to make a specific event happen in the original Amnesia game. The event already exists : >.
What you said is really interesting though, I might use sanity events in the way you did !

I'm very interested by this thread though, I'm curious to know how to make it happen...

Ohhh..misread the tread then.. sorry daortir.
if anyone is interested in how tomake their own sanity events , will help you guys and i am willing to make a video tutorial about it.
might be interested for the wiki page maybe...

you can pm me daortir. I am here to help you. And everyone here offcourse.

About his question..
do you have mfp patch installed?
otherwise it could be a bit harder because it is called ; random sanity events...
meaning the event will start randomly..
it is not so easy as it looks and sounds.
for me yeah... after like 150 hours of testing. Hehee.
(This post was last modified: 04-21-2014, 11:28 PM by DnALANGE.)
04-21-2014, 11:25 PM
Find




Users browsing this thread: 1 Guest(s)