Hello,
After upgrading my server from V69 to V70, I noticed that a new effect appear on the weapons of these two model set. However, these effects are not rendered probably. They are often flashing and the animation looks very granular. You can somewhat see it through these two screenshots if you zoom in (Although screenshots aren't the best example):
Spoiler:
After looking around, I determined that the animation are a result of two lines in the GFX files.
To remove this effect, you simply have to clear the shader file and image that they refer to, so you are left with justCode:ShaderFile: xxx.sdr
ShaderTex: xxx.dds
Now that is good and all, but personally, I don't feel that solves the problem. Rather, it simply hides it.Code:ShaderFile:
ShaderTex:
So I next looked at the shader file it refers to, and it brings me to 流动.sdr which contains
Spoiler:
I looked further at the ps\fluid.txt and it contained
Spoiler:
Unfortunately, neither file really makes much sense to me. I tried for a simpler solution by looking at the older gfx files. Unfortunately, it appears the use of shader this way is a new method in model 26 and 27, and the older models do not use shaders this way. I tried comparing with other shaders, and older shaders, but I didn't get anywhere due to my lack of experience in this area.
Now, there are always multiple solutions to the same problem, and I'm sure mine isn't the best one. So my question is, has anyone else discovered a different solution to the problem? Or, has anyone else experienced this problem at all? (Unless this is intentional, but I don't feel it is)
If not, I guess this can be a temporary solution for anyone that needs it.
Thanks in advance
