Jump to content
Guest Declethor

Just Wondering About A Custom Code...

Recommended Posts

Guest Declethor

Hello Everyone,

I'm just wondering, is their a way I can disable the earthquakes? Personally, I like the big fires and all, but when you add in the downed citizens it gets to be to much. During the LA Mod, I really just like to play as fire, and have time to do an overhaul and such to make it realistic, but when I have an earthquake, and it throws events at me back to back to back, it gets old after awhile. So, if anybody knows how I can disable those or make them less frequent, I would appreciate it!

Thanks Much,

C. Negatory

Link to comment
Share on other sites

1. Open your "freeplayparameters.xml" file inside your specs folder (make sure it's the one in the LA Mod folder).

2. Scroll down until you find find this: (Line 573).

		<EFPEarthquake>
<Enabled value = "0" />
<!-- AverageFrequency: average number of events per 10 minutes -->
<AverageFrequency value = "0.3" />
<!-- AverageNumberOfBurningHouses (50% spreading) -->
<AverageNumberOfBurningHouses value = "2" />
<!-- AverageNumberOfInjuredPersons (50% spreading) -->
<AverageNumberOfInjuredPersons value = "6" />
<!-- CameraShakeDuration (in sec.) -->
<CameraShakeDuration value = "10.0" />
<!-- CameraShakeStrength -->
<CameraShakeStrength value = "30.0" />
<Worth value = "25.0" />
<SupervisorStart value = "ID_SUPERV_EVENT16" />
<SupervisorFinish value = "" />
</EFPEarthquake>

3. Replace this:

<Enabled value = "0" />

with this:

<Enabled value = "1" />

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...