Vertex Lit Texture Error

Vertex Lit Texture Error

Re: Vertex Lit Texture Error Posted by Liberal.Nyulism on Sun Jan 23rd 2005 at 7:15am
Liberal.Nyulism
67 posts
Posted 2005-01-23 7:15am
67 posts 227 snarkmarks Registered: Jan 7th 2005 Occupation: exec Location: USA
I'm getting the following error when the game initializes the renderer:

Detail prop model models/props/de_dust/du_window_6x10_arch.mdl is using vertex-lit materials!
It must use unlit materials!
Detail prop model models/props/de_dust/du_window_6x10_arch_flat.mdl is using vertex-lit materials!
It must use unlit materials!
Detail prop model models/props/de_dust/du_crate_64x64.mdl is using vertex-lit materials!
It must use unlit materials!
Detail prop model models/props/de_dust/du_window_4x4_square_flat.mdl is using vertex-lit materials!
It must use unlit materials!
Detail prop model models/props/de_dust/du_window_4x8_square_flat.mdl is using vertex-lit materials!
It must use unlit materials!
Detail prop model models/props/de_dust/wagon.mdl is using vertex-lit materials!
It must use unlit materials!
Detail prop model models/props/de_dust/grainbasket01a.mdl is using vertex-lit materials!
It must use unlit materials!


These are the standard MDL files from the Dust level in the Props/Dust folder. I just inserted them into the map. Most of them I don't care about, but the windows are really helpful because recreating the textures for them is painful.

Is there some magic that I need to use in order to make use of these models?

Thanks for all the help here.
Re: Vertex Lit Texture Error Posted by ReNo on Sun Jan 23rd 2005 at 1:51pm
ReNo
5457 posts
Posted 2005-01-23 1:51pm
ReNo
member
5457 posts 1991 snarkmarks Registered: Aug 22nd 2001 Occupation: Level Designer Location: Scotland
Detail props? You should be putting props like those in as
"prop_static". Detail props are for tiny tiny little things like
pebbles or blades of grass.
Re: Vertex Lit Texture Error Posted by omnix32 on Sun Jan 23rd 2005 at 3:44pm
omnix32
14 posts
Posted 2005-01-23 3:44pm
omnix32
member
14 posts 1 snarkmarks Registered: Dec 12th 2004
Agreed!!

I tried both models for the wagon. prop_physic_multiplayer and
prop_static. They both work. one makes the wagon move if you run into
it. The other keeps it still.

use the prop_static entity.
Re: Vertex Lit Texture Error Posted by Liberal.Nyulism on Sun Jan 23rd 2005 at 4:05pm
Liberal.Nyulism
67 posts
Posted 2005-01-23 4:05pm
67 posts 227 snarkmarks Registered: Jan 7th 2005 Occupation: exec Location: USA
Well, thank you. What a noob error....

Editing maps in the wee hours is, well, a nice way to spend the wee hours. Unfortunately there is a negative correlation with one's ability to reason and the wee hours.

-cheers