[0.15] Old map-gen-settings.example.json
[0.15] Old map-gen-settings.example.json
In example settings file map-gen-settings.example.json missing new options to generate map (uranium, pollution, evolution, enemy, recipes, etc). I do not know if these options are not supported or just missing in the example
-
- Burner Inserter
- Posts: 5
- Joined: Sat Apr 29, 2017 5:12 pm
- Contact:
Re: [0.15] Old map-gen-settings.example.json
Also wondering this -- I want to run a headless marathon-mode-server and not sure how to do that.
Re: [0.15] Old map-gen-settings.example.json
There's a new additional file map-settings.example.json (without the -gen- inbetween) with all the advanced settings from the map generator and some extra settings, you use it together with the new --map-settings command line switch.
To add settings for uranium you duplicate one of the ore lines in map-gen-settings.json and replace the key with "uranium-ore".
To add settings for uranium you duplicate one of the ore lines in map-gen-settings.json and replace the key with "uranium-ore".
Re: [0.15] Old map-gen-settings.example.json
Thanks a lot!