frmesogiou Posted December 22, 2014 Report Share Posted December 22, 2014 Hey all, I was looking for a way to increase more units, because you can't buy more units. Now you can! Simply open: "\Emergency 5\data\em5\gamedata\em5_unitpool\default\startup.json" You can change available units per game type and per map.Tutorial (lines 9-42)Campaign (per mission) (lines 44-392)Freeplay Munich Endless (lines 394-427)Freeplay Munich Challenge (428-461)Freeplay Hamburg Endless (lines 463-496)Freeplay Hamburg Challenge (497-530)Freeplay Berlin Endless (lines 531-564)Freeplay Berlin Challenge (lines 565-598)Freeplay Cologne Endless (lines 599-632)Freeplay Cologne Challenge (lines 633-666)It looks like this:{ // Firefighters "RW": "4", // "Rüstwagen" "TLF": "4", // "Tanklöschfahrzeug" "DeKon-P": "1", // "Dekontaminationsfahrzeug" "DLK": "2", // "Drehleiterfahrzeug" "FLB": "0", // "Feuerlöschboot" "TFMB": "0", // "Transportfahrzeug Motorboot" "KF": "1", // "Löschflugzeug-Kommandofahrzeug" "TFD": "1", // "Transportfahrzeug Feuerwehrdrohne" "TFT": "0", // "Transportfahrzeug Taucher" "RW_Historic": "1", // "Historischer Rüstwagen" // Ambulance "NEF": "4", // "Notarzteinsatzfahrzeug" "RTW": "4", // "Rettungstransportwagen" "RHC": "2", // "Rettungshelikopter" "RHF": "1", // "Rettungshundefahrzeug" // Police "STW": "2", // "Streifenwagen" "MTW": "2", // "Mannschaftstransportwagen" "PHC": "2", // "Polizeihelikopter" "SEKHC": "1", // "Sondereinsatz-Helikopter" "TFSEKD": "1", // "Transportfahrzeug SEK-Drohne" "TSEKR": "1", // "Transportfahrzeug SEK-Roboter" // Tech "ASF": "4", // "Abschleppfahrzeug" "EKW": "2", // "Einsatzkraftwagen" "BFZ": "1", // "Bergefahrzeug (Schwerer Kran)" "BHC": "1" // "Bergungshelikopter"}Simply change the values you want Quote Link to comment Share on other sites More sharing options...
rescue_nerd Posted December 22, 2014 Report Share Posted December 22, 2014 Thanks for that! Quote Link to comment Share on other sites More sharing options...
MARCO Posted December 22, 2014 Report Share Posted December 22, 2014 Its corrupted multi ? Quote Link to comment Share on other sites More sharing options...
frmesogiou Posted December 22, 2014 Author Report Share Posted December 22, 2014 Its corrupted multi ?For multiplayer, edit "\Emergency 5\data\em5\content\em5_unitpool\multiplay\multiplay.json" But I haven't tested that out yet. Quote Link to comment Share on other sites More sharing options...