http://bugs.winehq.org/show_bug.cgi?id=12717
--- Comment #18 from Jonas Aaberg cja@gmx.net 2008-09-28 10:22:47 ---
This patch on In Nomine 3.1 removes the province and country borders completely. Still, the water province border is there.
--- gfx/FX/terrain_2_0.fx.orig 2008-09-28 15:01:11.000000000 +0200 +++ gfx/FX/terrain_2_0.fx 2008-09-28 15:02:59.000000000 +0200 @@ -481,7 +481,8 @@ float4 TerraIncognita = tex2D( TerraIncognitaTextureTerrain, v.vBorderTexCoord0 ); OutColor.rgb += ( TerraIncognita.g - 0.25 )*1.33;
- return OutColor; + //return OutColor; + return float4(0.0, 0.0, 0.0, 0); }
////////////////////////////////////////////////////////////////////////////////////////////////////////////