Frictional Games Forum (read-only)

Full Version: Insanity Area CS Setup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.
So I'm using the insanity areas on my maps. The problem is however that I can't modify the redist > misc > main_sanity_events.cfg, without doing a FC.
I tried putting main_sanity_events.cfg into my CS folder, and then into misc > main_sanity_events.cfg, but that didn't do anything it seems like.
The question: Can I somehow arrange my own main_sanity_events.cfg for a CS?

Anyone with knowledge on this? I've been looking around a bit about insanity areas but surprisingly few are paying attention to it's use. Especially for FC:s and such.
I think you can use the function:

SetInsanitySetEnabled(string& asSet, bool abX);


Use the name of the sanity event inside the .cfg file as the string (i.e. "Bugs_Single", "Particles_Flies_Long1", etc).

For the record, I've never tried/tested this, but I think it will work.

Hope that helped.
Oh I see. Will try that out. Marking as solved for now. Thanks! xD