Jump to content

Home

shader file not found linkage problem


Vile

Recommended Posts

Posted

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?

Posted

I beleive that's the "map" potion of the stage. Basically, that's where you input the texture that you can used in that particular stage.

 

I don't use shaderED, it's yucky and confusing. I suggest you just use notepad and a good shader tutorial.

Posted

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?

Archived

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

×
×
  • Create New...