Version 5.00b2
Thanks in advance

Code: Select all
CreateTerrain(0, 513, 12000, 600, 3, "Terrain03", "Dat")
it is generated by SaveTerrain(0, #False) using parameters "Terrain03" and "Dat". Example TH01-TerrainGroup will save 9 files as there are 9 terrains created.Thade wrote:In TG03-TerrainBlend.pb there is a file Terrain03_00000000.Dat in use ?How is it generated? What is it for? What does it represent?Code: Select all
CreateTerrain(0, 513, 12000, 600, 3, "Terrain03", "Dat")
This file is not used.There is a file called alpha.bmp in Textures\Terrain ... a .png would be 8 times smaller - where is the information to change it to .png so that the program recognizes it?
Code: Select all
AddTerrainTexture(0, 0, 100, "dirt_grayrocky_diffusespecular.dds", "dirt_grayrocky_normalheight.dds")
AddTerrainTexture(0, 1, 30, "grass_green-01_diffusespecular.dds", "grass_green-01_normalheight.dds")
AddTerrainTexture(0, 2, 200, "growth_weirdfungus-03_diffusespecular.dds", "growth_weirdfungus-03_normalheight.dds")
Code: Select all
DefineTerrainTile(0, tx, ty, "terrain513.png", ty % 2, tx % 2)