• 💀 Happy Halloween! 💀 It's time to vote for the best terrain! Check out the entries to Hive's HD Terrain Contest #2 - Vampire Folklore.❗️Poll closes on November 14, 2023. 🔗Click here to cast your vote!
  • 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 HD Level Design Contest #1 is OPEN! Contestants must create a maze with at least one entry point, and at least one exit point. The map should be made in HD mode, and should not be openable in SD. Only custom models from Hive's HD model and texture sections are allowed. The only exceptions are DNC models and omnilights. This is mainly a visual and design oriented contest, not technical. The UI and video walkthrough rules are there to give everyone an equal shot at victory by standardizing how viewers see the terrain. 🔗Click here to enter!

Is posible?

Status
Not open for further replies.
Level 10
Joined
Sep 11, 2013
Messages
288
Is posible to select all trees without stones,flowers,etc.?
I want to put all trees in ground with Ctrl + Page down
but i don't want to put all elements in ground just trees:/
i have over 7000 trees on my map and over 2000 stone, flowers, etc.
 

Attachments

  • Just trees.jpg
    Just trees.jpg
    178.8 KB · Views: 61
Level 25
Joined
May 11, 2007
Messages
4,652
There are not any way to do this manually. There are a few systems in the spell section that makes you able to do it with triggers though. However I don't think you can change height with triggers. There are workarounds though.

Select all trees with triggers, remove them, spawn new ones with Z value of your choice.
Actually what you can do is go to the World Editor - Advanced, Replace all doodads with a custom doodad you have created in the object editor.
Then remove the custom doodad in the object editor and place them again.

Or you could edit the model to be slightly lower into the ground and change the tree model to that.
 

Dr Super Good

Spell Reviewer
Level 63
Joined
Jan 18, 2005
Messages
27,156
You can also write some sort of script to modify all elements on the map of a certain type. All destructibles are stored in a preplaced object file in a binary form. If you have a loader/writer of their format you can then manipulate them in bulk with either functional programing features or simple loops.
 
Status
Not open for further replies.
Top