How do i change the Lowrez Terrain texture? [Solved]
Posted: Thu Nov 24, 2011 8:16 pm
How can I change the lowrez terrain texture of the map? Thanks.
Get more from your games!
http://www.gametoast.com/
tat2.sky wrote:DomeInfo()
{
Texture("SKY_Tatooine2.tga");
Angle(-90.000000);
Ambient(255.000000, 255.000000, 255.000000);
Filter(1);
Threshold(150);
Intensity(50);
TerrainColorDarkening();
Softness(1);
SoftnessParam(60);
XBOX()
{
TerrainBumpTexture("tat2_bump", 1.0);
}
PC()
{
TerrainBumpTexture("tat2_bump", 1.0);
}
DomeModel()
{
Geometry("tat2_sky_dome");
}
LowResTerrain()
{
Texture("tat2");
PatchResolution(4);
MaxDistance(3000);
}
}