Jump to content

Home

Can you turn a caulk into a walkthru wall??


Miss_Stalker

Recommended Posts

Posted

Ive been trying since morning trying to copy paste a walkthru wall's & caulk's code into one shader and running it but i know im doing something wrong. Cuz it walks thru but doesnt use the caulk and sometimes it just shows the caulk image but doesnt do anything.

 

Anyone tried something like this before? I think somethings wrong with the codes heres what i did.

 

textures/k/k_nonsolid

{

qer_editorimage textures/k/k.jpg

surfaceparm nonsolid

{

map $lightmap

}

{

map textures/k/k.jpg

blendFunc GL_DST_COLOR GL_ZERO

}

}

 

textures/k/k

{

surfaceparm nomarks

surfaceparm nodraw

q3map_nolightmap

}

Posted

If you simply want a wall you can walk through, create the brush for the wall out of nodraw(not nodraw_solid). Texture the visible sides with whatever you want. If you want one side see through leave it with nodraw or use caulk. :fett:

  • 2 weeks later...
Posted

Normally if you texture a face with a texture it is only on one side of that. The best where you can see this is on patches. But if you have "cull none" or "cull disable" in the shader code then it can be seen from both sides.

Archived

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

×
×
  • Create New...