Bilka2 / ChangeMapSettings

Factorio mod that allows to change map and map generation settings at any time
https://mods.factorio.com/mod/ChangeMapSettings
MIT License
7 stars 6 forks source link

Update for 2.0 #14

Closed morsk closed 1 week ago

morsk commented 1 week ago

This makes it work in 2.0, and adds checkboxes for unused resources.

I'm not satisfied with the UI layout, but at least it works. Anyone with more time to rearrange UI can make it better. It still needs room for multiple types of cliffs.

I haven't done a PR in 2 years so I expect I'm doing something wrong here, with making a branch the wrong way, or having it be many commits instead of 1, ... etc. I can change any of this and do another PR if it's wrong.

I can spend 1 more week on anything this is missing, but after that I have to do other things.

morsk commented 1 week ago

I am closing this and will put the checkbox feature in a separate PR so there will be 2. The first PR will simply make the mod load in 2.0. Also I will rewrite the checkbox feature to change fewer functions by not passing "surface" around so much.