Turk_WLF Posted March 29 Report Share Posted March 29 I’m pretty sure this has been asked before but I couldn’t find the answer. What I want to do is add the maximum number of Firefighters to each Fire Apparatus and also how do I set the maximum number of Firefighters when you begin a game or if you automatically empty the Fire Apparatus after a call. Here is what I want to do if an Engine seats 6, I would like have 5 Firefighters and 1 Firefighter/Paramedic instead of the normal 4 Firefighters. I know that each unit has an Unit.xml file and in that file it has <personnel> <unit id="FF"> <defaultcount value="5" /> </unit> <unit id="FF_SCBA" /> <unit id="FF_EMT" /> <unit id="FF_PARAMEDIC" /> </personnel> for both Campaign and Freeplay. I have no idea how to do the second part. Thanks. Quote Link to comment Share on other sites More sharing options...
More Than Posted March 30 Report Share Posted March 30 If you want to get more firefighters when you call the engine from the fire station you'll need to edit the script that is related to the firestation depends on the mod but for LA mod it's called "LAFireStation.script" 1 Quote Link to comment Share on other sites More sharing options...