Not entirely sure what's going on as nothing is generated in the log but nothing is happening. I'm trying to get an old map working again (somewhere along the way it just stopped a couple of years ago).
Dimensions are 2048x1536 (final map is meant to be 4096x3072), I've used the colours specified (I indexed my bmps and used a fixed colour palette with those colours) but the tool just doesn't do anything when I click generate.
I'm only using input.bmp, climate.bmp and config.csv.
If I use the older version I get an error about the max theoretical height being too high and the following error
Dimensions are 2048x1536 (final map is meant to be 4096x3072), I've used the colours specified (I indexed my bmps and used a fixed colour palette with those colours) but the tool just doesn't do anything when I click generate.
I'm only using input.bmp, climate.bmp and config.csv.
If I use the older version I get an error about the max theoretical height being too high and the following error
Code:
Loading ./input/input.bmp
Loading ./input/config.csv
Hills Height Scale is set to 120
Mountain Height Scale is set to 140
Snow Height Scale is set to 160
Peak Height Scale is set to 180
Height noise patch size is set to 4
Height noise baseline is set to 20
Height noise factor is set to 0.8
Maximum theoretical terrain height is equal to 264 (absolute max height is 255)
Loading ./input/climate.bmp
Loading ./input/settlements.bmp
Loading ./input/rivers.bmp
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
at ck2maptools.main.CK2MakeTerrainMap.main(CK2MakeTerrainMap.java:242)