SpyParty
Yeterli oy yok
Custom Keyboard Controls
Liam Iwakura tarafından
   
Ödül
Favorilere Ekle
Favorilere Eklendi
Favorilerden Çıkar
Config File
The config file is at
  • %AppDataLocal%\SpyParty\SpyParty.prop
  • steamapps/compatdata/329070/pfx/drive_c/users/steamuser/AppData/Local/SpyParty/SpyParty.prop
Controls Section
tentative facts:
  • The controls must be in a "group keys" directive
  • the keys directive group must be inside a "group controls" directive
  • the controls directive group must be inside the overarching "group config" directive
  • You do NOT have to set all the controls just to change a few of them
For example, so you can see exactly how to nestle that config block in, here's what my file looks like (Dvorak, "ESDF"):
group config = { int NewArtLoadState = 3 group window = { int borderless = 0 int maximize = 1 int x = -4 int y = -4 int width = 1440 int height = 810 } … group settings = { int visible_sfx = 1 } group controls = { group keys = { int key_forward = 190 int key_backward = 101 int key_left = 111 int key_right = 117 int key_lean_left = 188 int key_lean_right = 112 int key_previous_action = 188 int key_next_action = 112 } } string username = "squeegily" }
Numbers
  • COMMA = 188
  • PERIOD = 190
  • SLASH/QUESTION = 191
  • SEMICOLON = 186
  • APOSTROPHE/QUOTE = 222
  • BACKTICK/TILDE = 192
  • BACKSLASH = 220
  • LEFT BRACKET = 220
  • RIGHT BRACKET = 221
  • MINUS = 189
  • EQUALS/PLUS = 187
  • A = 97
  • B = 98
  • C = 99
  • D = 100
  • E = 101
  • F = 102
  • G = 103
  • H = 104
  • I = 105
  • J = 106
  • K = 107
  • L = 108
  • M = 109
  • N = 110
  • O = 111
  • P = 112
  • Q = 113
  • R = 114
  • S = 115
  • T = 116
  • U = 117
  • V = 118
  • W = 119
  • X = 120
  • Y = 121
  • Z = 122