| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Shader_Ladder

Page history last edited by PBworks 17 years ago

Ladders

Ladders are used within gameplay to restrict access to tyrants and to provide humans with spots where they can easily move up a floor without using stairs or elevators. They are easy gameflow devices.

 

Shader

Currently there is no common ladder shader in Tremulous, some official and custom maps include them in their shader scripts though. Here is an example one taken from Karith:

 

textures/common/ladder

{

qer_trans .75

qer_editorimage textures/common/ladder.jpg

surfaceparm ladder

surfaceparm nodraw

surfaceparm nolightmap

surfaceparm nonsolid

surfaceparm trans

surfaceparm nomarks

surfaceparm noimpact

surfaceparm playerclip

}

 

Usage

Load up the common texture set and put a brush covered in the ladder shader in front of the ladder. Don't make it too thick, a few gu is enough. Unless you make a ladder.jpg in the common set it won't show up as such.

You could also copy paste this one in textures/common.

Comments (0)

You don't have permission to comment on this page.