Closed DonOfSandiego closed 1 year ago
Your compile log will tell you what's wrong but this isn't a JBMod issue.
Models have flags that say whether they're physics/dynamic props. A model that has the physics flag has to be prop_physics. It can't be a prop_static and vbsp will delete it.
If you're new to mapping it would be better to ask for help on Discord or on Source mapping communities instead of filing a bug. This is for actual issues and not a support forum.
--Describe I'm trying to make a map in JBmod, but for some reason, there are some models that simply don't appear on the map when placed as prop_static.
Specifically, I was trying to place furniturefridge001a.mdl as prop_static. While it appears properly as prop_physics, it disappears when placed as prop_static even though it has been compiled for both.
--Reproduce Steps to reproduce the behavior:
Alternatively, 1.***
-Expected Behavior Generally speaking I would expect the prop to appear after I've placed it on the map.
-Context I'm new to hammer editing, so there could be something that I'm overlooking here, but I've been following a video tutorial blow by blow and I've been very careful to do exactly the same as the video creator.