Guest huntermikexx Posted January 10, 2010 Report Share Posted January 10, 2010 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. Quote Link to comment Share on other sites More sharing options...
Hoppah Posted January 10, 2010 Report Share Posted January 10, 2010 1. Go to the following folder:...\Mods\Los Angeles Mod v2.0\Units\Vehicles\Police\260fbisuv\2. Open unit.xml with notepad3. 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 Quote Link to comment Share on other sites More sharing options...
randomperson139 Posted January 10, 2010 Report Share Posted January 10, 2010 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. Quote Link to comment Share on other sites More sharing options...
Luisinho Posted January 10, 2010 Report Share Posted January 10, 2010 You might want to add a few commands to it as well in the editor as well. I done this before, and there were some missing commands. Quote Link to comment Share on other sites More sharing options...
Forensics Posted January 12, 2010 Report Share Posted January 12, 2010 Thanks everyone I just did this, I didn't know the SS agent was still in the game. The command I find essential is the place person in car, so I added it. Quote Link to comment Share on other sites More sharing options...
Guest huntermikexx Posted January 12, 2010 Report Share Posted January 12, 2010 Thanks everyone! Much appreciated! Quote Link to comment Share on other sites More sharing options...
Guest huntermikexx Posted January 16, 2010 Report Share Posted January 16, 2010 Is there a way to add the entire Secret Service SUV so that I can have Secret service SUV and FBI Suv? Quote Link to comment Share on other sites More sharing options...
randomperson139 Posted January 16, 2010 Report Share Posted January 16, 2010 Aren't they the same vehicle?If they are different, then yes there is a way to add them. Quote Link to comment Share on other sites More sharing options...
Guest huntermikexx Posted January 16, 2010 Report Share Posted January 16, 2010 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. Quote Link to comment Share on other sites More sharing options...
randomperson139 Posted January 16, 2010 Report Share Posted January 16, 2010 OK. You would need to add command to it in the editor as well. Do you know how to do that? Quote Link to comment Share on other sites More sharing options...
Guest huntermikexx Posted January 16, 2010 Report Share Posted January 16, 2010 Yep!Just don't know how to add the vehicle itself to freeplay. Quote Link to comment Share on other sites More sharing options...
randomperson139 Posted January 16, 2010 Report Share Posted January 16, 2010 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. Quote Link to comment Share on other sites More sharing options...
Guest huntermikexx Posted January 19, 2010 Report Share Posted January 19, 2010 It didn't work.They weren't in Freeplay. Quote Link to comment Share on other sites More sharing options...
randomperson139 Posted January 19, 2010 Report Share Posted January 19, 2010 I think you need to edit some more files. But I'm not sure which ones. Quote Link to comment Share on other sites More sharing options...
Guest huntermikexx Posted January 23, 2010 Report Share Posted January 23, 2010 Hopefully someone can help. Quote Link to comment Share on other sites More sharing options...
Hoppah Posted January 23, 2010 Report Share Posted January 23, 2010 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. Quote Link to comment Share on other sites More sharing options...
JoseOu Posted February 3, 2010 Report Share Posted February 3, 2010 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. Quote Link to comment Share on other sites More sharing options...
Hoppah Posted February 15, 2010 Report Share Posted February 15, 2010 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. Quote Link to comment Share on other sites More sharing options...