Coding fact database
#26
Posted 11 September 2007 - 04:25
#27
Posted 12 September 2007 - 21:16
<SpawnBehavior id="ModuleTag_SpawnFighter" SpawnNumberData="8" InitialBurst="8" SpawnReplaceDelayData="30s" SpawnInsideBuilding="true" FadeInTime="1s" CombineOnCreate="true" PassExperienceToSpawned="true"> <SpawnTemplate>AlienInvaderFighter</SpawnTemplate> </SpawnBehavior>
I don't know how they would behave if you added SELECTABLE to the AlienInvaderFighter's KINDOF, but as it is they're uncontrollable .
The PAC has a weapon defined of it's own that is a dummy for launching the fighters, but I see no reason why it couldn't have it's own AA weapons.
Edited by Daz, 12 September 2007 - 21:18.
#28
Posted 25 September 2007 - 20:51
The file can be found in "Schemas\xsd\Includes"-folder of the ModSDK. Just add a line saying "<xs:enumeration value="----" />" where ---- is the name of the new damage type to the list of damage types.
#29
Posted 25 September 2007 - 20:59
btw:
[german]"BIBBER", was macht der? Infanterie sofort verjagen? XD [/german]
#30
Posted 25 September 2007 - 22:18
Go dtiomsaítear do chód gan earráidí, is go gcríochnaítear do chláir go réidh. -Old Irish proverb
#31
Posted 25 September 2007 - 22:33
#32
Posted 29 October 2007 - 07:49
<LifetimeUpdate id="ModuleTag_LifeTime" MinLifetime="30s" MaxLifetime="180s" DeathType="NORMAL" />
Put it below
<Physics id="ModuleTag_Physics" />
in <Behaviors> section.
#33
Posted 09 November 2007 - 02:36
TankMaster, on 24 Aug 2007, 20:36, said:
First off, there are only two files you need to change, SkirmishAI/Targets/AITargetHeuristics.xml & GlobalData/LogicCommandSet.xml in your Mod SDK folder (where the xml's are located).
Ok the AITargetHeuristics.xml file first:
All you need to do to it is remove the WALL_HUB and WALL_SEGMENT from the ForbiddenKindOf field. That's it.
Now for LogicCommandSet.xml:
In all the Conyards & and Cranes add the following:
<Cmd>Command_ConstructGDIWallHub</Cmd>
For example:
<LogicCommandSet
id="GDIConstructionYardCommandSet">
<Cmd>Command_ConstructGDIWallHub</Cmd>
</LogicCommandSet>
Now of course, that is for GDI, here is what you do for NOD and Scrin:
<Cmd>Command_NOD_BuildWallHub</Cmd> (NOD)
<Cmd>Command_ConstructAlienWallHub</Cmd> (Scrin)
Now onto what makes it span...
Just find "NODWallHubCommandSet" Or what ever side it is.
and add <Cmd>Command_NOD_BeginWallSpan</Cmd>
as the first item or anywhere, I don't think it matters.
And to make it work for GDI & Scrin just change the _NOD_ to _GDI_ and _Alien_ .
That should be it.
I am not good at explaining things, so let me know if you had issues following this. And again, thanks to jonwil who figured this out.
Erh, i need help doing this. Im not some proffessional modder or anything. I just need help with this post's instructions.
1. Primary and probably the only question i should have to ask. How do i add/take from this system. When you said Take out the WALL_HUB and WALL_SEGMENT, how do you do this because i cant figure out how :\. I just want to be able to play my game with the wall mod enabled....
#34
Posted 12 November 2007 - 15:36
Daz, on 13 Sep 2007, 7:16, said:
<SpawnBehavior id="ModuleTag_SpawnFighter" SpawnNumberData="8" InitialBurst="8" SpawnReplaceDelayData="30s" SpawnInsideBuilding="true" FadeInTime="1s" CombineOnCreate="true" PassExperienceToSpawned="true"> <SpawnTemplate>AlienInvaderFighter</SpawnTemplate> </SpawnBehavior>
I don't know how they would behave if you added SELECTABLE to the AlienInvaderFighter's KINDOF, but as it is they're uncontrollable.
I actually managed to do that with my "Death Gliders" and it works really well...
I was actually playing around with the idea of making it so that when the Hive blew up the Darts would still be around, same with the death gliders, however the problem was that after landing and taking off and landing you would have 30 + aircraft in the air above because it would keep re-spawning when you chnged from a MCV to Building. I havnt had a chance to look at fixing that..
#35
Posted 12 November 2007 - 15:47
Dallows65, on 9 Nov 2007, 12:36, said:
If you want to add this to the stardard game, copy the files from the directory "CnC3Xml" located in the directory "C:\Program Files\Electronic Arts\Command & Conquer 3\MOD SDK"
into the folder C:\Program Files\Electronic Arts\Command & Conquer 3\MOD SDK\Mods\{Modname}\data
then edit the files, complie and make the Ske file. after that run the mod by Command concole.
Game Browser - Mods - {modname}
Then click Launch game.
However i am sure there is a mod that allows you to download that will enable te walls. Less effort for yourself.
Edited by Darkwander, 12 November 2007 - 15:48.
#36
Posted 19 December 2007 - 09:35
My unit Orca Lifter Truck mast Bild Orca.
But I ned no control Orca, Lifter have weapon then cast Atack Orca on target.
Lifter Must Hawe Button for bild and destroy Orca, and atack anemy.
Sory. my mod forum in RedSys.ru, but no english, http://www.redsys.ru...hp?showforum=33
002.jpg (25.94K)
Number of downloads: 15
NM1.jpg (150.58K)
Number of downloads: 9
NM2.jpg (158.16K)
Number of downloads: 7
NM3.jpg (146.96K)
Number of downloads: 7
Edited by TARAN, 19 December 2007 - 09:40.
#37
Posted 18 March 2008 - 18:00
#39
Posted 06 October 2008 - 06:57
<HordeContain id="ModuleTag_HordeContain" FrontAngle="4.7123" FlankedDelaySeconds="2.0" ShowPips="false" Formation="MAIN" MeleeAttackLeashDistance="1" Slots="30" <<<<< This is where you put the desired number of soldiers ObjectStatusOfContained="" ConditionForEntry="INVALID"> <PassengerFilter Rule="NONE" Include="INFANTRY" /> <DieMuxData /> <InitialPayload Name="GDIRifleSoldier" Count="30" <<<<< Also put the number of soldiers here />
To make the Squad have positions you must make more than 2 Rank Info's. Here's an example
<RankInfo RankID="1" UnitType="GDIRifleSoldier"> <Position X="-10" Y="-8" /> <Position X="-10" Y="-4" /> <Position X="-10" Y="0" /> </RankInfo> <RankInfo RankID="2" UnitType="GDIRifleSoldier"> <Position X="-10" Y="4" /> <Position X="-10" Y="8" /> <Position X="-6" Y="-8" /> </RankInfo> <RankInfo RankID="3" UnitType="GDIRifleSoldier"> <Position X="-6" Y="-4" /> <Position X="-6" Y="0" /> <Position X="-6" Y="4" /> </RankInfo> <RankInfo RankID="4" UnitType="GDIRifleSoldier"> <Position X="-6" Y="8" /> <Position X="-2" Y="-8" /> <Position X="-2" Y="-4" /> </RankInfo> <RankInfo RankID="5" UnitType="GDIRifleSoldier"> <Position X="-2" Y="0" /> <Position X="-2" Y="4" /> <Position X="-2" Y="8" /> </RankInfo> <RankInfo RankID="6" UnitType="GDIRifleSoldier"> <Position X="2" Y="-8" /> <Position X="2" Y="-4" /> <Position X="2" Y="0" /> </RankInfo> <RankInfo RankID="7" UnitType="GDIRifleSoldier"> <Position X="2" Y="4" /> <Position X="2" Y="8" /> <Position X="6" Y="-8" /> </RankInfo> <RankInfo RankID="8" UnitType="GDIRifleSoldier"> <Position X="6" Y="-4" /> <Position X="6" Y="0" /> <Position X="6" Y="4" /> </RankInfo> <RankInfo RankID="9" UnitType="GDIRifleSoldier"> <Position X="6" Y="8" /> <Position X="10" Y="-8" /> <Position X="10" Y="-4" /> </RankInfo> <RankInfo RankID="10" UnitType="GDIRifleSoldier"> <Position X="10" Y="0" /> <Position X="0" Y="4" /> <Position X="10" Y="8" /> </RankInfo>
You Need To change the Rank ID for each Rank Info. In addition add these RankToReleaseWhenAttacking and replace the values with your Rank ID's
<RankToReleaseWhenAttacking>1</RankToReleaseWhenAttacking> <RankToReleaseWhenAttacking>2</RankToReleaseWhenAttacking> <RankToReleaseWhenAttacking>3</RankToReleaseWhenAttacking> <RankToReleaseWhenAttacking>4</RankToReleaseWhenAttacking> <RankToReleaseWhenAttacking>5</RankToReleaseWhenAttacking> <RankToReleaseWhenAttacking>6</RankToReleaseWhenAttacking> <RankToReleaseWhenAttacking>7</RankToReleaseWhenAttacking> <RankToReleaseWhenAttacking>8</RankToReleaseWhenAttacking> <RankToReleaseWhenAttacking>9</RankToReleaseWhenAttacking> <RankToReleaseWhenAttacking>10</RankToReleaseWhenAttacking>
6 user(s) are reading this topic
0 members, 6 guests, 0 anonymous users