tyoeer / Chaoshead

A level editor, scripting interface, campaign editor, and reverse engineering tool for Levelhead
Apache License 2.0
4 stars 1 forks source link

Option to disable reloading the current workshop level upon tabbing into CH #72

Closed slothybutt closed 1 year ago

slothybutt commented 1 year ago

If you're editing a level with the .exe patched and you forgot to exit the level in LH before making your changes, you will lose your changes and there is no way around it, since you can't reload the level in LH without saving. This might be a nice thing to toggle on and off without going into the settings json, like via button in the workshop.

tyoeer commented 1 year ago

@slothybutt Is there actually a situation where instant auto-reload is still useful? Currently I lean towards just popping up a modal to ask the user what they want to do when the file gets changed.

slothybutt commented 1 year ago

I guess not, now that I am thinking about it. I think it'd just be better if the user always knows if the file has been changed and have the option to quickly revert the file/reload the editor to match the new file

tyoeer commented 1 year ago

Added a modal in 2.12