But, Can I make the POW truck some kind of transport for infantry????
Anyway, Lets get to the reason why I started this topic.
How do I actually add deleted units???
Also, Is it possible that you can mod Generals so you can build Tech Structures???
TASER wrote:
Yes, if you want to.
Since you wanted to add the POW Truck as a transport, follow these instructions. First, you would need to create a command button so that it can be built by the war factory. Go to the
CommandButton.ini, and add something like this:
CommandButton Command_ConstructAmericaVehiclePOWTruck
Command = UNIT_BUILD
Object = AmericaVehiclePOWTruck
TextLabel = CONTROLBAR:ConstructAmericaVehiclePOWTruck
ButtonImage = SAPOWTruck
ButtonBorderType = BUILD
DescriptLabel = CONTROLBAR:ToolTipUSABuildPOWTruck
End
Next, you will have to go to the CommandSet.ini. Go down to
AmericaWarFactoryCommandSet CommandSet AmericaWarFactoryCommandSet
1 = Command_ConstructAmericaTankCrusader
2 = Command_ConstructAmericaVehicleTomahawk
3 = Command_ConstructAmericaVehicleHumvee
4 = Command_ConstructAmericaVehicleMedic
5 = Command_ConstructAmericaVehiclePaladin
6 = Command_ConstructAmericaVehicleSentryDrone
7 = Command_ConstructAmericaVehicleAvenger
8 = Command_ConstructAmericaVehicleMicrowave
9 = Command_UpgradeAmericaSentryDroneGun
11 = Command_UpgradeAmericaTOWMissile
13 = Command_SetRallyPoint
14 = Command_Sell
End
Add
10 = Command_ConstructAmericaVehiclePOWTruck below the SentryDroneGun, or choose whichever slot you want by changing the number, so that it looks like this:
CommandSet AmericaWarFactoryCommandSet
1 = Command_ConstructAmericaTankCrusader
2 = Command_ConstructAmericaVehicleTomahawk
3 = Command_ConstructAmericaVehicleHumvee
4 = Command_ConstructAmericaVehicleMedic
5 = Command_ConstructAmericaVehiclePaladin
6 = Command_ConstructAmericaVehicleSentryDrone
7 = Command_ConstructAmericaVehicleAvenger
8 = Command_ConstructAmericaVehicleMicrowave
9 = Command_UpgradeAmericaSentryDroneGun
10 = Command_ConstructAmericaVehiclePOWTruck
11 = Command_UpgradeAmericaTOWMissile
13 = Command_SetRallyPoint
14 = Command_Sell
End
Now, go to the
AmericaCINEUnit.ini found in INI/Object and find
AmericaVehiclePOWTruck. Scroll down and remove the
Buildable = No. Then scroll down and remove the
; by the
BuildCost, BuildTime, and CommandSet. Change the
BuildCost and
BuildTime to whatever you want, and then change the CommandSet to
ChinaTroopCrawlerCommandSet.
You should be all done. You have an American POW Truck that can hold 8 people. Follow the same instructions for tech buildings, except that you need to change the commandbutton so that it is for dozers, and then put them on the Dozer/Worker commandsets.
Edited by user
18 years ago |
Reason: Not specified