ResoniteModdingGroup / MonkeyLoader.GamePacks.ResoniteModLoader

MonkeyLoader Game Pack that provides compatibility for ResoniteModLoader.
GNU Lesser General Public License v3.0
4 stars 1 forks source link

Add a way to auto transfer configs from RML #2

Closed Nytra closed 2 months ago

Nytra commented 2 months ago

If someone has existing RML mod configs and they transfer over to MonkeyLoader they will currently lose the configs.

There should be a way to transfer over existing configs automatically without needed to edit JSON files.

Banane9 commented 2 months ago

I don't think copying the json is too hard for a one time process - and it is a lot of work to integrate RML's config parsing system too, for something that users will only use once.

But feel free to make it if you want it 😅

ljoonal commented 2 months ago

I guess closing issues which you have no plans to implement is a good way to communicate that intent... I just want to note though, that it does make it a bit harder to track what is and is not implemented though, since open/closed filtering has such a big priority by default on GH.

Banane9 commented 2 months ago

that it does make it a bit harder to track what is and is not implemented though, since open/closed filtering has such a big priority by default on GH.

Yea, GitHub is a bit pain with that :(