Author Topic: terrain color problem  (Read 1986 times)

From far away my terrain color is brown, but the closer you get, it starts to turn green!!! How do I fix this?
« Last Edit: December 02, 2007, 03:52:06 AM by smartypantsp »

You've probably broken the detail texture.

From far away my terrain color is brown, but the closer you get, it starts to turn green!!! How do I fix this?


Make a Kitchen edit if you can't be bothered with learning how to fix it. No green shinyness.

It's the detail texture. Bedroom's detail texture is a grass texture, so if you used it as a base, you'll need to change it. Open your mission in notepad, and look for a line that says this:

Code: [Select]
      detailTexture = "~/data/terrains/greenhills/TTgrass01";
Change it so that it says this:

Code: [Select]
      detailTexture = "~/data/terrains/details/detail1";