AKS DataBasis

CentrED => Support => Topic started by: Galdar on September 02, 2007, 07:34:55 PM

Title: Terrain tiles ....
Post by: Galdar on September 02, 2007, 07:34:55 PM
Why does some terrain tiles "go" green when you try to place them over a sloping terrain instead of on a flat ?
Title: Re: Terrain tiles ....
Post by: Hitman on September 06, 2007, 09:46:08 AM
If I understand you correctly, the problem lies in the tiledata.mul. Each terrain tile has a reference to a texture (from texmaps.mul). Whenever a tile is to be stretched (i.e. non-flat) that texture is used. So maybe there are invalid references ...
Btw.: If a terrain tile has no texture ID assigned, it will always be flat, even if surrounding terrain has different altitude (for example water).