Warlord Posted January 22, 2008 Share Posted January 22, 2008 Originally posted by rebel5555 on cncden.com In this tutorial I will show you how to enable walls to be built. This is very easy to do so follow the below steps to the letter (I'm assuming you already have your mod directory completely set up). -Step 1: Open LogicCommandSet.xml in an Xml editor (If you don't have an XML editor go here http://notepad-plus.sourceforge.net/) -Step 2: Find GDIConstructionYardCommandSet and add the following that will be in Green text <LogicCommandSet id="GDIConstructionYardCommandSet"> <Cmd>Command_ConstructGDIPowerPlant</Cmd> <Cmd>Command_ConstructGDIRefinery</Cmd> <Cmd>Command_ConstructGDIBarracks</Cmd> <Cmd>Command_ConstructGDIWarfactory</Cmd> <Cmd>Command_ConstructGDICommandPost</Cmd> <Cmd>Command_ConstructGDIAirTower</Cmd> <Cmd>Command_ConstructGDIMedicalCenter</Cmd> <Cmd>Command_ConstructGDIArmory</Cmd> <Cmd>Command_ConstructGDISpaceCommandUplink</Cmd> <Cmd>Command_ConstructGDIWatchTower</Cmd> <Cmd>Command_ConstructGDIGolumCannon</Cmd> <Cmd>Command_ConstructGDIAABattery</Cmd> <Cmd>Command_ConstructGDITiberiumSilo</Cmd> <Cmd>Command_ConstructGDITerraformingStation</Cmd> <Cmd>Command_ConstructGDIIonCannonControl</Cmd> <Cmd>Command_ConstructGDICrane</Cmd> <Cmd>Command_ConstructGDISurveyor</Cmd> <Cmd>Command_ConstructGDIWallHub</Cmd> <Cmd>Command_PackGDIMCV</Cmd> <Cmd>Command_SelfRepair</Cmd> <Cmd>Command_Sell</Cmd> </LogicCommandSet> (Do the Same if you want the GDI Crane to build walls) -Step 3: Find GDIWallHubCommandSetand add the following that will be in Green text <LogicCommandSet id="GDIWallHubCommandSet"> <Cmd>Command_GDI_BeginWallSpan</Cmd> <Cmd>Command_SelfRepair</Cmd> <Cmd>Command_Sell</Cmd> </LogicCommandSet> -Step 4: To add walls for NOD & the Scrin find NODConstructionYardCommandSet, NODWallHubCommandSet, AlienDronePlatformCommandSet, and AlienWallHubCommandSet and add the following under their command sets. Command_NOD_BuildWallHub(NODConstructionYardCommandSet) Command_ConstructAlienWallHub(AlienDronePlatformCommandSet) Command_NOD_BeginWallSpan(NODWallHubCommandSet) Command_Alien_BeginWallSpan(AlienWallHubCommandSet) Congratulations! All you have to do is compile your mod and then enjoy. There are several tutorials on adding walls to C&C3, but i think this one is my favorite, enjoy. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now