How do i change the Lowrez Terrain texture? [Solved]
Moderator: Moderators
- ps2owner
- Corporal

- Posts: 155
- Joined: Wed Jun 23, 2010 8:25 pm
How do i change the Lowrez Terrain texture? [Solved]
How can I change the lowrez terrain texture of the map? Thanks.
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: How to change Lowrez Terrain? Asking a lot today.
In the SKY file. You can also define a bump map for the terrain in the same file.
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);
}
}
- ps2owner
- Corporal

- Posts: 155
- Joined: Wed Jun 23, 2010 8:25 pm
Re: How to change Lowrez Terrain? Asking a lot today.
Thanks! I'll try and put this to use. I'm working on a snowy night hilly level and need to make the non LOD terrain pretty black for night.
