THE PROPS ARE DISAPPEARING!!!

soviet spycrab

L1: Registered
Oct 7, 2020
22
4
For some reason, the props in my level won't pop up, any suggestions on how to fix it.
pictures for reference,
20201121163233_1.jpg
20201121163219_1.jpg
 
T

The Asylum

What entity did you create your props as? prop_static? prop_dynamic? Also, check your keyvalues and flags. Sometimes entities just have a way of changing themselves.
 

Da Spud Lord

Occasionally I make maps
aa
Mar 23, 2017
1,339
994
Also make sure your map isn't leaking, otherwise the compiler may just skip over certain static props.
 

soviet spycrab

L1: Registered
Oct 7, 2020
22
4
Also make sure your map isn't leaking, otherwise the compiler may just skip over certain static props.
What entity did you create your props as? prop_static? prop_dynamic? Also, check your keyvalues and flags. Sometimes entities just have a way of changing themselves.
they all were prop_static, there were no leaks, and how do I check the keyvalues and the flags.
 

MOCOLONI

L6: Sharp Member
Dec 16, 2014
373
89
they all were prop_static, there were no leaks, and how do I check the keyvalues and the flags.
Keyvalues on the entities' properties, Flags on the entities' flags.

Could you please still post the compile log even if there are no leaks? It could be something else reported in it.
 

iiboharz

eternally tired
aa
Nov 5, 2014
857
1,291
Putting a guess out that you have a prop that's compiled without $staticprop in the qc as a prop_static.
 

henke37

aa
Sep 23, 2011
2,075
515
QC is a small script file used to convert 3d models into the formats that the source engine uses. $staticprop is a flag specified in that script file that tells vbsp not to delete the prop if its set as a prop_static.