Transporter Posted April 14, 2009 Report Share Posted April 14, 2009 Hi do anybody knows how to add secret service to freeplay Quote Link to comment Share on other sites More sharing options...
randomperson139 Posted April 14, 2009 Report Share Posted April 14, 2009 Hi do anybody knows how to add secret service to freeplayFind 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"/> Quote Link to comment Share on other sites More sharing options...
Xplorer4x4 Posted April 18, 2009 Report Share Posted April 18, 2009 ^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=2261That should explain everything. Quote Link to comment Share on other sites More sharing options...
Newfoundking Posted April 18, 2009 Report Share Posted April 18, 2009 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! Quote Link to comment Share on other sites More sharing options...
Hoppah Posted April 20, 2009 Report Share Posted April 20, 2009 <personnel> <unit id="FBI_AGENT"> <defaultcount value="2" /> </unit> <unit id="FBI_AGENT_TAC" /> <unit id="SS_AGENT" /> </personnel> Quote Link to comment Share on other sites More sharing options...
Newfoundking Posted April 20, 2009 Report Share Posted April 20, 2009 woops.. Take hoppah's I made a typo! Quote Link to comment Share on other sites More sharing options...
Hoppah Posted April 20, 2009 Report Share Posted April 20, 2009 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> Quote Link to comment Share on other sites More sharing options...
Transporter Posted April 23, 2009 Author Report Share Posted April 23, 2009 Thanks Hoppah.I got it work at last.1 more think how can i add person from civilian people to be a cop.? Quote Link to comment Share on other sites More sharing options...