I was talking with @Torqez today, and we’re exploring (hah!) how viable it is to support the old IC Map Generator program.
The biggest sticking point is that the new map isn’t compatible. Unfortunately, bringing the mapgen-era map back, even as a separate thing, would pose security risks.
dat .dat though
The good news is, we don’t need it anyway. A few old .html files exist for older galaxies, and we can use those as a reference point to figure out how to compose the .dat files for current galaxies. No live version of the old map needed.
Even better, I found a post and some code from Smartys that may be a big enough hint to get us started:
Oh don’t get me wrong… I’ve done the same myself. Rebuilding this might be tough… starting from scratch in JavaScript as a web tool might just be the simpler option. @I_like_pie - are you planning on doing something with this? Just want to make sure two of us aren’t working on the same thing…!