Rebuild Support for Mal's MapGen

In the short term, my only plan is to automate the .dat file generation to support MapGen in its current state.

In the long term, I do intend to replicate all of its functionality directly into the game, but no ETA on that atm.

2 Likes

i adjusted Smartys code a bit few years back to make it work.
Now changed it again to make it work with new map
should be working now
i’ve put it here to give it a try

http://lowspirit.be/IC/mapgen.php

galaxy id must be filled in correctly, 63 for infinitum and 66 for MW70

have fun

4 Likes

Thanks @exceed.

Would you be open to showing what the code is doing? Ideally we can remove our dependency on external tools and automate the .dat file generation on the game’s side.

It will save us some time if I don’t have to rebuild those changes to Smarty’s code.

Hey, Pie.

Sure no problem. Already gave it to torqez as well.
http://lowspirit.be/IC/Mapfilegenerator.txt

Greetings.

3 Likes

This is very exciting to see, awesome work to everyone involved!