Yeah since making this post I've learned a lot about factorio modding and the lua API. Currently have working mod settings that influence world generation, the UX is not as bad as I though it would be this way.
Sadly there is no way to disable the automatic map generation (even on a new LuaSurface ...
Search found 3 matches
- Mon Jul 17, 2017 9:28 am
- Forum: Modding help
- Topic: Adding additional map generator settings
- Replies: 4
- Views: 1490
- Sun Jul 16, 2017 1:55 pm
- Forum: Modding help
- Topic: Adding additional map generator settings
- Replies: 4
- Views: 1490
Re: Adding additional map generator settings
Thank you, I was pretty sure that would be the case and it's good to have confirmation - I suppose I'll work around it with mod settings.
- Sun Jul 16, 2017 11:28 am
- Forum: Modding help
- Topic: Adding additional map generator settings
- Replies: 4
- Views: 1490
Adding additional map generator settings
I'm interested in writing a mod which expands the available "Map Generator" settings (by adding new settings and extending existing ones). However, have so far proven unsuccessful at finding any method of implementing this on the actual generator UI (it looks as though additional presets are easy to ...