Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
yeah thats odd.. well i guess there is another way i can do it with doodads instead but is there way to make doodads have walkable with foot prints and shadows like you can with destructibles?
yeah thats odd.. well i guess there is another way i can do it with doodads instead but is there way to make doodads have walkable with foot prints and shadows like you can with destructibles?
So you want to make doodads walkable?
Then why not use Invisible Platforms?
You can put them on top of the doodad...
Change the Z-height of the platforms in the editor with ctrl + page up and change the Roll and Pitch angles if you need to place them on a different angle.
It's basically a invisible walkable platform, but one thing is anoying though: You can not have a unit walking simultaniously under the platform. Then you would need to use regions, or "imaginary" regions ^.- (hey shadow )
Then you would be abled to change the flying height of the units who gets on top of the doodad, and keep the flying height for the units normal whom are underneath the doodad.
well its mostly for putting pictures on land, but i want the units to be able to walk on it which i have done but i want them to have their shadows on there and footprints like how it works with destructibles, for some reason when making doodads walkable they dont work the same way.
well its mostly for putting pictures on land, but i want the units to be able to walk on it which i have done but i want them to have their shadows on there and footprints like how it works with destructibles, for some reason when making doodads walkable they dont work the same way.
I assume you're using the CreateImage native in order to create the pictures on land?
Did you set the image type correctly? As far as I know the image type (ubersplat) should give you this outcome.
crazedcougar said:
Heres some data i got from my little bit of research about images:
Working images: Ubersplat, Indicator, Selection, Occlusion mark
selection: goes above doodads and below units.
ubersplat: goes below doodads and below units (they leave footprints)
indicator: goes below doodads and below units (no footprints) (what does it go OVER?)
occlusion mark: goes below doodads and below units (no footprints) (what does it go OVER?)
None of the other imgages have worked for me. Also, ive been able to take screenshots, crop them, and use them fine.
(Tip: It's the last parameter in the CreateImage function)
JASS:
native CreateImage takes string file, real sizeX, real sizeY, real sizeZ, real posX, real posY, real posZ, real originX, real originY, real originZ, integer imageType returns image
yea i wasn't using code to set the pictures it isnt accurate enough for where i need the pictures to be placed. i need to use doodads to place them, i just need to know if doodads are able to show foot prints and shadows like destructibles are.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.