First and foremost: PC_McKenzieHi,
I'm new to the forum so go easy on me.
I like the LA mod & this submod, both brill.
Is their a way so when I can rename the SWAT SUV to Unmarked SUV & have it so normal lapd officers/CHP officers etc can be deployed from that vehicle.
hope someone understands what I mean lol.
Cheers
PC _McKenzie
Next: To change the name from SWAT SUV to Unmarked SUV, you need to open:
C:\Program Files\WizardWorks\911 - First Responders\Mods\Los Angeles Mod v1.9\Lang\en (or similar)
open infotexts.xml with wordpad. To do this, right click infotexts, left click edit.
next, find :
<string name="ID_NAME_SWAT_SUV">LAPD SWAT SUV</string> <string name="ID_PURPOSE_SWAT_SUV">The SWAT SUV is used to transport a SWAT team to scene. This vehicles comes in action when a dangerous suspect has to be arrested.</string> <string name="ID_TOOLTIP_SWAT_SUV">LAPD SWAT SUV</string>replace that with:
That'll take car of the name, now, to edit the persons you're able to insert, open:<string name="ID_NAME_SWAT_SUV">Unmarked SUV</string>
<string name="ID_PURPOSE_SWAT_SUV">The Unmarked SUV can transport more units than the Patrolcar, but is more expensive.</string>
<string name="ID_TOOLTIP_SWAT_SUV">Unmarked SUV</string>
C:\Program Files\WizardWorks\911 - First Responders\Mods\Los Angeles Mod v1.9\Units\Vehicles\Police
open the folder:
195swatsuv
Open: Unit.xml with wordpad, using the same method as above^^
Find
<personnel> <unit id="LAPD_SWAT"> <defaultcount value="2" /> </unit> <unit id="LAPD_SWAT_SHARPSHOOTER" /> </personnel>replace with:
<personnel> <unit id="LAPD_SWAT"> <defaultcount value="2" /> </unit> <unit id="LAPD_OFFICER" /> <unit id="CHP_OFFICER" /> <unit id="BP_OFFICER" /> <unit id="LASD_OFFICER" /> <unit id="FBI_AGENT" /> </personnel>
That'll give you 2 SWAT by default, which can easily be removed, and the option to add LAPD Officer, CHP, Border Patrol, LASD Officer and FBI Agent
I hope this helps
Eli
[edit] Didn't see randomperson139 add their reply, so, pick from either [/edit]