engine30 Posted January 30, 2011 Report Share Posted January 30, 2011 Is there a way to get all fire call and get rid of police calls, tech calls, and Ems Quote Link to comment Share on other sites More sharing options...
Xandarb Posted January 30, 2011 Report Share Posted January 30, 2011 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! Quote Link to comment Share on other sites More sharing options...
engine30 Posted January 30, 2011 Author Report Share Posted January 30, 2011 Thanks for the help Quote Link to comment Share on other sites More sharing options...