Jump to content
sniped222

Slowing down incidents

Recommended Posts

I have seen people talk about it before but cant remember how!

so if any one could give me a quick guide it would be appreciated :)

also would it work with LA mod and would it work online?

Thank you

YES... Please... I've been messing around in the coding looking for this... Please help, because I like to actually set up situation well with PD and ect.

Link to comment
Share on other sites

As far as I know you cannot have 1 accident at a time but you can make the time between calls much longer. Go into your LA mod folder (Found inside the root EM4 folder inside the 'Mods' folder), go to specs, then right click on "fp_params_endless" and open with notepad. Then change the value for "MinDurationBetweenEvents" to something larger, in the 200's if you lot of time. You can also raise the "MaxIdleDuration" value as well, not too high though, shouldn't be anywhere close to the "mindurationbetweenevents" value. Then just save it and play the mod. For EM4 just go into the root folder and go to data then specs and look for the same file. To edit the value for any other mod just go into EM4's mod folder again and repeat.

Note: If you have 911 First Responders then look for that root folder instead of EM4's.

Link to comment
Share on other sites

As far as I know you cannot have 1 accident at a time but you can make the time between calls much longer. Go into your LA mod folder (Found inside the root EM4 folder inside the 'Mods' folder), go to specs, then right click on "fp_params_endless" and open with notepad. Then change the value for "MinDurationBetweenEvents" to something larger, in the 200's if you lot of time. You can also raise the "MaxIdleDuration" value as well, not too high though, shouldn't be anywhere close to the "mindurationbetweenevents" value. Then just save it and play the mod. For EM4 just go into the root folder and go to data then specs and look for the same file. To edit the value for any other mod just go into EM4's mod folder again and repeat.

Note: If you have 911 First Responders then look for that root folder instead of EM4's.

Thank you very, very much! I was dinking around in the scripts like that, but was unsure of which to change and didn't want to make my game unstable and crach, ect.

Link to comment
Share on other sites

Guest Francis

As far as I know you cannot have 1 accident at a time but you can make the time between calls much longer. Go into your LA mod folder (Found inside the root EM4 folder inside the 'Mods' folder), go to specs, then right click on "fp_params_endless" and open with notepad. Then change the value for "MinDurationBetweenEvents" to something larger, in the 200's if you lot of time. You can also raise the "MaxIdleDuration" value as well, not too high though, shouldn't be anywhere close to the "mindurationbetweenevents" value. Then just save it and play the mod. For EM4 just go into the root folder and go to data then specs and look for the same file. To edit the value for any other mod just go into EM4's mod folder again and repeat.

Note: If you have 911 First Responders then look for that root folder instead of EM4's.

By the way, to correct him, no need to do that into the Data folder, only the mods folder are required because it will block multiplayer completely.

Link to comment
Share on other sites

Ok so.. this is the code I have now:

<freeplayparameters>
<MinDurationBetweenEvents value = "200.0" />
<MaxIdleDuration value = "10.0" />
<Seed value="0"/>
<BuyFactor value="10.0"/>
<SellFactor value="0.5"/>
<GlobalEventFrequencyFactor value="1.0"/>
<TimeSpeedFactor value="1.0"/>
<StartBudget value="150000"/>
<MaxBudget value="500000"/>
<Earnings value="35000"/>
<SquadPriceGrowth value="30.0"/>
<MaxParkingSpace value="150" />
<InitialEventFrequencyBoost value="100000.0"/>
<InitialEventWaitDuration value="8.0"/>
<starttime value="11:30"/>

And i get no calls at all...

Just to clarify this is "fp_params_endless" in LA Mod folder, and no other files were editted. Can anyone help?

----

Also... I am unable to buy vehicles... I can dispatch, but not buy.

Link to comment
Share on other sites

Guest JJ83NL

Ok so.. this is the code I have now:

<freeplayparameters>
<MinDurationBetweenEvents value = "200.0" />
<MaxIdleDuration value = "10.0" />
<Seed value="0"/>
<BuyFactor value="10.0"/>
<SellFactor value="0.5"/>
<GlobalEventFrequencyFactor value="1.0"/>
<TimeSpeedFactor value="1.0"/>
<StartBudget value="150000"/>
<MaxBudget value="500000"/>
<Earnings value="35000"/>
<SquadPriceGrowth value="30.0"/>
<MaxParkingSpace value="150" />
<InitialEventFrequencyBoost value="100000.0"/>
<InitialEventWaitDuration value="8.0"/>
<starttime value="11:30"/>

And i get no calls at all...

Just to clarify this is "fp_params_endless" in LA Mod folder, and no other files were editted. Can anyone help?

----

Also... I am unable to buy vehicles... I can dispatch, but not buy.

I've got the very same problem after changing the amount of traffic value's. have not found a solution though....

Link to comment
Share on other sites

Ok so.. this is the code I have now:

<freeplayparameters>
<MinDurationBetweenEvents value = "200.0" />
<MaxIdleDuration value = "10.0" />
<Seed value="0"/>
<BuyFactor value="10.0"/>
<SellFactor value="0.5"/>
<GlobalEventFrequencyFactor value="1.0"/>
<TimeSpeedFactor value="1.0"/>
<StartBudget value="150000"/>
<MaxBudget value="500000"/>
<Earnings value="35000"/>
<SquadPriceGrowth value="30.0"/>
<MaxParkingSpace value="150" />
<InitialEventFrequencyBoost value="100000.0"/>
<InitialEventWaitDuration value="8.0"/>
<starttime value="11:30"/>

And i get no calls at all...

Just to clarify this is "fp_params_endless" in LA Mod folder, and no other files were editted. Can anyone help?

----

Also... I am unable to buy vehicles... I can dispatch, but not buy.

Any fix for this? Can't find anything on the internet or on here, and do not want to have to reinstall the game for some simple coding errors.

Link to comment
Share on other sites

these are the defaults for LA Mod before anyone moded it, lol. i dont know about the buying vehicles but i hope this helps.

<MinDurationBetweenEvents value = "60.0" />

<MaxIdleDuration value = "10.0" />

<Seed value="0"/>

<BuyFactor value="10.0"/>

<SellFactor value="0.5"/>

<GlobalEventFrequencyFactor value="1.0"/>

<TimeSpeedFactor value="1.0"/>

<StartBudget value="150000"/>

<MaxBudget value="500000"/>

<Earnings value="35000"/>

<SquadPriceGrowth value="30.0"/>

<MaxParkingSpace value="150" />

<InitialEventFrequencyBoost value="100000.0"/>

<InitialEventWaitDuration value="8.0"/>

<starttime value="05:30"/>

Link to comment
Share on other sites

these are the defaults for LA Mod before anyone moded it, lol. i dont know about the buying vehicles but i hope this helps.

<MinDurationBetweenEvents value = "60.0" />

<MaxIdleDuration value = "10.0" />

<Seed value="0"/>

<BuyFactor value="10.0"/>

<SellFactor value="0.5"/>

<GlobalEventFrequencyFactor value="1.0"/>

<TimeSpeedFactor value="1.0"/>

<StartBudget value="150000"/>

<MaxBudget value="500000"/>

<Earnings value="35000"/>

<SquadPriceGrowth value="30.0"/>

<MaxParkingSpace value="150" />

<InitialEventFrequencyBoost value="100000.0"/>

<InitialEventWaitDuration value="8.0"/>

<starttime value="05:30"/>

Works. Thank you very much.

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