TwelveIterationMods / DefaultOptions

Minecraft Mod. A way for modpacks to ship default settings without having to include an options.txt file.
https://mods.twelveiterations.com/mc/default-options/
Other
9 stars 9 forks source link

Support for Amecs #66

Closed Dekamir closed 6 months ago

Dekamir commented 1 year ago

Amecs is a mod that allows having modifier keys on keybinds. The modifier config is kept in a different file called options.amecsapi.txt. It would be nice if DefaultOptions also supported this file.

raws commented 1 year ago

You can do this today using Default Options' "extra default options" feature! Create config/defaultoptions/extra/options.amecsapi.txt, and it'll be copied to .minecraft/options.amecsapi.txt if it doesn't already exist.

It doesn't get the fancy known key handling as with options.txt and knownkeys.txt, but it works well enough for me.

edit: though worth mentioning, Default Options 15.0.0 seems to be affected by #65, which causes files in config/defaultoptions/extra to always overwrite existing files in the Minecraft game directory, regardless of whether they already exist.

WimpieRatte commented 1 year ago

Just encountered this now as well and glad I see there's already a request for this :D.

Dekamir commented 6 months ago

I would love to see this backported to 1.19.2, but even if it doesn't get it, thanks for the work.