Skip to content

Commit ed9a689

Browse files
Merge pull request #78 from asesidaa/release/1.2.0-rc
- Bumping version to 2.0.0 Release/1.2.0 Release Candidate
2 parents 4a33f3e + 7cf1ede commit ed9a689

4 files changed

Lines changed: 770 additions & 65 deletions

File tree

EXVS2-POC/config.ini

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Mode = Client
77
Serial = 0001
88

99
# Specify either an IP address or the name of an interface to select the network interface to be used.
10-
# InterfaceName will match prefixes (i.e. "Ethernet" will match "Ethernet Connection")
10+
# InterfaceName will match prefixes (i.e. "Ethernet" will match "Ethernet Connection" or "Radmin" for "Radmin VPN")
11+
# IMPORTANT: Only either ONE InterfaceName or IpAddress can be active at the same time!
1112
InterfaceName = Ethernet
1213
# IpAddress = 192.168.0.100
1314

@@ -24,6 +25,8 @@ Region = 1
2425
# Multiple bindings can be set for an input by comma-separating them.
2526
# If a bound key/button is assigned for multiple inputs, it functions as a macro:
2627
# e.g. bind a button to A, B, and C for burst.
28+
# Conventions: A = Shoot; B = Melee; C = Jump; D = Switch target.
29+
# For keyboard, please refer to the bindings here: https://gist.github.com/emilianavt/f4b2d4e221235f55e8e5d3fb8ea769ed
2730
[keyboard]
2831
Enabled = true
2932

@@ -48,6 +51,26 @@ Kill = Esc
4851
[controller]
4952
# DirectInput supports all of the keyboard inputs.
5053
# Button IDs match the ones in the Windows "Set up USB game controllers" control panel.
54+
Enabled = false
55+
56+
A = 1
57+
B = 4
58+
C = 6
59+
D = 2
60+
61+
Start = 10
62+
Coin = 13
63+
Card = 9
64+
65+
# DeviceId controls which device (0-15) is used if specified.
66+
# Setting this to 16 will use all devices simultaneously.
67+
DeviceId = 16
68+
69+
# Optional
70+
# Test = 9
71+
# Service = 14
72+
# Kill = 11
73+
5174
# If you're using a PS4 controller, the button numbers should be the following.
5275
# 1 = Square
5376
# 2 = X
@@ -62,18 +85,4 @@ Kill = Esc
6285
# 11 = L3
6386
# 12 = R3
6487
# 13 = Home
65-
# 14 = Trackpad
66-
Enabled = true
67-
68-
A = 1
69-
B = 4
70-
C = 6
71-
D = 2
72-
73-
Start = 10
74-
Coin = 13
75-
Card = 9
76-
77-
# DeviceId controls which device (0-15) is used if specified.
78-
# Setting this to 16 will use all devices simultaneously.
79-
DeviceId = 16
88+
# 14 = Trackpad

0 commit comments

Comments
 (0)