EMERGENCY 20

EMERGENCY 20

Not enough ratings
Ambulances with Doctors
By GJC
This will show you how to make ambulances able to carry rescue doctors along with paramedics.
   
Award
Favorite
Favorited
Unfavorite
Let's do it!
Go to this directory:

Program Files x86 > Steam > steamapps > common > Emergency 20 > data > em5 > gamedata > em5_order_info > ambulance


Open the file: ambulance_rtw


1. Edit the PersonelSpace to 2 instead of 1

2. Add: "Doctor" : "1", (with the quotation marks and the comma) right above "Paramedics" : "1"


It will allow doctors to be able to ride ambulances, the file should look like this:


{
"Format":
{
"Type": "em5_order_info",
"Version": "1"
},
"OrderInfo":
{
// Ambulance car (de: "Rettungstransportwagen")
"RTW":
{
"Prefab": "em5/prefab/vehicle/ambulance_rtw",
"AvatarIcon": "ambulance_rtw",
"SelectionIcon": "ambulance_rtw",
"MiniMapIconType": "AmbulanceVehicle",
"LocalizedName": "ID_NAME_RTW",
"UnitTags": "Ambulance Vehicle Road RTW CanTransportInjureds",
"OrderDepartment": "Ambulance",
"OrderCost": "10",
"OrderSpeed": "10",
"UnlockCost": "0",
"NumberAvailable": "5",
"PersonnelSpace": "2",
"StartPersonnel":
{
"Doctor" : "1",
"Paramedics" : "1"
},

"PassengerSpace": "1",
"HelpPages":
[
"TUTORIAL_HELPTEXT_BACK_TO_HQ_RTW",
"TUTORIAL_HELPTEXT_EXIT_RTW"
]
}
}
}

7 Comments
GJC  [author] 4 Aug @ 3:57am 
Go to your library, right click the game, go to properties and files

Then do a file verification, Steam should restore the files, check the game and then try again
hi6132 4 Aug @ 1:34am 
Help please, I followed the instructions and now i have no ambulances in game at all?
GJC  [author] 12 Jun @ 5:57pm 
Great, have fun!
davidecosta1975 12 Jun @ 4:23pm 
Thank you, very helpful. At first it didn't work (I edited the code myself), as it needed more "spaces". I copied the ICU setup code (1 doc and 1 paramedic) and it worked.
Queen Niijima 29 Oct, 2024 @ 6:20pm 
Regardless if you want to increase units for either campaign or freeplay, you'll have to modify the "startup.json" file within the "em5_unitpool" folder.
GJC  [author] 28 Oct, 2024 @ 4:34pm 
Yes! Are you refering for the campaign or for the freeplay modes?
Scooby Snacks! 28 Oct, 2024 @ 6:08am 
is there a way to increase the number of vehicles for all units?