Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to TerraFirmaCraft Forums

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

  • Announcements

    • Dries007

      ATTENTION Forum Database Breach   03/04/2019

      There has been a breach of our database. Please make sure you change your password (use a password manager, like Lastpass).
      If you used this password anywhere else, change that too! The passwords themselves are stored hashed, but may old accounts still had old, insecure (by today's standards) hashes from back when they where created. This means they can be "cracked" more easily. Other leaked information includes: email, IP, account name.
      I'm trying my best to find out more and keep everyone up to date. Discord (http://invite.gg/TerraFirmaCraft) is the best option for up to date news and questions. I'm sorry for this, but the damage has been done. All I can do is try to make sure it doesn't happen again.
    • Claycorp

      This forum is now READ ONLY!   01/20/2020

      As of this post and forever into the future this forum has been put into READ ONLY MODE. There will be no new posts! A replacement is coming SoonTM . If you wish to stay up-to-date on whats going on or post your content. Please use the Discord or Sub-Reddit until the new forums are running.

      Any questions or comments can be directed to Claycorp on either platform.
Sign in to follow this  
Followers 0
Zancarius

Can't Change Key Binds to "L"

2 posts in this topic

First, I want to say that I've only recently tried playing TerraFirmaCraft (or rather, recently decided to take the plunge having heard about it via Reddit some months back), and I really like the improvements made over vanilla survival. It delights and tickles that special spot for the masochist that on rare occasion courses through my veins.

The problem: Changing the keybind for the movement keys to include "L" does not function as intended. It conflicts with Key_LockTool, and attempting to resolve this conflict results in a non-functioning movement key. I have no idea what "Lock Tool" does, but I assume that it remains functional in spite of my efforts to clear it. I'm left-handed, so I use JKIL for my movement group. I should specify, though, that I'm not complaining about the conflict: Setting "Lock Tool" to any other key appears to only graphically resolve the conflict, but the key remains unusable.

I can only surmise that Key_LockTool must be hard-coded in some manner or its configuration leaves no side effect of its change except for the usual bindings recorded in options.txt (which, incidentally, shows it as being changed to the key of my choice, but there's no evidence to suggest to me that those changes are ever loaded). That said, if I directly manipulate the value for Key_LockTool where it is set in ClientProxy.registerKeys and Handler/KeyBindingHandler's constructor, setting it to another key code, and binding my movement key (strafe right) to "L," everything works as expected. Though, the possibility remains that perhaps I'm not rebinding the "Lock Tool" feature correctly (is there something magical I'm missing, perhaps?) and it's entirely the fault of my particular setup. Obviously, modifying the bytecode is not ideal, but it allows me to play TFC normally. I'm happy about that as I can now starve myself after failing miserably a few times 'til I get the hang of things. :)

Anyway, here's some additional information: I've tried installing TerraFirmaCraft directly via a fresh download of the launcher from this site, into a clean directory, and the issue is immediately apparent. This is using build 76, hotfix 14. For what it's worth, this is on Arch Linux x64 running the following JDK:

$ java -versionjava version "1.7.0_17"OpenJDK Runtime Environment (IcedTea7 2.3.8) (ArchLinux build 7.u17_2.3.8-1-x86_64)OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)

I apologize if this has been addressed elsewhere. I did my best to search the site in addition to some searches via Google and couldn't find anything that seemed applicable to my issue. Hopefully I didn't miss something obvious!

0

Share this post


Link to post
Share on other sites

Lock Tool is used with the chisel in detailing mode to "Lock" it to the block that it is currently working on, so that you don't have to worry about accidentally chiseling the block next to it. Not sure if this is helpful about its binding or not.

0

Share this post


Link to post
Share on other sites
Sign in to follow this  
Followers 0