Created
June 8, 2023 06:32
-
-
Save YogSottot/50ca03642488ec0362f22a6e6b46b0ac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"switchKey": "Key_Q", | |
"mouseMoveMap": { | |
"startPos": { | |
"x": 0.5, | |
"y": 0.5 | |
}, | |
"speedRatioX": 5, | |
"speedRatioY": 5, | |
"smallEyes": { | |
"comment": "free look", | |
"type": "KMT_CLICK", | |
"key": "Key_Alt", | |
"pos": { | |
"x": 0.7375, | |
"y": 0.334286 | |
}, | |
"switchMap": true | |
}, | |
"speedRatio": 5 | |
}, | |
"keyMapNodes": [ | |
{ | |
"comment": "Moving", | |
"type": "KMT_STEER_WHEEL", | |
"centerPos": { | |
"x": 0.16, | |
"y": 0.79 | |
}, | |
"leftOffset": 0.1, | |
"rightOffset": 0.1, | |
"upOffset": 0.27, | |
"downOffset": 0.2, | |
"leftKey": "Key_A", | |
"rightKey": "Key_D", | |
"upKey": "Key_W", | |
"downKey": "Key_S" | |
}, | |
{ | |
"comment": "Sprint", | |
"type": "KMT_CLICK", | |
"key": "Key_Shift", | |
"pos": { | |
"x": 0.90, | |
"y": 0.87 | |
}, | |
"switchMap": false | |
}, | |
{ | |
"comment": "Attack", | |
"type": "KMT_CLICK", | |
"key": "Key_Space", | |
"pos": { | |
"x": 0.81, | |
"y": 0.78 | |
}, | |
"switchMap": false | |
}, | |
{ | |
"comment": "Special Attack on map", | |
"type": "KMT_CLICK", | |
"key": "Key_E", | |
"pos": { | |
"x": 0.70, | |
"y": 0.87 | |
}, | |
"switchMap": false | |
}, | |
{ | |
"comment": "Switch Char 1", | |
"type": "KMT_CLICK", | |
"key": "Key_1", | |
"pos": { | |
"x": 0.94, | |
"y": 0.27 | |
}, | |
"switchMap": false | |
}, | |
{ | |
"comment": "Switch Char 2", | |
"type": "KMT_CLICK", | |
"key": "Key_2", | |
"pos": { | |
"x": 0.94, | |
"y": 0.37 | |
}, | |
"switchMap": false | |
}, | |
{ | |
"comment": "Switch Char 3", | |
"type": "KMT_CLICK", | |
"key": "Key_3", | |
"pos": { | |
"x": 0.95, | |
"y": 0.46 | |
}, | |
"switchMap": false | |
}, | |
{ | |
"comment": "Switch Char 4", | |
"type": "KMT_CLICK", | |
"key": "Key_4", | |
"pos": { | |
"x": 0.95, | |
"y": 0.56 | |
}, | |
"switchMap": false | |
}, | |
{ | |
"comment": "Pick Up", | |
"type": "KMT_CLICK", | |
"key": "Key_F", | |
"pos": { | |
"x": 0.66, | |
"y": 0.50 | |
}, | |
"switchMap": false | |
}, | |
{ | |
"comment": "Pick Up", | |
"type": "KMT_CLICK", | |
"key": "Key_R", | |
"pos": { | |
"x": 0.67, | |
"y": 0.43 | |
}, | |
"switchMap": false | |
}, | |
{ | |
"comment": "Map", | |
"type": "KMT_CLICK", | |
"key": "Key_Tab", | |
"pos": { | |
"x": 0.09, | |
"y": 0.16 | |
}, | |
"switchMap": false | |
}, | |
{ | |
"comment": "Menu", | |
"type": "KMT_CLICK", | |
"key": "Key_Escape", | |
"pos": { | |
"x": 0.02, | |
"y": 0.07 | |
}, | |
"switchMap": false | |
}, | |
{ | |
"comment": "Quests", | |
"type": "KMT_CLICK", | |
"key": "Key_F1", | |
"pos": { | |
"x": 0.03, | |
"y": 0.25 | |
}, | |
"switchMap": false | |
}, | |
{ | |
"comment": "Inventory", | |
"type": "KMT_CLICK", | |
"key": "Key_F2", | |
"pos": { | |
"x": 0.84, | |
"y": 0.05 | |
}, | |
"switchMap": false | |
}, | |
{ | |
"comment": "Characters", | |
"type": "KMT_CLICK", | |
"key": "Key_F3", | |
"pos": { | |
"x": 0.95, | |
"y": 0.05 | |
}, | |
"switchMap": false | |
}, | |
{ | |
"comment": "Exit menu [backtick]", | |
"type": "KMT_CLICK", | |
"key": "Key_QuoteLeft", | |
"pos": { | |
"x": 0.96, | |
"y": 0.05 | |
}, | |
"switchMap": false | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment