Skip to content

Commit

Permalink
Update iamp issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nirgoren committed Apr 5, 2021
1 parent 8e9bac5 commit b2ce192
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 29 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,14 +216,17 @@ configs\gg.json

## Known Issues:
#### KOF2002 UM:
* Inputs are inconsistent when symbols are mapped to a virtual controller. They are more consistent when mapped to keys on the keyboard (use kof_keyboard.json)
* Inputs are inconsistent when symbols are mapped to a virtual controller. They are more consistent when mapped to keys on the keyboard (use configs\kof_keyboard.json)

#### Guilty Gear Accent Core +R:
* P2 movement keys not recognized when mapped to keys on the keyboard (use gg.json). If you are a keyboard player, run two instances of the program at the same time (or connect some a real controller if you have one) so that the second virtual controller will be treated as P2's

#### Melty Blood Actress Again Current Code Community Edition:
* Does not work with cccaster.exe, run with MBAA.exe instead

#### Touhou 7.5: Suimusou - Immaterial and Missing Power
* Mapping to the keyboard arrow keys does not work. Assign the game's movement keys for P2 to some other keys (see configs\iamp_keyboard.json)

#### Mapping play button to a controller button
* Only supported on XInput controllers. If you use a PS4 pad, a possible workaround would be to use DS4Windows

Expand Down
61 changes: 35 additions & 26 deletions configs/iamp_keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,55 @@
"FPS": 60,

"Symbols": {
"A": "numpad_1",
"B": "numpad_2",
"C": "numpad_3",
"D": "numpad_4",
"A": "7",
"B": "8",
"C": "9",
"D": "0",
"beep": "beep"
},

"P1_directions": {
"2": "down",
"4": "left",
"6": "right",
"8": "up"
"2": "numpad_2",
"4": "numpad_4",
"6": "numpad_6",
"8": "numpad_8"
},

"P2_directions": {
"2": "down",
"4": "right",
"6": "left",
"8": "up"
"2": "numpad_2",
"4": "numpad_6",
"6": "numpad_4",
"8": "numpad_8"
},

"Macros": {
"5": "]1[",
"[3]": "[2]+[6]",
"]3[": "]2[+]6[",
"3": "2+6",
"QCF": "2 3 6",
"QCB": "2 1 4",
"DP": "6 2 3",
"HCF": "4 1 2 3 6",
"HCB": "6 3 2 1 4",
"*236": "2 3 6",
"*214": "2 1 4",
"*623": "6 2 3",
"*421": "4 2 1",
"*426": "4 1 2 3 6",
"*624": "6 3 2 1 4",
"*6246": "6 3 2 1 4 6",
"*236236": "2 3 6 2 3 6",
"*214214": "2 1 4 2 1 4",
"[1]": "[2]+[4]",
"]1[": "]2[+]4[",
"1": "2+4",
"[9]": "[8]+[6]",
"]9[": "]8[+]6[",
"9": "8+6",
"[7]": "[8]+[4]",
"]7[": "]8[+]4[",
"7": "8+4",
"QCF": "2 2+6 6",
"QCB": "2 2+4 4",
"DP": "6 2 2+6",
"HCF": "4 2+4 2 2+6 6",
"HCB": "6 2+6 2 2+4 4",
"*236": "2 2+6 6",
"*214": "2 2+4 4",
"*623": "6 2 2+6",
"*421": "4 2 2+4",
"*426": "4 2+4 2 2+6 6",
"*624": "6 2+6 2 2+4 4",
"*6246": "6 2+6 2 2+4 4 6",
"*236236": "2 2+6 6 2 2+6 6",
"*214214": "2 2+4 4 2 2+4 4",
"SELECT": "select",
"START": "start",
"BEEP": "beep"
Expand Down
5 changes: 3 additions & 2 deletions recordings/iamp_test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
configs\iamp_keyboard.json
4 W1 4 W60
6 [6] W5 ]6[ W60

A W60
B W60
C W60
D W60
[6]+D W5 ]6[ W60

0 comments on commit b2ce192

Please sign in to comment.