func_something'ing misc_models?


(BlackHawk008) #1

Hi all,

i was wondering if it would be possible to func_rotate a misc_model?

GtkRadiant wouldn’t let me do this :frowning:

Figured it could be that you can’t have a ‘class_name’ ‘misc_model’ inside a ‘class_name’ ‘func_rotate’ inside your map. Can someone confirm this?
Or isn’t this possible because misc_models are converted to some different sort of geometry (drawsurfaces)?

Tnx in advance


(LordDaimos) #2

I haven’t tried this but if you make for example an elevator (func_plat) you can assing a model2 key to it with a model, that way you might be able to assign a model to a func_rotating, but as i said, i’ve never tried it.

/LordDaimos


(BlackHawk008) #3

Woohoo, works for md3’s :slight_smile:

too bad i want to func_rotate an ASE, and this method doesn’t work for ASE, 3DS, and other model formats that aren’t internally supported in Q3.

Is there any change q3map2 can do such a thing as func_rotate an ASE, after converting it to drawsurfaces?
ydnar?


(ydnar) #4

You can attach an unlimited number of misc_model entities to any func_* brush entity by targetting it.

Select the misc_model and then the func_* ent and hit Ctrl+K to connect them. The misc_model should then target the func_* ent.

When compiled, the model will be part of the brush entity.

y


(BlackHawk008) #5

nice! :banana: