Features
Danny02 wrote: When modding shaders for Crysis or any other game you always face 2 problems.
- How to implement the desired effect?
- How to integrate it into the game?
First problem: I wanted all edges of objects to be colored black. So I needed to detect those edges with some algorithm.
In image processing in most cases filters are a good point to start if you want to highlight something. So I tried a simple edge detection filter which give me some mediocre results.
Normal edge detection filters work the way, that the check all pixels of a image and highlight pixel which are not similar to their neighbors.
Cause I applied this filter on the final image I got all sort of false edges, not only at object edges but also on edges in textures.The final solution was to apply the filter on the depth of the scene and not on the color and apply the colored edges to the final image.
Second problem: Modding Shaders follows the same way as modding any other editable file of a game, like LUA files, textures or models. You can't change the behavior of the game on which files it uses or loads, but similar to modding LUA files you can change how the game is working.
So when modding a shader you have to look at what resources your shader needs and in which stage of the rendering process your shader should be placed.
Then you have to find a already existing shader of the game which matches those criteria and modify it the way that it not only does the work it was made for but also the work of your desired effect.
In my case I altered the shader which normally is used for rendering fog in the levels.
You can play this mod without buy Crysis Wars; of course if you wish to play online in multiplayer you need an original CD-Key.
Thanks to Danny02 for his job.
If you wish to use this modification inside your own mods, please contact the Online Modding Group.
Sincerely,
Your Online Modding Group
This modification is made to alter the graphic output of Crysis Wars (Crytek GmbH) to make it appear hand-drawn. It is possible to play it in the original...
Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.
I think this is a reason to buy Crysis.
haha this reminds me Borderlands
wow looks fun :D