IPB

Welcome Guest ( Log In | Register )


 
Reply to this topicStart new topic
> How do you install the walls mod?
Pixcell
post Dec 18 2007, 09:50 AM
Post #1

Disc Thrower
Group Icon

Group: Members
Posts: 93
Joined: 12-April 07
Member No.: 921
Favorite game: Tiberian Sun



how do i get it to work with it? do i put it in a folder or something?
Go to the top of the page
 
: | +Quote Post
Aro
post Dec 18 2007, 01:13 PM
Post #2


Cyborg Commando
Group Icon

Group: Members
Posts: 1,695
Joined: 22-November 06
From: Birmingham, UK
Member No.: 314
Alliance: Nod
Favorite game: Tiberian Sun



Why not add walls your self?

QUOTE (Equal)
Difficulty: Easy/Average
Made by: Equal (Me)

Hello, I'm going to teach you how to add walls to your mod.

Go to your mod's data folder.
(eg. MODSDK\Mods\EqualMod\data\)

Open Mod.xml

Add include with the type all source=DATA:"DATA:YOURMod/data/GlobalData/LogicCommandSet.xml"
after the required files.

And replace the YOURMod with your mod folder's name.

Create a new folder called GlobalData into your mod's data folder.

Copy and paste the LogicCommandSet.xml from your GlobalData folder which is in CnC3Xml folder to your new folder.
(MODSDK\CnC3Xml\GlobalData\ > MODSDK\Mods\EqualMod\GlobalData)


GDI

Now open LogicCommandSet.xml and search for
Code:
GDIConstructionYardCommandSet


Under that you should see a list of items like:

QUOTE
<Cmd>Command_ConstructGDISurveyor</Cmd>



So, after that ^^^^ you add:

CODE
<Cmd>Command_ConstructGDIWallHub</Cmd>



Now your almost done for adding walls for GDI.

Search for

CODE
id="GDIWallHubCommandSet">


Below it add

CODE
<Cmd>Command_GDI_BeginWallSpan</Cmd>



So it looks like

CODE
<LogicCommandSet>
      <Cmd>Command_GDI_BeginWallSpan</Cmd>
      <Cmd>Command_SelfRepair</Cmd>
      <Cmd>Command_Sell</Cmd>
   </LogicCommandSet>



Now you have walls for GDI. It's located in the defense production queue.

To add walls for NOD and Scrin keep reading.


NOD

Open LogicCommandSet.xml file, search for

QUOTE
id="NODConstructionYardCommandSet">



Under that you see a list of items, including

CODE
<Cmd>Command_ConstructNODEmissary</Cmd>



Below it add

CODE
<Cmd>Command_NOD_BuildWallHub</Cmd>



Now search for

QUOTE
id="NODWallHubCommandSet">



Below it add

CODE
<Cmd>Command_NOD_BuildWallHub</Cmd>



So it would look like

QUOTE
<LogicCommandSet>
<Cmd>Command_NOD_BuildWallHub</Cmd>
<Cmd>Command_SelfRepair</Cmd>
<Cmd>Command_Sell</Cmd>
</LogicCommandSet>



Your done for NOD!


Scrin

Open LogicCommandSet.xml file, search for

CODE
id="AlienDronePlatformCommandSet">



Under that you see a list of items, including

CODE
<Cmd>Command_ConstructAlienFoundry</Cmd>



Below it add

CODE
<Cmd>Command_ConstructAlienWallHub</Cmd>



Now search for

CODE
id="AlienWallHubCommandSet">



Below it add

CODE
<Cmd>Command_ConstructAlienWallHub</Cmd>



So it would look like

CODE
<LogicCommandSet>
      <Cmd>Command_ConstructAlienWallHub</Cmd>
      <Cmd>Command_SelfRepair</Cmd>
      <Cmd>Command_Sell</Cmd>
   </LogicCommandSet>



Your done for Scrin!

Buildmod and start playing.


This post has been edited by Aro: Dec 18 2007, 01:14 PM


--------------------
Aro - Leader of Twisted Insurrection and Evolution.

Tiberian Sun: UMP
Tiberian Sun: Modding Tools
Tiberian Sun: Mapping Tools

"Aro is OP." - TiberianFuture
"Aro for Dictator!" - Droke
"Aro for President!" - CL4ymOr3
"You're Aro, you always win." - daTS
"He's referred to as The Aro because he really is that f*cking awesome!" - Fenring
"Only members of the A.R.O. Society are allowed to use :WAT and related terms (TAW:, :BIGV, etc.)." - Crimsonum
"To Aro, founder and leader of TI, the best public relations and mod manager, great friend, modder and mapper." - Lin Kuei Ominae
Go to the top of the page
 
: | +Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 28th March 2024 - 03:38 PM


XGhozt.com