swatmansmith
13 years ago
Im new to modding and this website, so i was just wondering how i can use the Chinese Troop Crawler on the american side?

And no I am not talking by having my rangers capture the chinese buildings needed, im talking about being able to build the troop crawler from the american war factory
Sponsor
precision_bomber
13 years ago
First.

Change Unit Prerequisites for ChinaVehicleTroopCrawler


Prerequisites = OBJECT AmericaWarFactory

Second.

Change the CommandSet for AmericaWarFactoryCommandSet

replace x with the command number[1 to 12 for Non-ZH, 1 to 14 for ZH]...

X = Command_ConstructChinaVehicleTroopCrawler

Enjoy.
Death Label:
Reduced back to 3 main factions(and a couple of extras).
Each faction can choose a(or all of them) tech-tree via General's Powers.
Angel Wings: Jets and Anti-Air, Helicopters and Missiles, Hovercraft and Lasers
Red Skulls: Armor Division, Mecha Armada, Drone Swarm
Earth's Saviors: Air Raid, Homeworld Security, Stealth
swatmansmith
13 years ago
Everything works except after the troop crawler is built and is just about to leave the american war factory garage when the game crashes. A "A Serious Error Has Occured" window pops up and shuts the game down. How do I fix that?
NewNightmare
13 years ago
Check for typos in commandset.ini

Also, since unit spawned will be filled with red guards, change the initial payload of transport contain from:
  Behavior = TransportContain ModuleTag_06
    InitialPayload        = ChinaInfantryRedguard 8
to
  Behavior = TransportContain ModuleTag_06
    InitialPayload        = AmericaInfantryRanger 8
swatmansmith
13 years ago
Changed the initial payload, no mispellings... i dont get it, still isnt working.
NewNightmare
13 years ago
post the code you have so far: whole object from Object XXX to geometry options, and commandset of warfactory. I had similar problem with a misspelled upgrade for a unit, it crashed the moment unit should appear. Use code not quote when pasting it though.
precision_bomber
13 years ago
Check the spacing before the codes commands.
Death Label:
Reduced back to 3 main factions(and a couple of extras).
Each faction can choose a(or all of them) tech-tree via General's Powers.
Angel Wings: Jets and Anti-Air, Helicopters and Missiles, Hovercraft and Lasers
Red Skulls: Armor Division, Mecha Armada, Drone Swarm
Earth's Saviors: Air Raid, Homeworld Security, Stealth