1. If you have a problem and need help, create a new thread with a title that briefly describes the problem.
    Do not use titles like 'Help!' or 'I have a problem!'
    Dismiss Notice
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

[Request] More changeable key options.

Discussion in 'General Help' started by Delta, Feb 21, 2012.

  1. Delta

    Delta Shopkeep Stealer

    Messages:
    144
    I have a (stoneage) old german keyboard, where the "Y" and "Z" is swapped.
    Therefore the "place block" key in the in-game editor is swapped as well.

    So I have to swap my keyboard layout to "US" when I'm in the editor mode.
    In many cases I also want to chat with my friends while in editor mode.
    But because I am used to mz german kezboard some strange things appear in the chatbox.

    How do you change the kezbindings of the "Y" and "Z" kez?

    Argh! See? It happened again! :(
     
  2. Kouji

    Kouji Cold, Uncaring, Sadistic, Evil and Cruel Meanie Administrator Global Moderator Forum Moderator Tester
    1. MOLEing Over Large Estates - [MOLE]
    2. REKINS OF SEAS: Super Crew of Ultimate Havoking 2: Return of King of KAG: Chapter 420blazeit - REKIN

    Messages:
    2,910
    Moved to help as someone may be able to help you there.
     
  3. Ryu

    Ryu Shopkeep Stealer

    Messages:
    85
    Folder where KAG is installed > Base > Scripts : open the config.gm and try to see if you find the two keys to swap them. Don't forget to make a backup of the config.gm, just in case something goes wrong.

    [EDIT] To open the config.gm, use a text editor like notepad.
     
  4. Delta

    Delta Shopkeep Stealer

    Messages:
    144
    Did you test this yourself?
    I tried to change the Y and Z key in the config.gm, but with no results.
    Code:
    //    KEY_KEY_Y = 0x5A,  // Y key 
    //    KEY_KEY_Z = 0x59,  // Z key  
    How do I write those commands into the config.gm so that KAG will load them properly?
     
  5. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    If just swapping these parameters (changing 0x5A with 0x59) doesn't work, please wait for some update that might come somewhere in march. Sry for the long wait, but that should fix your problem.
     
  6. Geti

    Geti Please avoid PMing me (poke a mod instead) THD Team Administrator Global Moderator

    Messages:
    3,730
    Swapping the keys like that does nothing, those are just references for when you need the number.
    We can probably add keybinds for the editor but it wont happen this week. You could set up a macro to only happen when kag is working that auto-hits Z when Y is pressed.
     
  7. Ryu

    Ryu Shopkeep Stealer

    Messages:
    85
    Sorry Delta, I thought it might work :oops: