FAForever / FAForeverMapEditor

A community-made map editor for the game Supreme Commander Forged Alliance
MIT License
3 stars 3 forks source link

Hide not physically accurate settings behind a toggle #37

Open BlackYps opened 1 month ago

BlackYps commented 1 month ago

There are multiple areas where the shaders in the game work in a convoluted way or where you should keep settings in sync to produce good results. The editor should do this automatically and hide settings that are automatically taken care of. There should be a toggle to assume manual control, so you can still have access to everything if choose to do so.

We need to find a good solution what should happen if you load a map that has different values in settings that we want to keep in sync. The editor must not do silent changes to map settings! We have the same problem when you made edits in manual mode and switch back to auto mode. In this case the editor should warn you that the editor will override your changes to sync the settings. Probably the best solution when loading maps is to switch to manual mode if we detect that settings are not in sync.