The mod you are trying to view has ceased development and consequently been archived. If you are a member of this mod, can demonstrate that it is being actively developed and will be able to keep this profile up to date with the latest news, images, videos and downloads, please contact us with all details and we will consider its re-activation.

Very crazy multiplayer mod - about 60 kinds of weapons for killing your opponent, and many other cool things, rpg elements elements for example - levels, skills, abilitys, and expierence system.Also there are cool graphic effects presented too. Almost all weapons are weapons of mass destruction, so battle will be epic....

  • View media
  • View media
  • View media
  • View media
  • View media
  • View media
Report RSS My shader water (view original)
My shader water
embed
share
view previous next
Share Image
Share on Facebook Post Email a friend
Embed Image
Post comment Comments
CrazyRussian Author
CrazyRussian - - 25 comments

I even provide you a shader source:
!!ARBfp1.0
PARAM c[1] = { { 2 } };
TEMP R0;
TEMP R1;
TEX R1, fragment.texcoord[0], texture[0], 2D;
TEX R0, fragment.texcoord[0], texture[1], 2D;
MUL R0,R0,c[0].x;
MUL result.color,R0,R1;
END
This is realy shader water = combination of classic hl water texture + modifed water bump animation from hl2 + fragment program = somekind of software render water with texture filtration :D

Reply Good karma+1 vote
Sionfel
Sionfel - - 1,552 comments

not too bad.

can we get a shot with a clearer texture?

Reply Good karma Bad karma+1 vote
dwsadsa
dwsadsa - - 302 comments

WOW! THIS IS A SCREEN SHOT FROM THE HALF LIFE MOD SPECIALIST!

DONT TRY TO TRICK PEOPLE WITH THE NEW HUD!

Reply Good karma Bad karma0 votes
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Description

I don't copy-paste code from other mods, i all write by my self, and now i made shader water for my mod.