[Help] Set Insurgency/Taliban
-
Amok@ndy
- Retired PR Developer
- Posts: 5144
- Joined: 2008-11-27 22:13
Re: [Help]Set Insurgency/Taliban
just copy the GPO.con of an insurgency level
the fastest and easiest way

-
Salmonella
- Posts: 341
- Joined: 2009-07-17 01:30
Re: [Help]Set Insurgency/Taliban
the file is "gameplayobjects.con" inside "server.zip\GameModes\gpm_insurgency\64"
-
Wilkinson
- Posts: 1916
- Joined: 2008-08-18 21:55
Re: [Help] Set Insurgency/Taliban
Real Easy. This wont be all pretty but it will get the point.
In Editor:
Here is the one I did for Raid of Fallujah
Extra Notes:
Make sure you have in the tweaker, for EACH CACHE, Set the "Team" to the OPFOR team and the "TeamonVehicle" to the OPFOR. Usually it's team 1 I think.
Easiest way to duplicate the cache is to set one up completly properly. Then just Copy and paste it (Ctrl+C)=Copy (Ctrl+V)=Paste
In Editor:
- How to Place a Cache:
- Off an INSURGENT/TALIBAN Flag, right click and create an Objectspawner. You can have it as nothing.
- Next, after you have the vehicle placed, Go to your Tweaker Bar and look at "VehicleTeam1" and "VehicleTeam2"
- Change both of these and type or search for "aQmmocache"
- Make sure the ObjectSpawner is on Team1 and is spawned off an OPFOR Flag.
Spawn Times are set to 99999 For both Teams. - Python does all the randomizing, so Just add ALOT LOT LOT LOT of Caches, Fallujah has like 150ish. when In doubt. Just load the GPO.con of any other map that is insurgency
Thats for just adding the caches.
Make sure you set your .desc properly for inside the Map's Info Folder
Here is the one I did for Raid of Fallujah
Code: Select all
<map gsid="5056">
<name>Raid of Fallujah</name>
<briefing locid="MAPDESCRIPTION_raid_of_fallujah">map description for modders maps not localized (english only)</briefing>
<music> common/sound/menu/music/PirateX-Hunting_Taliban.ogg </music>
<modes>
<mode type="gpm_insurgency">
<maptype players="64" type="insurgency" locid="GAMEMODE_DESCRIPTION_insurgency">Unlocalized test for this mode on this map</maptype>
</mode>
<mode type="gpm_skirmish">
<maptype players="16" type="skirmish" locid="GAMEMODE_DESCRIPTION_skirmish">Unlocalized test for this mode on this map</maptype>
</mode>
</modes>
</map>Make sure you have in the tweaker, for EACH CACHE, Set the "Team" to the OPFOR team and the "TeamonVehicle" to the OPFOR. Usually it's team 1 I think.
Easiest way to duplicate the cache is to set one up completly properly. Then just Copy and paste it (Ctrl+C)=Copy (Ctrl+V)=Paste


