Jump to content
engine30

All Fire

Recommended Posts

Hi!

Jeah, and I suppose you mean editing the freeplay events.

So here is what you have to do:

Open fp_freeplay_endless in folder Specs. Here you can find all the events and how often they happen. The first line says what the event name is, so if you want to get rid of cop-events, you should find all the "cartheft" "robbery" "hostage" etc.

If you edit the line (here in red) "enabled value" from "1" to "0" this specific even will not happen at all. Ever.

However, you might want to only make a event happen more seldom, then edit the line (here in blue) "AvarageFrequency value" to a smaller number. I have some of my events at 0.1 and they almost never occur.

Remember that if you want to modify a mods freeplayparameters, you will have to edit this file found in the yourmod/specs folder not the one in your em4/specs folder.

<EFPEventFlashStrike>

<Enabled value = "1" />

<!-- AverageFrequency: average number of events per 10 minutes (gets multiplied by timezone parameter "flash/frequenceyfactor") -->

<AverageFrequency value = "90.0" />

<!-- DamageRadius: in meter -->

<DamageRadius value = "25.0" />

<Worth value = "10.0" />

<SearchDamageRounds value = "100" />

<SupervisorStart value = "ID_SUPERV_EVENT36" />

<SupervisorFinish value = "" />

</EFPEventFlashStrike>

Hope I helped!

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...