p u l s e
  • p u l s e
  • 65% (Friendly)
  • Private Topic Starter
17 years ago
sry for double post.

im makeing another mini map and each base is sepperated by a big mountain. i have been trying to make the very middle land lower in 5 minutes, but i cant seem to figure out how. is there a way to make the middle section of land change altitude like you can with water? any help appreciated. thx.
« p u l s e »
Sponsor
krit
  • krit
  • 100% (Exalted)
  • Commander in Chief
17 years ago
Negative, terrain modifications are fixed, the only modifications to the terrain that can be done in game is flattening that applies when you lay down structures and even that is fairly limited.
UserPostedImage 
icewind
17 years ago
So what you wan't to do is to make a rush delay?

You can do that by water or by making a small gate in the maintain, create a wall, make it indistructible and script it to self destroy after some time.

I think it's a shame you can't lower, raise land in scripts.
You can't blame me for my defeat, it's all the fault of my soldiers.
Making the web a weirder place, one forum at a time.
Derideal web comic.  Try it, it's good.
krit
  • krit
  • 100% (Exalted)
  • Commander in Chief
17 years ago

...by making a small gate in the maintain, create a wall, make it indistructible and script it to self destroy after some time.

Icewind wrote:



That won't work. Marking the object as "indestructable" basically renders the destroy object script useless.
UserPostedImage 
paimail
17 years ago
meby making an area that likks anything in it...
UserPostedImage 
Drummin
17 years ago
I haven't checked this out, but you should be able to place a fortress wall in the opening of your mountain range that would be removed after a set time.
fleetatks
17 years ago
You can use the Mountain Object, seen in one of the USA singleplayer maps, to block their path and then gradually lower it and then delete it when it is out of view. It would have the effect of the mountain somehow sinking into the ground. To gradually lower it I suggest having a long list of scripts that delete and respawn the object slightly lower every couple of seconds, like this.

IF
Timer "gradual_lower_timer" Expires
THEN
Enable script GRADLOWER2
Set Timer "gradual_lower_timer" to expire in 3 seconds
Delete Object "Mountains"
Spawn Object "Mountains" At location (X),(Y),(Z - 1)
Email me if you ever need help (edited signature November 6th, 2014)