PDA

View Full Version : TS- Spawning tiberium


DragonFly1992
06-01-2007, 06:21 PM
Thers a mod for tibrium sun called "ultima mod" and one of the buildings spawns tibirum in a large area around it.

I have tried to duplicate the code to add something similer to my mod but it doesn't spawn tiberium!

Heres the code for the one in ultima. Am i missing any parts to it?

RULES.INI:

; growing plant
[TPP]
Image=CA0013
Name=Tiberium Production Plant
Primary=T
Prerequisite=TECH
Strength=300
Armor=wood
TechLevel=6
Adjacent=8
Sight=5
Owner=Nod,GDI
Cost=2500
Upgrades=2
Points=25
Power=-60
Storage=50
Explodes=yes
Capturable=true
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
MaxDebris=12
ThreatPosed=0 ; This value MUST be 0 for all building addons
DamageParticleSystems=SparkSys,LGSparkSys
DamageSmokeOffset=700, 700, 500
TogglePower=yes

[T]
Damage=1
ROF=18
Range=6
Projectile=Invisible
Speed=100
Warhead=GT

[GT]
Spread=3
Verses=0%,0%,0%,0%,0%
InfDeath=1
AnimList=GROWD
Bright=yes
ProneDamage=70%


ART.INI:

; Meteor impact debris
[GROWD]
Elasticity=0.0
MinZVel=40.0
MaxXYVel=18.0
Damage=1
DamageRadius=1
Warhead=GT
IsTiberium=true
LoopStart=0
LoopEnd=8
LoopCount=-1
Rate=500
DetailLevel=0
RandomRate=220,500
Bouncer=yes
;TiberiumRadius=1
TiberiumSpawnType=TIB01

apple23
06-20-2007, 09:56 PM
this is no help because you have not supplied a sample of what you have done. if this is, like you said, the code form the mod, then we know already there's nothing missing. give us a sample of what you have done so we can compare them and see what you are missing.