Jump to content
Hoppah

Additional Units Submod

Recommended Posts

Guest 112quin

If I download the submod, a screen pops up which says: ''setup file is corrupted. try to get another copy of the file'' and after you press OK the installation shuts down?? does anybody know what I do wrong??

Link to comment
Share on other sites

I guess he did not like it :( Love playing the LA Mod more now just because of the PD and TEC units. And those sirens, are they the real ones that LA uses?

No, the ones in the original mod are most comparable to the real ones. The sirens in the submod are not anything like the real ones. That's what MikesPhotos has told me. The alternative sirens have been added to the submod because so many people like them.

Link to comment
Share on other sites

Guest PC_McKenzie

Hi,

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

Link to comment
Share on other sites

:welcome: to the forums.

You need to edit infotexts.xml in the lang folder to change the vehicle name.

To add LAPD Officers etc. you need to edit the unit.xml of the vehicle. Open the units folder and open police and then find the swat suv folder and open the unit.xml in notepad. Find

<personnel>
<unit id="LAPD_SWAT">
<defaultcount value="2" />
</unit>
<unit id="LAPD_SWAT_SHARPSHOOTER" />
<unit id="NEGOTIATOR" />
<unit id="SCOUT2" />
</personnel>

and add

<unit id="LAPD_OFFICER" />
<unit id="CHP_OFFICER" />
<unit id="FBI_AGENT" />
<unit id="FBI_AGENT_TAC" />

underneath <unit id="SCOUT2" />

Link to comment
Share on other sites

Hi,

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

First and foremost: :welcome: 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:

<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>

That'll take car of the name, now, to edit the persons you're able to insert, open:

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 :D

Eli

[edit] Didn't see randomperson139 add their reply, so, pick from either :P [/edit]

Link to comment
Share on other sites

Guest PC_McKenzie

Hi, randomperson139 & FortErieFireEli

Thanks for the quick reply. You've been a great help, now i will be changing loads of vehicles lol.

One more thing, is there a ways so this vehicle can carry either 2 cops & 2 prisoners?

cheers

PC_McKenzie

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...