
Originally Posted by
שเ๒єtгเ๒є
Interesting look. However, for black solid borders around the 3D objects you would need anti aliasing ... ._;

Originally Posted by
Mootie
This, a million times, this...
if anyone would bother to read the shader they would know that it does have anti aliasing, not that it helps much
it's right there in the directory and might I point out, not all that hard to read, but that's the thing no one bothered to even look at it before complaining about it
a small section of the code that shows one of the techniques
Code:
technique techToonSkinning
{
pass P0
{
vertexShader = compile vs_1_1 skinning_vs( );
pixelShader = compile ps_2_0 skinning_ps( );
CullMode = None;
Sampler[0] = (diffuseSampler);
Sampler[1] = (shadeSampler);
AntiAliasedLineEnable = TRUE;
}
pass P1
{
vertexShader = compile vs_1_1 skinning_outline_vs( );
pixelShader = compile ps_2_0 outline_ps( );
CullMode = CW;
Lighting = FALSE;
AntiAliasedLineEnable = TRUE;
AlphaBlendEnable = TRUE;
}
};

Originally Posted by
WebSpider
I wonder if people will buy this as an upgrade.
there is a lot more to it than the shader change if you look at the resources it is basicly starting over to an extent
there are no longer the old statted gear from the flyff we know, and a new upgrade system has replaced by a new system assigning items letter grades (including things such as flying items) that effect their basic abilities while also having a card piercing system that appears to be a replacement for the old statted gear
I'm honestly quite glad they mixed things up a bit, it's a head shot to the private servers that can do no more than copy
well it might fuel them with a few new models and textures every here and there but that isn't that big of a deal