//text file for changing some vals...
//
//pure script follows simple syntax
//there is a bug - do not put comments affter a string variable...
//
//[identifier] [value]
//
variance           1.9		 //limit variance
TypeOfVariance	   0		 //0 - hi resolution
				 //1 - low resolution 
TerrainMap         terr2.bmp
//name of the height map

TextureNMipMaps    1             //number of mipmaps 
				 // mipmaps are not read currently

TextureResolution  128           // texture inital resolution : for the name

TexturePrefix      texture
// prefix for texture names : see texgen 
ForcedLevels	   24
StaticRoam	   0   	// Static(1) or Dynamic(0) ROAM... 
//if static then reads RAW files

fog		    0   	//fog flag - this is available only in dx7 version
