dont delete the overgrowthatlas.tai, just make it empty[R-DEV]Rudd wrote:looks like your OG atlas hasn't formed right?
Recommend deleting your overgrowthatlas.tai and .dds and regening them.
if you delete it, it wont rebuild anything
dont delete the overgrowthatlas.tai, just make it empty[R-DEV]Rudd wrote:looks like your OG atlas hasn't formed right?
Recommend deleting your overgrowthatlas.tai and .dds and regening them.
Code: Select all
heightmapcluster.create HeighmapCluster
heightmapcluster.setClusterSize 3
heightmapcluster.setHeightmapSize 2048
rem --- primary ---
heightmapcluster.addHeightmap Heightmap 0 0
heightmap.setSize 102[color=Red]5[/color] 102[color=Red]5[/color]
heightmap.setScale 2/0.00335693/2
heightmap.setBitResolution 16
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapPrimary.raw
heightmap.setMaterialScale 1
heightmap.loadMaterialData Levels/torgan_valley/HeightmapPrimary.mat
rem --- secondary ---
heightmapcluster.addHeightmap Heightmap -1 -1
heightmap.setSize [color=Red]257 257[/color]
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 0
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_L1U1.raw
heightmapcluster.addHeightmap Heightmap 0 -1
heightmap.setSize [color=Red]257 257[/color]
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_U1.raw
heightmapcluster.addHeightmap Heightmap 1 -1
heightmap.setSize [color=Red]257 257[/color]
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_R1U1.raw
heightmapcluster.addHeightmap Heightmap -1 0
heightmap.setSize [color=Red]257 257[/color]
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_L1.raw
heightmapcluster.addHeightmap Heightmap 1 0
heightmap.setSize [color=Red]257 257[/color]
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_R1.raw
heightmapcluster.addHeightmap Heightmap -1 1
heightmap.setSize [color=Red]257 257[/color]
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_L1D1.raw
heightmapcluster.addHeightmap Heightmap 0 1
heightmap.setSize [color=Red]257 257[/color]
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_D1.raw
heightmapcluster.addHeightmap Heightmap 1 1
heightmap.setSize [color=Red]257 257[/color]
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_R1D1.raw
heightmapcluster.setSeaWaterLevel 56.6
Code: Select all
heightmap.setSize 257 257
heightmap.setScale [color=Red]2[/color]/0.859375/[color=Red]2[/color]
Code: Select all
heightmap.setSize 257 257
heightmap.setScale 8/0.859375/8