cp_dustbowl_snowy_a4

Dr. Eggman

L1: Registered
Mar 12, 2023
15
0
I don't know what happened console say and I can't find solve fix it?

Error! Variable "$detailscale" is multiply defined in material "models/props_camp/spooky_gravel_crystal03"!
Error! Variable "$detailblendmode" is multiply defined in material "models/props_camp/spooky_gravel_crystal03"!
Error! Variable "$detailblendfactor" is multiply defined in material "models/props_camp/spooky_gravel_crystal03"!
Error! Variable "$cloakPassEnabled" is multiply defined in material "models/props_camp/spooky_gravel_crystal03"!
SOLID_VPHYSICS static prop with no vphysics model! (models/props_nature/stalagtites_ice_large.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_nature/stalagtites_ice_large.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_nature/stalagtites_ice_large.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_nature/stalagtites_ice_large.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_snow/train_orecar_snow.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_snow/siren001_snow.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_snow/siren001_snow.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_forest/icicle_lrg_straight.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_forest/icicle_lrg_straight.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_forest/icicle_med_straight.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_forest/icicle_lrg_straight.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_snow/chimney006_snow.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_forest/icicle_lrg_straight.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_forest/icicle_lrg_straight.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_forest/icicle_lrg_straight.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_forest/icicle_med_straight.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_forest/icicle_sml_corner.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_forest/icicle_med_straight.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_forest/icicle_lrg_straight.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_lights/lamp002.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_lights/lamp002.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_foliage/grass_02_cluster01.mdl)
 
Solution
most of these are ignorable and don't break anything, the SOLID_VPHYSICS error means you've set the prop to have collisions when it does not have a collision mesh, so to fix that go to every instance of the prop the compiler is complaining about and set that prop to have no collisions

Sonoma

tf_logic_lesbian
aa
May 12, 2020
605
588
most of these are ignorable and don't break anything, the SOLID_VPHYSICS error means you've set the prop to have collisions when it does not have a collision mesh, so to fix that go to every instance of the prop the compiler is complaining about and set that prop to have no collisions
 
Solution