-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathmod.json
More file actions
115 lines (115 loc) · 3.28 KB
/
Copy pathmod.json
File metadata and controls
115 lines (115 loc) · 3.28 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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"geode": "5.3.0",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"version": "v1.5.0",
"id": "syzzi.click_between_frames",
"name": "Click Between Frames",
"developer": "syzzi",
"description": "Allows inputs to register between frames.",
"incompatibilities": {
"zmx.cbf-lite": ">=1.0.0"
},
"tags": [
"performance",
"gameplay",
"enhancement"
],
"settings": {
"functionality-category": {
"name": "Functionality",
"type": "title"
},
"soft-toggle": {
"name": "Disable CBF",
"description": "Disable CBF/CoS 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
},
"click-on-steps": {
"name": "Click on Steps",
"description": "Only register inputs with 240TPS precision. Should have identical physics to vanilla.",
"type": "bool",
"default": false
},
"performance-category": {
"name": "Performance",
"type": "title",
"platforms": ["win"]
},
"mouse-fix": {
"name": "Reduce Mouse Lag",
"description": "Reduce lag when using high polling rate mice.\nExperimental, may break things.",
"type": "bool",
"default": false,
"platforms": ["win"]
},
"precision-fix": {
"name": "Precision Fix",
"description": "Improve input precision by preventing framerate desync.\nExperimental, may break things.",
"type": "bool",
"default": true,
"platforms": ["win"]
},
"pb-category": {
"name": "Physics Bypass",
"type": "title",
"platforms": ["win"]
},
"physics-bypass": {
"name": "Enable 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,
"platforms": ["win"]
},
"bypass-mode": {
"name": "Physics Bypass Mode",
"description": "2.2 mode means as few collision checks per frame as possible (with a minimum of 240 checks per second).\n\n2.1 mode means 4 collision checks per frame at 60fps or above",
"type": "string",
"one-of": ["2.2", "2.1"],
"default": "2.2",
"platforms": ["win"]
},
"linux-category": {
"name": "Linux",
"type": "title",
"platforms": ["win"]
},
"wine-workaround": {
"name": "Wine Workaround",
"description": "Wine doesn't let you get keyboard input between frames, so this is a workaround. However, it may not work properly on some PCs.\n\nOnly disable if experiencing issues (and don't play with keyboard if you disable it).",
"type": "bool",
"default": true,
"requires-restart": true,
"enable-if": "saved:you-must-be-on-linux-to-change-this",
"platforms": ["win"]
},
"right-click": {
"name": "Right Click P2",
"description": "Use right click for player 2 jump.",
"type": "bool",
"default": false,
"enable-if": "saved:you-must-be-on-linux-to-change-this && wine-workaround",
"platforms": ["win"]
}
},
"links": {
"source": "https://github.com/theyareonit/Click-Between-Frames"
},
"resources": {
"files": [
"resources/linux-input.so"
]
}
}