Modzzguy202 Posted February 22, 2015 Report Share Posted February 22, 2015 Hey guys so you all know im working on methuen mod and i need some help, First how can i add personal i want into a vechial like in the boston mod its all firefighters with breathing appartrus which i dont want i need to out some emts in the fire truck and Second how do i change uniforms? I just need some tips on how to do it Quote Link to comment Share on other sites More sharing options...
Terrow Posted February 23, 2015 Report Share Posted February 23, 2015 Kind of an answer to your first question. If you take a look in [ModName]/Units/Vehicles/Fire_Department/[Firetruckname]/unit.xml you'll be able to edit the units that are in that specific vehicle. So you can delete the "FF_EMT" lines and whatever else is associated with that or add "FF_EMT_SCBA". <unit id="FF_CAPTAIN"> <defaultcount value="1" /> </unit> <unit id="FF_EMT"> <defaultcount value="2" /> </unit> <unit id="FF_EMT_SCBA" /> <unit id="FF_PARAMEDIC"> <defaultcount value="1" /> </unit> <unit id="FF_PARAMEDIC_SCBA" /> Quote Link to comment Share on other sites More sharing options...