Nonsolid entities: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
(New page: To make a model (a bush, for example) non-solid set "solid" "0" on the entity in the entity inspector in DarkRadiant. It will not be enough to have "nonsolid" in your shader, this will...)
 
m (Nonsolid models moved to Nonsolid entities: Applies to patches, too)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:


It will not be enough to have "nonsolid" in your shader, this will result in getting lifted up ingame as soon as you step into the model.
It will not be enough to have "nonsolid" in your shader, this will result in getting lifted up ingame as soon as you step into the model.
[[Category:Models]]
[[Category:Editing]]

Latest revision as of 06:09, 25 January 2011

To make a model (a bush, for example) non-solid set

"solid" "0" 

on the entity in the entity inspector in DarkRadiant.

It will not be enough to have "nonsolid" in your shader, this will result in getting lifted up ingame as soon as you step into the model.