View Single Post
Old
  (#9)
St@tIc is Offline
Senior Member
 
Posts: 733
Join Date: Feb 2004
  Send a message via AIM to St@tIc Send a message via MSN to St@tIc  
Default 08-11-2004, 04:57 PM

[quote="jv_map":bb816]You shouldn't have spaces in your shader name, i.e.

[code:bb816]
The Clinic
{
nomipmaps
nopicmip
cull none
force32bit
surfaceparm nolightmap
{
map $whiteimage
}
{
clampMap textures/mohmenu/dmloading/theclinic.tga
blendfunc gl_one_minus_src_alpha gl_src_alpha
}
}
[/code:bb816]

should be

[code:bb816]
theclinic
{
nomipmaps
nopicmip
cull none
force32bit
surfaceparm nolightmap
{
map $whiteimage
}
{
clampMap textures/mohmenu/dmloading/theclinic.tga
blendfunc gl_one_minus_src_alpha gl_src_alpha
}
}
[/code:bb816][/quote:bb816]

i kno this is off topic but JV ur sig is kinda out dated. MW has been release and u sould kno that :P offtopic:
  
Reply With Quote