by ReX » Fri May 20, 2005 10:43 am
Now if there was a way to make the generated wad size smaller, there could be some real cool applications. Starting with a 33*33 heightmap I generated a 512 * 512 area using -size as 16, -height as 1, and the file size after building nodes was 867 Kb. Using -file and -height as the default of 64 and 4 respectively, resulted in an area twice as great and final file size almost the same (which is to be expected, as the number of lines & things depends on the original heighmap).
Is the only solution to use less "dense" or smaller heightmaps? Or can the algorithm be revised to create fewer linedefs, perhaps via an additional option in the command line?