Jump to content
Guest huntermikexx

Secret Service

Recommended Posts

Guest huntermikexx

How can I insert the Secret Service Agent into freeplay for use within the FBI Suv?

I want to make it so the FBI Suv is essentially turned into a Secret Service Suv.

Thanks.

Link to comment
Share on other sites

1. Go to the following folder:

...\Mods\Los Angeles Mod v2.0\Units\Vehicles\Police\260fbisuv\

2. Open unit.xml with notepad

3. Add the following code under <personnel> twice

<unit id="FBI_SUV">
<campaign>
<missions value="3 6 18 20 26 27 28 30 31 33 34 35">
<prototype name="mod:Prototypes/Vehicles/09 Government/fbi_suv.e4p" />
<price value="1000" />
<speed value="120" />
<space value="4" />
<loadspace value="2" />
<personnel>
<unit id="SS_AGENT" />
<unit id="FBI_AGENT">
<defaultcount value="2" />
</unit>
<unit id="FBI_AGENT_TAC" />
</personnel>
<equipment>
<unit id="ROAD BLOCK" />
<unit id="FLASH GRENADE" />
</equipment>
</missions>
</campaign>
<freeplay>
<missions value="22">
<prototype name="mod:Prototypes/Vehicles/09 Government/fbi_suv.e4p" />
<price value="1000" />
<speed value="120" />
<space value="4" />
<loadspace value="2" />
<personnel>
<unit id="SS_AGENT" />
<unit id="FBI_AGENT">
<defaultcount value="2" />
</unit>
<unit id="FBI_AGENT_TAC" />
</personnel>
<equipment>
<unit id="ROAD BLOCK" />
<unit id="FLASH GRENADE" />
</equipment>
</missions>
</freeplay>
</unit>

Hoppah

Link to comment
Share on other sites

Find the unit.xml file for the FBI SUV. Open the unit.xml file using notepad or wordpad. Where it says

<personnel>

<unit id="FBI_AGENT">

<defaultcount value="2" />

</unit>

<unit id="FBI_AGENT_TAC" />

</personnel>

Underneath FBI_AGENT_TAC add <unit id="SS_AGENT"/>

The first time it says this is for campaign. Scroll down and you see all thie stuff again.

Link to comment
Share on other sites

Guest huntermikexx

Yeah they are pretty much the same, however the Secret Service SUV isn't available in Freeplay or missions. It is only in the escort the VIP one. I would like to know how to add it to freeplay so I can have an FBI SUV and SS SUV instead of just having an FBI SUV that I can put FBI and SS in.

Link to comment
Share on other sites

Yep!

Just don't know how to add the vehicle itself to freeplay.

OK.

You need to add this line to the freeplaybase.xml or freeplaybase_d.xml if you have deluxe in the specs folder.

	<vehicle prototype="mod:Prototypes/Vehicles/03 LA Police/secret_service_suv.e4p" count="1" />

It needs to be exactly like this.

You need to add this line to the portraits.xml file in the specs folder.

	<portrait prototype="mod:Prototypes/Vehicles/03 LA Police/secret_service_suv.e4p" text="SECRET_SERVICE_SUV" unit="SECRET_SERVICE_SUV"/>

I think these are the only files you need to edit.

Link to comment
Share on other sites

Is there a way to add the entire Secret Service SUV so that I can have Secret service SUV and FBI Suv?

Why would you do that? You do know that you're only trying to do this because of the name of the vehicle? The black unmarked 2007 Chevrolet Tahoe stays the same. Just like the black unmarked Ford Crown Victoria which can be used as a LAPD (SWAT), LASD, CHP or a FBI vehicle. Both vehicles have no specific markings, so that's why they can be used as multipurpose vehicles in the mod. :)

Link to comment
Share on other sites

Hopefully someone can help.

SS SUV only got 3 command Start Convoy[VIP Escort Mission 28],Stop Convoy[VIP Escort Mission 28] and Exit Car so SS SUV is not allow to use in Freeplay map.I recommends u use FBI SUV don't edit the SS SUV or u get problem in the Mission or Freeplay map.

Link to comment
Share on other sites

SS SUV only got 3 command Start Convoy[VIP Escort Mission 28],Stop Convoy[VIP Escort Mission 28] and Exit Car so SS SUV is not allow to use in Freeplay map.I recommends u use FBI SUV don't edit the SS SUV or u get problem in the Mission or Freeplay map.

You would have to make a copy of the SS SUV and change it. Like I asked before: why do this for a name change only? You can better change the name of the FBI SUV to 'Chevrolet Tahoe SUV' in the language files.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...