deleteme
Moderator: Moderators
- LathanStanley
- Posts: 1429
- Joined: 20 Jun 2005, 05:16
- LathanStanley
- Posts: 1429
- Joined: 20 Jun 2005, 05:16
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
- LathanStanley
- Posts: 1429
- Joined: 20 Jun 2005, 05:16
-
- Posts: 72
- Joined: 31 May 2005, 18:34
Hmm
Im working on urban jungle ness, i have a question for the people with the urban building with multiple stages, is it at all possible in the spring engine to have when one feature is destroyed and not reclaimed another feature be put in its place like say stage 2,3 and 4 of your model? (i hope some makes a tag for this that would be awsomely usefull(like a tag to give features a bubble collision field to block planes)?
I understand practically they can be placed in different positions as similar buildings but i dont completely follow the appeal of the same structure being redone four times maybe twice. Anyways guys happy modeling the cactuses look cool, back to urban map packing!... no wait reformatting first...
I understand practically they can be placed in different positions as similar buildings but i dont completely follow the appeal of the same structure being redone four times maybe twice. Anyways guys happy modeling the cactuses look cool, back to urban map packing!... no wait reformatting first...
enlightened one.. use that post to release your features in the future this is not a discussion thread it is a release thread.
to answer your question yes you can, see example below.:
featurereclamate= //what it turns into on reclaim(did not work in the past, may work now
featuredead=//when it is killed it will create this feature.
to answer your question yes you can, see example below.:
featurereclamate= //what it turns into on reclaim(did not work in the past, may work now
featuredead=//when it is killed it will create this feature.
example from my building wrote: [LARGEBUILDING1]
{
world=All Worlds;
description=squarebuilding;
category=arm_corpses;
object=LARGEBUILDING1.s3o;
footprintx=12;
footprintz=8;
blocking=1;
hitdensity=100;
metal=5000000000;
upright=1;
damage=200;
featurereclamate=BUILDING1WST2;
featuredead=BUILDING1WST2;
reclaimable=0;
}
[BUILDING1W]
{
world=All Worlds;
description=squarebuilding;
category=arm_corpses;
object=building1.s3o;
footprintx=4;
footprintz=4;
blocking=1;
hitdensity=100;
metal=5000000000;
upright=1;
damage=200;
featurereclamate=BUILDING1WST2;
featuredead=BUILDING1WST2;
reclaimable=0;
}
[BUILDING1WST2]
{
world=All Worlds;
description=squarebuilding;
category=arm_corpses;
object=building1stg2.s3o;
footprintx=4;
footprintz=4;
blocking=1;
hitdensity=100;
metal==5000000000;
upright=1;
featurereclamate=BUILDING1WST3;
featuredead=BUILDING1WST3;
damage=400;
reclaimable=0;
}
[BUILDING1WST3]
{
world=All Worlds;
description=squarebuilding;
category=arm_corpses;
object=building1stg3.s3o;
footprintx=4;
footprintz=4;
blocking=1;
hitdensity=100;
metal=175;
upright=1;
featurereclamate=BUILDING1WST4;
featuredead=BUILDING1WST4;
damage=800;
reclaimable=1;
}
[BUILDING1WST4]
{
world=All Worlds;
description=squarebuilding;
category=arm_corpses;
object=building1stg4.s3o;
footprintx=4;
footprintz=4;
blocking=1;
hitdensity=100;
metal=75;
upright=1;
damage=400;
reclaimable=1;
}
-
- Posts: 72
- Joined: 31 May 2005, 18:34
Thanks
First of all thank you also can a moderator please delete this post and the two before it so this remains a release thread, may i also note that there is no mention of such an abaility in the fbi tag list can anyone pm me a location with an updated list if there is one? thanks and sorry all at once! :)