How To Make Your Own Visportal-texture

From The DarkMod Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Originally written by gleeful on http://forums.thedarkmod.com/topic/2743

As D3 comes with no functioning visportal-texture (ie in the editor you just see black where you put a visportal), i thought i'd post this. it is really simple.

  1. Make yourself a nice little 128x128 visportal-texture in whatever graphics-programme you use and save it as "visportal.tga" in your textures folder.
  2. Add the following material-shader to your materials.
textures/editor/visportal
{
  qer_editorimage textures/darkmod/gleeful/visportal.tga
  areaportal
  noshadows
}

NOTE: the line "qer_editorimage textures/darkmod/gleeful/visportal.tga" has to lead to your visportal-texture of course.