Props not showing up in game!

Mr. Jurassic

L1: Registered
Apr 10, 2016
9
0
So I've pen wanting to make new maps now but something is not right with hammer for me. Every time I start my game do test out my map the props will not show up. If there is away to fix it. Please let me now. Thank you.
 

Crowbar

Spiritual preprocessor
aa
Dec 19, 2015
1,455
1,297
Probably, models you are using as props do not support the prop type you use. In the Model Browser, in the Info tab of a model, there are 3 checkboxes: Static, Dynamic, Physic.
Most of props not supporting Static support Dynamic, so it's usually the solution - turn the prop_static's into prop_dynamic's.
 

BenCo

L5: Dapper Member
Dec 30, 2015
242
135
There is always a few boxes with checks. The checks means which props it is use. Like if there is a check next to prop_dynamic you should use prop_dynamic not prop_static.
 

Hotel Detective

L4: Comfortable Member
Dec 10, 2014
187
191
Probably, models you are using as props do not support the prop type you use. In the Model Browser, in the Info tab of a model, there are 3 checkboxes: Static, Dynamic, Physic.
Most of props not supporting Static support Dynamic, so it's usually the solution - turn the prop_static's into prop_dynamic's.
Visual Representation of this:
butt.png

Since only dynamic has a check box in info, prop_static won't work.