Josiah Mecone Posted November 4, 2016 Report Share Posted November 4, 2016 So. I'm relatively new to this game and I have a question. Is there a way in freeplay mode to limit all the calls to Firefighting and EMS calls? I like Police Callouts but I prefer doing firefighting and EMS missions over anything else and it gets overwhelming when I'm bombarded with multiple calls in different categories Quote Link to comment Share on other sites More sharing options...
MikeyPI Posted November 4, 2016 Report Share Posted November 4, 2016 go into your game folder EX: Program Files (x86)\WizardWorks\911 - First Responders\Data\Specs\fp_params_endless.xml (for 911:First Responders/EM4) Create a backup copy of this file so that you can play the original game still by simply replacing it. <EFPEventCarTheft> <Enabled value = "1" /> <!-- AverageFrequency: average number of events per 10 minutes --> <AverageFrequency value = "50.0" /> <!-- MaxRadius: in meter (max. distance between committer and car) --> <MaxRadius value = "75.0" /> <Worth value = "8.0" /> <SupervisorStart value = "ID_SUPERV_EVENT02" /> <SupervisorFinish value = "" /> </EFPEventCarTheft> simply changing the "enabled value to 0 should disable the event (havent tampered with this in some time). Tampering with the frequency of the thing improves or lessens the chance the event will occur, I believe a greater value means less chance to happen while a lower value gives it more frequency (don't hold me to that though, it's been a while). You can edit these parameters for challenges as well by modifying fp_params_challenge.xml instead. 1 Quote Link to comment Share on other sites More sharing options...