-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscreenshotinput.ini
More file actions
54 lines (52 loc) · 4.12 KB
/
screenshotinput.ini
File metadata and controls
54 lines (52 loc) · 4.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
//////////////////////////////////////////////////////////////////////////////////////////////////
// //
// *Proudly presented By Messenils from the Splitscreen.me team* //
// //
//////////////////////////////////////////////////////////////////////////////////////////////////
// Ini Settings: //
// //
//ControllerID 1 to 4 //
//standard value: 0 //
// //
// Emulated dot deadzones //
//"AxisLeftSens" is left deadzone. can be between -20000 to 20000. but should be around 7000 //
// standard value: -7849 //
//"AxisRightSens" is left deadzone. can be between -20000 to 20000 but should be around -7000 //
// standard value: 12000 //
//"AxisUpsens" is up deadzone. can be between -20000 to 20000. but should be around 7000 //
// standard value: 0 //
//"AxisDownsens" is down deadzone. can be between -20000 to 20000. but should be around -7000 //
// standard value: -16049 //
//
// sensitivity //
//"Dot Speed" is a linear speed modifier. higher value is slower while lower is faster //
// standard value: 75 //
//"CA Dot Speed" is a combined axis speed modifier. higher value is slower while lower is faster//
// standard value: 100 //
// //
// mode settings //
//"Initial Mode" is what mode to set on startup. //
// 0 = only send input on bmp search(A,B,X,Y buttons) //
// 1 = emulated cursor with red dot + bmp search(controllable with left stick) //
// 2 = button mapping mode. will map button presses(A,B,X,Y buttons) to red dot position //
//"Allow modechange" 0 is false(not allow) and 1 is true(allow). //
// You can change mode with "start button" on controller if setting is on //
//"Sendfocus" //
// Method of focusing window before doing input //
// 0: None //
// 1: mouseclick upper left corner //
// 2: SetForegroundWindow //
// 3: SetActiveWindow //
// //
//////////////////////////////////////////////////////////////////////////////////////////////////
[Settings]
Controllerid=0
AxisLeftsens=-7849
AxisRightsens=12000
AxisUpsens=0
AxisDownsens=-16049
Dot Speed=75
CA Dot Speed=100
Initial Mode=1
Allow modechange=1
Sendfocus=2