Solved Unbinding F4 key default?

Discussion in 'Rust Discussion' started by StreetDog, Dec 11, 2016.

  1. I want to unbind the F4 that make appear the branding ribbon on the upper right zone.
    Im Setting the HotKeys but when users touchs the F4 the branding ever appears.
     
  2. Wulf

    Wulf Community Admin

    You can't rebind keys that have no actual binding that players/clients can normally customize.
     
  3. Wulf
    can you tell me what are the defult bindings on the FUNCTION KEYS (I mean F1-F12)?

    I detected this:
    F1 - Console, etc
    F4 - Dont know what is but reload the graphics
    F7 - Is for Reports
    F9 - Dont know what is but reload the graphics
    F12- Screenshots

    Is there some other of this keys that can not be changed?

    Regards!!!
     
  4. The client itself creates and holds a "keys_default.cfg"
    Code:
    clearbinds
    bind f1 consoletoggle
    bind f7 bugreporter
    bind w +forward
    bind s +backward
    bind a +left
    bind d +right
    bind mouse0 +attack
    bind mouse1 +attack2
    bind mouse2 +attack3
    bind 1 +slot1
    bind 2 +slot2
    bind 3 +slot3
    bind 4 +slot4
    bind 5 +slot5
    bind 6 +slot6
    bind 7 +slot7
    bind 8 +slot8
    bind leftshift +sprint
    bind rightshift +sprint
    bind leftalt +altlook
    bind r +reload
    bind space +jump
    bind leftcontrol +duck
    bind e +use
    bind v +voice
    bind g +map
    bind t chat.open
    bind return chat.open
    bind mousewheeldown +invnext
    bind mousewheelup +invprev
    bind tab inventory.toggle
    bind q inventory.togglecrafting
    bind f lighttoggle
    All other binds to keys, which are not listed there, are probably hardcoded into the game..Like the several screenshot functions by 2-3 keys of the F-row.
     
  5. yes...

    I know the keys.cfg thing... but Im asking for this Function Keys that are not listed here, I want to use the Function keys for custom functions.
     
  6. You can basically bind remote what you can successful bind on your own client. It all depends on how The Game-client does accept it or manage those binds, in the case there's still a hardcoded function behind
     
  7. OK thanks

    I just want to know if there is more Function Keys binded by default on game, like this:
    F1 - Console, etc
    F4 - Dont know what is but reload the graphics
    F7 - Is for Reports
    F9 - Dont know what is but reload the graphics
    F12- Screenshots
     
  8. Wulf

    Wulf Community Admin

    What Fuji provided previously is all you can change.
     
  9. But I already Change F2 and F3 and are not on the Default Keys config... o_O
     
  10. Wulf

    Wulf Community Admin

    Then I guess I was wrong. ;) Try the others and see. The defaults are what was provided though.
     
  11. okok I will keep trying/error/trying :p

    About F4 and F9 somebody knows what are doing when you press it?
     
  12. They take screenshots. I think F4 takes a screenshot at your native resolution and F9 is like 4x or more. They're located in Rust's game directory, inside a folder named "Screenshots", from what I remember.

    EDIT: Forgot to mention that they also disable the HUD when taking the screenshot.
     
    Last edited by a moderator: Dec 26, 2016