marcusaurelius
10 years ago
I have been trying to add custom terrain textures to C&C zero hour, but to no avail.

If anyone knows how, please tell.

Thank you Friends!

I build mods.
Sponsor
acidbrain
10 years ago
Go to the gameroot and open the 'Art' folder, make a new folder called 'Terrain', you can put your new terraintextures in this folder, a good size is 75x75.
Make a copy of 'terrain.ini', put it in the INI folder and add the code for the new textures.

Example:

Terrain Dirt-New-Type1
  Texture = Dirt-New-Type1.tga
  Class = DIRT
End

If im not mistaking you cant add new classes

Greetz
Panem et kirkinses
marcusaurelius
10 years ago
I have done everything, unfortunately world builder does not show any new textures or types.
I build mods.