Re: how do make items?!??!
Posted by cricket50 on
Sun Aug 6th 2006 at 11:35am
Posted
2006-08-06 11:35am
13 posts
1 snarkmarks
Registered:
Aug 5th 2006
Ok this has probably been asked before but i couldnt find anything on it im very new to hammer and i was wondering how id place an item down, say a tv or a tree i think you do something like place a prop_static but then what do i do. thanks
cricket50
Posted
2006-08-06 12:21pm
3012 posts
529 snarkmarks
Registered:
Feb 15th 2005
Create an entity called "prop_static" and click on the entity and press alt+enter to bring up the properties screen. Then, click on "browse" to choose the particular prop you want to use (tree, truck, whatever) and then once you've chosen that you can click "apply" and the model should show up in your 3D view. Also, if you want to do further tweaking, check out the "flags" tab and make any adjustments there that you'd like.
Bear in mind, models that are big and don't move are usually prop_statics, and models that are smaller (like TVs) that can get picked up or thrown around are usually prop_physics. Or if you're creating a multiplayer map they are prop_physics_multiplayer (these are less performance intensive and are necessary for online play). If you add a model and it doesn't show up in game, most likely it's the wrong prop type.
Hope that answers your question, and if it does, please mark my answer correct so others can use this thread as a reference.
Re: how do make items?!??!
Posted by cricket50 on
Sun Aug 6th 2006 at 12:31pm
Posted
2006-08-06 12:31pm
13 posts
1 snarkmarks
Registered:
Aug 5th 2006
thanks
edit: theres no browse button!
Posted
2006-08-06 12:40pm
3012 posts
529 snarkmarks
Registered:
Feb 15th 2005
Sorry it's been a while since I've used hammer. Maybe its "model" instead of "browse" In any case, its the button next to the empty white box which should ultimately display the filepath to the model you want to use.
Posted
2006-08-06 12:49pm
3012 posts
529 snarkmarks
Registered:
Feb 15th 2005
Ah right, click on "world model" then browse to the one you want, then click apply.