How do i change the Lowrez Terrain texture? [Solved]

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
ps2owner
Corporal
Corporal
Posts: 155
Joined: Wed Jun 23, 2010 8:25 pm

How do i change the Lowrez Terrain texture? [Solved]

Post by ps2owner »

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
Games I'm Playing :: Silent Hill 2
xbox live or psn: Marth8880
Location: Edinburgh, UK
Contact:

Re: How to change Lowrez Terrain? Asking a lot today.

Post by Marth8880 »

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);
}


}
User avatar
ps2owner
Corporal
Corporal
Posts: 155
Joined: Wed Jun 23, 2010 8:25 pm

Re: How to change Lowrez Terrain? Asking a lot today.

Post by ps2owner »

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.
Post Reply