-
Notifications
You must be signed in to change notification settings - Fork 20
/
mod.json
91 lines (91 loc) · 2.38 KB
/
mod.json
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"geode": "3.8.1",
"gd": {
"win": "2.206"
},
"version": "v1.2.3",
"id": "syzzi.click_between_frames",
"name": "Click Between Frames",
"developer": "syzzi",
"description": "Allows inputs to register between frames.",
"dependencies": [
{
"id": "geode.custom-keybinds",
"version": ">=v1.6.0",
"importance": "required"
}
],
"incompatibilities": [
{
"id": "nytelyte.wave_trail_drag_fix",
"importance": "conflicting",
"version": "<=v1.1.6"
}
],
"tags": [
"performance",
"gameplay",
"enhancement"
],
"settings": {
"functionality": {
"name": "Functionality",
"type": "title"
},
"soft-toggle": {
"name": "Disable CBF",
"description": "Disable CBF without needing to restart GD. This option does not disable physics bypass if you have it enabled!",
"type": "bool",
"default": false
},
"safe-mode": {
"name": "Safe Mode",
"description": "Disable progress & stats on rated levels.",
"type": "bool",
"default": false
},
"actual-delta": {
"name": "Physics Bypass",
"description": "Reduces stuttering on some FPS values. Active even if \"Disable CBF\" is checked.\n\nTHIS WILL ALTER PHYSICS AND MAY BREAK SOME LEVELS! DON'T USE THIS IF YOUR LIST/LEADERBOARD BANS PHYSICS BYPASS!",
"type": "bool",
"default": false
},
"right-click": {
"name": "Right Click P2",
"description": "Use right click for player 2 jump.",
"type": "bool",
"default": false
},
"performance": {
"name": "Performance",
"type": "title"
},
"mouse-fix": {
"name": "Reduce Mouse Lag",
"description": "Reduce lag when using high polling rate mice.\nRequires CBF to be enabled.\nExperimental, may break things.",
"type": "bool",
"default": false
},
"late-cutoff": {
"name": "Late Input Cutoff",
"description": "Check for inputs near the end of the frame instead of the start.\n\nSlightly reduces input lag, but also slightly hurts precision. May help if you are experiencing dropped or delayed inputs.",
"type": "bool",
"default": false
},
"thread-priority": {
"name": "Thread Priority",
"description": "Whether to automatically set CBF's thread priority to the highest available.",
"type": "bool",
"default": true,
"requires-restart": true
}
},
"links": {
"source": "https://github.com/theyareonit/Click-Between-Frames"
},
"resources": {
"files": [
"resources/linux-input.exe.so"
]
}
}