Jump to content

[1.7.2-10.12.0.1033] Custom KeyBindings not loaded from save.


Endyl

Recommended Posts

During FMLPreInitializationEvent I add a custom KeyBinding by registering it with ClientRegistry.registerKeyBinding(). The KeyBinding works as expected except for it not being loaded at startup by GameSettings::loadOptions. The KeyBinding is saved to options.txt and the respective line is processed in GameSettings::loadOptions but GameSettings::keyBindings does not contain any KeyBindings registered with ClientRegistry at this point, so the saved value is not loaded and the default key is used after every client restart. Can be solved by calling GameSettings::loadOptions after registering KeyBindings from mod code as a workaround.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.