Non-Jump Walls
Non-Jump Walls
quick question im making a jump map and on some jumps i need walls that you cant jump off and I've tried a few ways but the sorta worked but i get other problems so i was just wondering whats the best way about making them?
- johnnyenglish
- Space cake
- Posts: 898
- Joined: Wed Aug 17, 2011 9:23 am
- Location: Nottingham, England
Re: Non-Jump Walls
add
surfaceparm slick
to the shader
surfaceparm slick
to the shader
Re: Non-Jump Walls
wouldn't that get rid of the texture??? can you go into more detail on doing that, im a noob.
Re: Non-Jump Walls
No, it just means the surface makes you slide off
Rain - Blog - deviantArt
<Delirium> I did like a reverse jizz
<Delirium> in my pants
<Delirium> my jeans went into my sack
<Delirium> through my dick
Re: Non-Jump Walls
no what i mean is if i put that on my wall i wont get my wall texture ill get the invisible slick texture?
Re: Non-Jump Walls
Don't put the slick texture on the wall, add "surfaceparm slick" to the shader of the texture used by the wall
Or just don't make the wall 90°, if it's angled a bit you won't be able to jump either
Or just don't make the wall 90°, if it's angled a bit you won't be able to jump either
Rain - Blog - deviantArt
<Delirium> I did like a reverse jizz
<Delirium> in my pants
<Delirium> my jeans went into my sack
<Delirium> through my dick
Re: Non-Jump Walls
how do i add it as i said im a noob i dont really know what your talking about
- johnnyenglish
- Space cake
- Posts: 898
- Joined: Wed Aug 17, 2011 9:23 am
- Location: Nottingham, England
Re: Non-Jump Walls
If you're using an image to texture your wall you'll need to create a shader in your shader file - if your image is called fred.jpg create a shader like this
Then use the shader (slick_fred) rather than the image
Code: Select all
textures/jump_map/slick_fred:q3map
{
surfaceparm slick
surfaceparm nodamage
}
Then use the shader (slick_fred) rather than the image
Re: Non-Jump Walls
another noob question where do i open the jpg and put this code??
- johnnyenglish
- Space cake
- Posts: 898
- Joined: Wed Aug 17, 2011 9:23 am
- Location: Nottingham, England
Re: Non-Jump Walls
Ah you might want to read up a little bout shaders
wiki/index.php/Textures:Shaders
there's other topic in the wiki that might help
wiki/shaders/section2.htm#2.1
wiki/index.php/Textures:Shaders
there's other topic in the wiki that might help
wiki/shaders/section2.htm#2.1