Jump to content
nicos

Events in EM4

Recommended Posts

Hello,

I saw that there are several events in the "Specs" folder.
when I play or EM4 EM4 mod any of its event appears in the games. I wanted to know how to enable events? (Zombie, Damaged Hydrant, etc ...)

and how to turn them off? and ensure that its event last longer?

Thank you in advance.

 

Link to comment
Share on other sites

FP_PARAMS_ENDLESS and FP_PARAMS_CHALLENGE are the main spec scripts responsible for callouts.

 

    <MinDurationBetweenEvents value = "230.0" />

^ This changes the time (in-seconds) between each event, it will not spawn a event WITHIN this set time. -- This is what you'd want to heighten if you want events to last longer.


    <MaxIdleDuration value = "250.0" />

^  If there has not been a event within' the amount inputted, it will spawn a event. MaxIdleDuration is always and should always be higher than MinDurationBetweenEvents.

 

<Enabled value = "1" /> 

If the 1 is replaced with a 0 it means that the call is disabled for whichever script you're editing. Just like the other way around, if it's a 0 and you change it to a 1, the call is enabled.
            <!-- AverageFrequency: average number of events per 10 minutes -->
            <AverageFrequency value = "1.0" />
            <Worth value = "4.0" />
            <SupervisorStart value = "ID_SUPERV_EVENT17" />
            <SupervisorFinish value = "" />
        </EFPEventFall>

 

If you do want longer fires, you could modify your Materials.xml inside /Specs/ but I am not quite acquainted with that script, so I wouldn't really give any tips on modifying it. Someone else who has dealt with that might be able to assist you in that side.

Link to comment
Share on other sites

Thank you for your help

"ENDLESS" is free games, single player mod?

I saw that there are several files to "ENDLESS"

fp_params_endless
fp_params_endless_2_mp
fp_params_endless_3_mp
fp_params_endless_d
fp_params_endless_mp

what does it fit?

and "freeplayparameters" file, it used for?
Link to comment
Share on other sites

2 hours ago, Ace said:

For this   <AverageFrequency value = "1.0" /> does it mean the higher the value the more likely the event is to happen?

Yes, if you make it higher, you'll increase the chance of said event spawning within' a span of 10 minutes.

Link to comment
Share on other sites

3 hours ago, TheAxeMan33 said:

Yes, if you make it higher, you'll increase the chance of said event spawning within' a span of 10 minutes.

Hmm okay, because I set Car Accidents to 9.0 and still rarely got them.

Link to comment
Share on other sites

3 hours ago, nicos said:
and for other events such as : radioacive cloud, homicide, missing person, sniper, hydrant damaged...
I have EM4 Deluxe.
 

I think if you have deluxe then you must look in freeplay_params_d_endless, instead of freeplay_params_endless.

 

1 hour ago, Nick007 said:

Wow i never knew em4 had these mission...is there a way to have them in regular em4/911:fr??

Well, there kinda is but not really. it would basically be piracy anyways.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...