Jump to content
Transporter

How to add Secret service to freeplay?

Recommended Posts

Hi do anybody knows how to add secret service to freeplay

Find the unit.xml file for the vehicle you want to add secret service agents for. 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"/>

Link to comment
Share on other sites

^not quite what hes looking for. The SS is in soulbodys sub mod thread in the la mod forum(i think). You need the files from there and it should take care of everything, but if not, you need to edit freeplaybase or freeplaybase_d.xml depending on which game you have.

http://forum.emergency-planet.com/index.php?showtopic=2261

That should explain everything.

Link to comment
Share on other sites

Yep. Soulbody's mod works wonders for that, also if you wish to just have the secret service and do it yourself, you would have to edit the unit.xml for whatever vehicles you want him in as described above. So if you added him to the FBI SUV it would look something along these lines

			<personnel>
<unit id="FBI_AGENT">
<defaultcount value="2" />
</unit>
<unit id="FBI_AGENT_TAC" />
<unit id="SS_AGENT">

</personnel>

EDIT Had to fix!

Link to comment
Share on other sites

You didn't copy my text. That code in your quote is still not fixed correctly: you missed the red "/".

<personnel>

<unit id="FBI_AGENT">

<defaultcount value="2" />

</unit>

<unit id="FBI_AGENT_TAC" />

<unit id="SS_AGENT" />

</personnel>

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