> The only physics-related console messages are: > > Object attached to Physcannon has no physics object > SOLID_VPHYSICS static prop with no vphysics model! > (models/props_foliage/shrub_01a.mdl) > SOLID_VPHYSICS static prop with no vphysics model! > (models/props_buildings/row_industrial_cluster.mdl) > SOLID_VPHYSICS static prop with no vphysics model! > (models/props_foliage/tree_deciduous_card_01_skybox.mdl) > > I'll try to figure out if those are actually bad or just > overly verbose informative messages.
These are warnings for the level designer who built the map. The entities are set to use a vcollide, but they don't have one so it is being disabled. There's no bad behavior other than missing collisions that may be expected. Jay _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

