Ozimák István Posted December 2, 2014 Report Share Posted December 2, 2014 Hello everyone! Recently i tried hard to edit events in freeplay, but it not works like in EM4. I opened up: "data\em5\gamedata\em5_eventpool\freeplay\berlin_freeplay_eventpools.json" and tried to take out some events. In short: I'm a firefighter, and i don't want to play police, and ambulance missions Forgive me this So, i tried to edit this command: "StartEvent": "true" to "false". But in the first section of the file, we have some fixed events, that we can't get rid of? Berlin - freeplay fixed event pool"map03_berlin_freeplay_eventpool_fixed"There's no "StartEvent": "true" command present. And if i try to add it, it does nothing. It keeps adding events: "robbery" or "seriously ill" or like this. I also tried to make // at the beginning of the event, but it somewhat crashes the game. Same with deleting the events separately, or erasing the whole fixed eventpool section Is there anyone who tried to edit events with success? Or, is there anyone who can help me with this? I think i messed up something or i'm trying in the wrong way or with the wrong file(?). Thank you in advance for your help! And sorry for my English, i'm Hungarian. Quote Link to comment Share on other sites More sharing options...
Robin Uppgren Posted December 2, 2014 Report Share Posted December 2, 2014 You can remove them, its just special events for that specific map. Make sure you backup first Check out this file, i removed everything but the fire related events. The game reads the file in a very specific way so you have to be careful not to accidentaly erase anything, not even a small ",", nor leave it if it has no use. berlin_freeplay_eventpools.rar Quote Link to comment Share on other sites More sharing options...
Robin Uppgren Posted December 2, 2014 Report Share Posted December 2, 2014 You can also edit "x:\steam\SteamApps\common\Emergency 5\data\em5\gamedata\em5_eventdensity\definitions\density_counter_values.json" to change how likely it is that each event occurs. Maybe if you change the value to 0 the event is "disabled". Didn't try that though. Quote Link to comment Share on other sites More sharing options...
Ozimák István Posted December 3, 2014 Author Report Share Posted December 3, 2014 Thank you Robin! I will try this out! Quote Link to comment Share on other sites More sharing options...