Hi i wanna know how do i create a shader for each of my custom textures:uhm: if anyone knows how to do this can you help me please thanks:) .
What are you trying to make it do? If it's just a poster you don't need a shader. Depending what you want it to do, you have to make one. There's a shader manual in the original SOF2SDK. www.mifclan.com
Im using (GTK 1.4.0) i will look in the manual again maybe i missed what im looking for.
What exactly are you trying to do?
it's easy, what i alwasy do: i take a shader from a texture i like (say i make a concrete wall, i take a shader from one of raven's concrete walls) then i paste it in a new .txt document, change all thepaths to match my own texture and then i save it as lethalbananashader.shader or something. then you put it in base/shaders and add lethalbananashader to the shaderlist.txt (so the editor regognises it and it will be used in compiling) that's all
you can add multiple shaders in one shader file, just leave a line of space between each one, look in the stock shaders, you'll learn a lot from them
Thanks LB.