Jump to content

Home

shader file not found linkage problem


Vile

Recommended Posts

in the Stages (Blending) tab what am I supposed to put for the file link? I tried just adding it from on my C:\ drive but than it becomes file not found ingame after it is in the .pk3 the texture is in the .pk3 but what I put in the line that links to that file in the .pk3?

Link to comment
Share on other sites

I am still getting the same problem.

here is the code from one of my shaders (it is supposed to be a railing with the spaces between the rails transparent)

 

textures/space-fight/metalpanel1gd

{

q3map_material HollowMetal

q3map_nolightmap

q3map_alphashadow

{

map textures/space-fight/metalpanel1gd

blendFunc GL_ONE GL_SRC_ALPHA

depthWrite

rgbGen vertex

tcMod scale 4 4

}

}

 

that should be all correct right as the shader itself is in /shaders/space_fight.shader

and the textures are in

/textures/space-fight/metalpanel1gd.jpg

 

what am I messing?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...