|
684 | 684 | "P2 Joystick Button 1": "Z",
|
685 | 685 | "P2 Joystick Button 2": "X",
|
686 | 686 | "P2 Joystick Button 3": "C"
|
| 687 | + }, |
| 688 | + "Doom Input Format": { |
| 689 | + "P1 Fire": "Ctrl,WMouse L", |
| 690 | + "P1 Use": "Space", |
| 691 | + "P1 Forward": "W", |
| 692 | + "P1 Backward": "S", |
| 693 | + "P1 Turn Left": "E", |
| 694 | + "P1 Turn Right": "Q", |
| 695 | + "P1 Strafe Left": "A", |
| 696 | + "P1 Strafe Right": "D", |
| 697 | + "P1 Weapon Select 1": "Number1", |
| 698 | + "P1 Weapon Select 2": "Number2", |
| 699 | + "P1 Weapon Select 3": "Number3", |
| 700 | + "P1 Weapon Select 4": "Number4", |
| 701 | + "P1 Weapon Select 5": "Number5", |
| 702 | + "P1 Weapon Select 6": "Number6", |
| 703 | + "P1 Weapon Select 7": "Number7", |
| 704 | + "Change Gamma": "F11", |
| 705 | + "Automap Toggle": "Tab", |
| 706 | + "Automap +": "KeypadAdd", |
| 707 | + "Automap -": "KeypadSubtract", |
| 708 | + "Automap Full/Zoom": "Keypad0", |
| 709 | + "Automap Follow": "F", |
| 710 | + "Automap Up": "Up", |
| 711 | + "Automap Down": "Down", |
| 712 | + "Automap Right": "Right", |
| 713 | + "Automap Left": "Left", |
| 714 | + "Automap Grid": "G", |
| 715 | + "Automap Mark": "M", |
| 716 | + "Automap Clear Marks": "C" |
687 | 717 | }
|
688 | 718 | },
|
689 | 719 | "AllTrollersAutoFire": {
|
|
1172 | 1202 | "Mult": 1.0,
|
1173 | 1203 | "Deadzone": 0.0
|
1174 | 1204 | }
|
| 1205 | + }, |
| 1206 | + "Doom Input Format": { |
| 1207 | + "P1 Mouse Running": { |
| 1208 | + "Value": "RMouse Y", |
| 1209 | + "Mult": 1.0, |
| 1210 | + "Deadzone": 0.0 |
| 1211 | + }, |
| 1212 | + "P1 Mouse Turning": { |
| 1213 | + "Value": "RMouse X", |
| 1214 | + "Mult": 1.0, |
| 1215 | + "Deadzone": 0.0 |
| 1216 | + } |
1175 | 1217 | }
|
1176 | 1218 | },
|
1177 | 1219 | "AllTrollersFeedbacks": {
|
|
0 commit comments