HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Blank Model

01-02-2006, 04:48 AM#1
Zandose
Is there any blank models in warcraft? I need a model with size but nothing else (completly blank).

I'm using trackables and I need a model which has size to be clicked but with no model info so it doesn't take up more memory.
01-02-2006, 06:19 AM#2
JeffreyQ
Change the model name to NONE.mdl in the unit editor.
01-02-2006, 07:42 AM#3
Blade.dk
That is not a blank model, that is an invalid, non-existing model, invalid models doesn't work with trackables.
01-02-2006, 08:06 AM#4
Tim.
Not to my knowledge, however a simple plane is not hard to get. Just steal KaTTaN's from his trackable tutorial at the JASS vault .
01-02-2006, 04:39 PM#5
Zandose
Maybe I should make a request in one of the model forums?
01-02-2006, 05:21 PM#6
Tim.
Quote:
Originally Posted by Tim.
Just steal KaTTaN's from his trackable tutorial at the JASS vault.
I was being serious. Just take a look at http://www.wc3jass.com
01-02-2006, 05:23 PM#7
iNfraNe
or read a mdl tutorial and make one yourself, its so easy. Or just use dummy.mdx (there's one in vex' caster system ithink).

But if you dont need to be able to click it or add attachment points just a dummyunit to cast an ability, use _ as model. It will be NONE.
01-02-2006, 05:26 PM#8
Zandose
Ok, I'll look at it TY.