Zum Inhalt wechseln


Foto

Editing events


  • Please log in to reply
3 replies to this topic

#1 Ozimák István

Ozimák István

    Firefighter

  • Members
  • 2 Beiträge:

Geschrieben 02 Dezember 2014 - 08:18

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.



#2 Robin Uppgren

Robin Uppgren

    Firefighter

  • Members
  • 18 Beiträge:
  • Gender:Male
  • Location:Sweden

Geschrieben 02 Dezember 2014 - 09:55

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.

 

 

Angehängte Datei  berlin_freeplay_eventpools.rar   569bytes   34 Anzahl der Downloads



#3 Robin Uppgren

Robin Uppgren

    Firefighter

  • Members
  • 18 Beiträge:
  • Gender:Male
  • Location:Sweden

Geschrieben 02 Dezember 2014 - 09:58

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.



#4 Ozimák István

Ozimák István

    Firefighter

  • Members
  • 2 Beiträge:

Geschrieben 03 Dezember 2014 - 07:52

Thank you Robin! I will try this out!