godot-mod-loader icon indicating copy to clipboard operation
godot-mod-loader copied to clipboard

feat: mod loader version check

Open Qubus0 opened this issue 1 year ago • 2 comments

leftover todo from #416

helps prevent crashes when the mod loader was updated (to support hooks for example) but the game did not receive a major update.

Qubus0 avatar Dec 16 '24 14:12 Qubus0

hm this might have to be rethought since the mod loader should be downward compatible while we assume that the game is not 🤔

Qubus0 avatar Dec 19 '24 13:12 Qubus0

Maybe always display a warning if a mod loader version mismatch is detected.

Alternatively, warn for a major version difference of -1 and disable the mod for a major version difference of -2, since we say that deprecated methods are removed in the next major version.

KANAjetzt avatar Dec 21 '24 19:12 KANAjetzt