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
Help please >.<
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#7
RE: Help please >.<

You edit misc/main_sanity_events.cfg
Then you call your custom insanity event with StartRandomInsanityEvent();

Being that it's at random which Insanity Event is called, you wanna disable all the others first.
SetInsanitySetEnabled( asInsanitySet, true/false );

So, basically if you have your custom insanity event and it's set name is "Frost" (it uses sets, not specific names)
You gotta use SetInsanitySetEnabled(set, false) on every other set in the file before you call StartRandomInsanityEvent();

It's supposed to work %100 but still there's a weird chance, like %15 of the time, your StartRandomInsanityEvent call gets ignored. As if the game decided that none of the insanity events are gonna play.

More info

Here's the guide dnAlange did once.
I didn't read it, but we talked many times and tried many methods and still the function fails time to time.

(This post was last modified: 04-01-2014, 03:58 AM by Daemian.)
04-01-2014, 03:41 AM
Find


Messages In This Thread
Help please >.< - by Solarflaire - 03-31-2014, 02:20 PM
RE: Help please >.< - by i3670 - 03-31-2014, 02:36 PM
RE: Help please >.< - by Artyom - 03-31-2014, 04:54 PM
RE: Help please >.< - by daortir - 03-31-2014, 05:12 PM
RE: Help please >.< - by Artyom - 03-31-2014, 05:28 PM
RE: Help please >.< - by Slanderous - 03-31-2014, 06:14 PM
RE: Help please >.< - by Daemian - 04-01-2014, 03:41 AM
RE: Help please >.< - by Solarflaire - 04-01-2014, 08:51 AM
RE: Help please >.< - by Mudbill - 04-01-2014, 09:25 AM
RE: Help please >.< - by Solarflaire - 04-01-2014, 09:28 AM
RE: Help please >.< - by Slanderous - 04-01-2014, 06:41 PM
RE: Help please >.< - by Solarflaire - 04-02-2014, 09:13 AM
RE: Help please >.< - by DnALANGE - 04-02-2014, 05:38 PM



Users browsing this thread: 1 Guest(s)