View Single Post
Old 09-23-2004, 11:43 AM   #9 (permalink)
adamstrange
Senior Member
 
Join Date: Dec 2002
Posts: 338
Default

The way the AXIR OF THE MATRIX mod coded their PT was to use the AMERICAN CINE ini and put this in the code:

CommandSet = SupW_AmericaVehiclePowTruckCommandSet
Buildable = Yes

I also had to create the proper CommandSet and then create a new drone in the SW Gen's INI ,SupW_AmericaVehicleHellfireDrone2 ,

Create a new OCL in the OCL ini for the new drone-OCL_SupW_AmericaVehicleHellfireDrone2

that way only this unit would have 10 drones and not every unit that has drone capabilites.
I then had to give the unit UpGRADE TO AMERICANHELLFIRE DRONE cameo and code.

Before i kept giving it upgrade to AMERICANHELLFIREDRONE2 and that would not work so i had to put the code like this:

Behavior = ObjectCreationUpgrade ModuleTag_10
UpgradeObject = OCL_SupW_AmericaVehicleHellfireDrone2
TriggeredBy = Upgrade_AmericaHellfireDrone
ConflictsWith = Upgrade_AmericaBattleDrone Upgrade_AmericaScoutDrone
End

FleetCommand,What mod is it that has the PT ? I think i may want to use that code for my unit.

Now i'm thinking of useing the unused firebase that in the W3D file because the cannon pops out and what i would like is to have it stay under its base but when an enemy is detected ,it will pop out and fire at him.

Anyone of a mod that has this enabled?
adamstrange is offline   Reply With Quote