Tremulous Forum

Media => Mapping Center => Topic started by: Noyesdude on February 20, 2010, 03:49:03 pm

Title: Ladders
Post by: Noyesdude on February 20, 2010, 03:49:03 pm
I have tried everything. I've put my map name in the shader list, I've made my own shader, I've tried using a few different already made ladder shaders. but nothing works, It always ends up with the ladder texture or the no shader found texture, But it won't let me climb up it (I'm using GTK radiant 1.5)
Title: Re: Ladders
Post by: UniqPhoeniX on February 20, 2010, 04:25:21 pm
Try NetRadiant? Otherwise, common/ladder should work. Also: you need to apply it to a brush that is around the ladder itself, as the surface with the shader will become invisible.
Title: Re: Ladders
Post by: Noyesdude on February 20, 2010, 04:34:52 pm
K thx. I've had a friend thats been bugging me to do that anyways. I'll go ahead and do that now.
Title: Re: Ladders
Post by: CATAHA on February 21, 2010, 03:01:31 pm
Better use own shader. For example:

Code: [Select]
textures/urmapname/ladder
{
  qer_trans .75
  qer_editorimage textures/urmapname/ladder.jpg
  surfaceparm ladder
  surfaceparm nodraw
  surfaceparm nolightmap
  surfaceparm nonsolid
  surfaceparm trans
  surfaceparm nomarks
  surfaceparm noimpact
  surfaceparm playerclip
  surfaceparm metalsteps
}
Title: Re: Ladders
Post by: Noyesdude on February 21, 2010, 11:12:43 pm
@UniqPhoenix I've installed it. Its not really much diffenent and didnt help with my problem.

@CATAHA I've tried that. But I tried it again and it didnt work also.

Might it be my Compiler? I'm using Q3map2 Toolz. I've set the customprams and meta on BSP and just normal for vis and light. Any other suggestions? I'm all eyes to any.
Title: Re: Ladders
Post by: UniqPhoeniX on February 22, 2010, 12:55:19 am
Well if you are using a separate compiler, then you've probably set the paths wrong there, as it can't find the common.shader.
Title: Re: Ladders
Post by: Noyesdude on February 22, 2010, 02:10:23 am
I just tried compiling it with Netradiant and I ran it, But it still didnt work. I've not had much luck with shaders at all tho. If it would help i'll put my .map up here so you could look at it.
Title: Re: Ladders
Post by: CATAHA on February 23, 2010, 03:19:14 pm
Its not map issue. Try specify correct path to shaders. Thats your problem.
Title: Re: Ladders
Post by: Noyesdude on February 23, 2010, 04:21:28 pm
Ok thats what we've been thinking (since the map editor things wernt helping) But how would I make sure that everythings doing what it needs to do? (I'm not very good with shaders..)