Doodad Shadow Replacement

Status
Not open for further replies.
Level 6
Joined
Feb 7, 2009
Messages
162
Is it possible to get ReplaceableTextures/Shadows/ShadowCastle.blp or rather shadows for Units/Destructables as a doodad to relieve file size problems?
 
I'm not sure why it would cause file size problems since they are already in the mpq archive..?

Could you elaborate?
 
I'm not sure why it would cause file size problems since they are already in the mpq archive..?

Could you elaborate?

Right now I'm using a destructable without a model but a shadow to create shadows for certain objects.

Well to my knowledge since destructibles can be destroyed/manipulated they have a larger size and bog down the map more than if it was just a doodad.
 
If you really want to optimize it that much,
you might want to create an image for the shadows using Jass.

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

If you want to pre-place them, then you might want to consider making doodads indeed.
 
If you really want to optimize it that much,
you might want to create an image for the shadows using Jass.

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

If you want to pre-place them, then you might want to consider making doodads indeed.

Yeah I might do that, problem is it wont conform to the terrain would it??

Btw, the only reason I'm going through this, is sometimes I don't like the generated shadows.
 
Status
Not open for further replies.
Back
Top