How To Make Your Own Visportal-texture
From The DarkMod Wiki
Jump to navigationJump to search
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.
- Make yourself a nice little 128x128 visportal-texture in whatever graphics-programme you use and save it as "visportal.tga" in your textures folder.
- 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.