View Single Post
Old June 4th, 2004   #12 (permalink)
rich_is_bored
Registered User
 
Join Date: May 2004
Posts: 11
I've seen these files before. They are the mappings DirectInput uses in general. They don't contain any program specific instructions.

For instance, here is my Dual Shock 2 configuration file...

Code:
[DirectInput]
DirectXVersion=0x800
Devices=VID_8631&PID_1128
[VID_8631&PID_1128]
VID=0x8631
PID=0x1128
Name=VID_8631&PID_1128
{67131587-3938-4857-8A2E-D99DC2C82068}.TimestampHigh=0x1C449E0
{67131587-3938-4857-8A2E-D99DC2C82068}.TimestampLow=0x1FF313E4
Controls=CTRL33554436,CTRL33554692,CTRL33554948,CTRL33555204,CTRL33555460,CTRL33555716,CTRL33555972,CTRL33556228,CTRL33556484,CTRL33556740,CTRL33556996,CTRL33557252,CTRL16777474,CTRL16777218,CTRL514,CTRL1282,CTRL16777986
[CTRL33554436]
Type=0x2000004
UsagePage=0x9
Usage=0x1
Name=TRIANGLE
[CTRL33554692]
Type=0x2000104
UsagePage=0x9
Usage=0x2
Name=CIRCLE	
[CTRL33554948]
Type=0x2000204
UsagePage=0x9
Usage=0x3
Name=X
[CTRL33555204]
Type=0x2000304
UsagePage=0x9
Usage=0x4
Name=SQUARE
[CTRL33555460]
Type=0x2000404
UsagePage=0x9
Usage=0x5
Name=L2
[CTRL33555716]
Type=0x2000504
UsagePage=0x9
Usage=0x6
Name=R2
[CTRL33555972]
Type=0x2000604
UsagePage=0x9
Usage=0x7
Name=L1
[CTRL33556228]
Type=0x2000704
UsagePage=0x9
Usage=0x8
Name=R1
[CTRL33556484]
Type=0x2000804
UsagePage=0x9
Usage=0x9
Name=Select
[CTRL33556740]
Type=0x2000904
UsagePage=0x9
Usage=0xA
Name=START
[CTRL33556996]
Type=0x2000A04
UsagePage=0x9
Usage=0xB
Name=LEFT STICK IN
[CTRL33557252]
Type=0x2000B04
UsagePage=0x9
Usage=0xC
Name=RIGHT STICK IN
[CTRL16777474]
Type=0x1000102
UsagePage=0x1
Usage=0x31
Name=LEFT STICK (UP/DOWN)
[CTRL16777218]
Type=0x1000002
UsagePage=0x1
Usage=0x30
Name=LEFT STICK (LEFT/RIGHT)
[CTRL514]
Type=0x1000202
UsagePage=0x1
Usage=0x32
Name=RIGHT STICK (UP/DOWN)
[CTRL1282]
Type=0x502
UsagePage=0x1
Usage=0x35
Name=Z ROTATION
[CTRL16777986]
Type=0x1000302
UsagePage=0x1
Usage=0x35
Name=RIGHT STICK (LEFT/RIGHT)
[VID_8631&PID_1128.Application.{67131587-3938-4857-8A2E-D99DC2C82068}.Genre.7]
NumActions=34
MapExists=1
CTRL33554948=0xFF004400
CTRL33555204=0xFF004401
CTRL33556740=0xFF004402
CTRL33554436=0xFF004403
CTRL33554692=0xFF004404
CTRL33556996=0xFF004409
CTRL33557252=0xFF00440A
CTRL33555460=0xFF00440B
CTRL33555716=0xFF00440C
CTRL33556228=0xFF00440D
CTRL33555972=0xFF00440E
CTRL16777218=0xFF004201
CTRL16777474=0xFF004202
CTRL16777986=0xFF004203
CTRL514=0xFF004204
I don't see any reference to Chankast.
rich_is_bored is offline   Reply With Quote