Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsJedi Outcast and Jedi Academy Editing Forum → Shader question
Shader question
2004-07-13, 1:46 PM #1
Alright, I got permission to edit an old JK2 model for use as a personal/clan skin for myself, so long as I included the readme.. but, I also want to add a "lightning ripple" effect as I've seen on Show7's EvilReborn model (model reborn/show7_evil).

I have the basic shader info I need, but when I try and use said shader, the model loses its torso and legs?

Code:
models/players/themachine/leg
{
	q3map_nolightmap
	q3map_onlyvertexlighting
    {
        map models/players/themachine/lightblue
        blendFunc GL_ONE GL_ONE
        rgbGen wave noise 0 1 5 50
        tcGen environment
        tcMod scroll -0.2 0.2
        tcMod rotate 50
        tcMod entityTranslate
        tcMod stretch square 0 1 0 1
     }
}

↑ Up to the top!