Guest Declethor Posted November 5, 2009 Report Share Posted November 5, 2009 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 More sharing options...
Xplorer4x4 Posted November 7, 2009 Report Share Posted November 7, 2009 Find the tutorials forum. Its explained in there. Its in the EM 4 Modding and help section. Link to comment Share on other sites More sharing options...
Luisinho Posted November 7, 2009 Report Share Posted November 7, 2009 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 More sharing options...
EMfreak Posted November 7, 2009 Report Share Posted November 7, 2009 Isn't it:<Enabled value = "1" />replace whit<Enabled value = "0" /> Link to comment Share on other sites More sharing options...
momieboy Posted November 7, 2009 Report Share Posted November 7, 2009 indeed, post above me is the right one with the "1" & "0". Link to comment Share on other sites More sharing options...
Xplorer4x4 Posted November 8, 2009 Report Share Posted November 8, 2009 1 means true, and 0 means false. Link to comment Share on other sites More sharing options...
Endurer Posted November 8, 2009 Report Share Posted November 8, 2009 put this <AverageFrequency value = "0.3" /> to this <AverageFrequency value = "0.0" /> that i did and i don't get the event Link to comment Share on other sites More sharing options...