bunch of problems when creating a CSS map

[]D | |V| []D

Newbie
Joined
Apr 10, 2004
Messages
68
Reaction score
0
i'm trying to put together a CS:S map and i used the prop_detail entity ./models/props/cs_office/Light_ceiling.mdl it is the light as in the cs_office map, the one that fits into the ceeling, when i compile the map no errors but when i try it in CS:S i get the error while loading map:

Detail prop model ./models/props/cs_office/Light_ceiling.mdl is using vertex-lit materials!
It must use unlit materials!

the prop then doesnt apear in the level instead a red ERROR apears.

what to do?


i also get "Unable to load sky sky_wasteland02" while loading and my "sky" is all weird

and my light_environment entity doesnt seem to work

thanks for your help
Reply With Quote
 
ok, founs "solution" for the first problem, i wasnt suposed to use prop_detail, using prop_static works fine
 
Back
Top