-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathmod.json
More file actions
221 lines (221 loc) · 5.74 KB
/
Copy pathmod.json
File metadata and controls
221 lines (221 loc) · 5.74 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
{
"geode": "5.7.1",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"version": "v2.5.2",
"id": "beat.click-sound",
"name": "Click Sounds Full",
"developers": [
"Beat"
],
"description": "Plays a sound when you press a jump button.",
"resources": {
"files": [
"resources/**/*.ogg",
"resources/**/*.mp3",
"resources/**/*.wav",
"resources/**/clicksounds.default.packgen.zip"
],
"sprites": [
"resources/**/*.png"
]
},
"links": {
"community": "https://discord.gg/tu98bsGA32",
"source": "https://github.com/clicksounds/geode-clicksound",
"homepage": "https://clicksounds.xyz"
},
"tags": [
"universal",
"gameplay",
"editor",
"online",
"customization"
],
"dependencies": {
"geode.node-ids": {
"version": ">=v1.23.0",
"required": true
}
},
"incompatibilities": {
"beat.click_sounds_lite": {
"breaking": false,
"version": ">=v1.0.0"
},
"beat.pack-installer": {
"breaking": true,
"version": "<v2.1.2"
}
},
"settings": {
"master-section": {
"name": "Master",
"description": "This category controls both click and release sounds.",
"type": "title"
},
"enable-master": {
"name": "Master Enable",
"description": "If disabled, no click or release sounds will play.",
"type": "bool",
"default": true
},
"master-volume": {
"name": "Master Volume (%)",
"description": "Controls the overall volume of both click and release sounds.",
"type": "int",
"default": 100,
"min": 0,
"max": 100,
"control": {
"slider": true
}
},
"clicksounds-section": {
"name": "Click Sounds",
"description": "This category is for settings that are for <cr>Click Sounds</c>",
"type": "title"
},
"enable-clicksounds": {
"name": "Enable Click Sounds",
"type": "bool",
"default": true
},
"click-volume": {
"name": "Click sounds volume (%)",
"type": "int",
"default": 50,
"min": 0,
"max": 100,
"control": {
"slider": true
}
},
"selection-clicks": {
"type": "custom:selectionclicks",
"name": "Select Your Click Sounds",
"default": "Useful",
"clicksound" : true
},
"clicksound-effect": {
"type": "custom:clicksoundeffect",
"name": "Test Sound",
"clicksound" : true
},
"release-section": {
"name": "Release Sounds",
"description": "This category is for settings that are for <cr>Release Sounds</c>",
"type": "title"
},
"enable-releasesounds": {
"name": "Enable Release Sounds",
"type": "bool",
"default": true
},
"release-volume": {
"name": "Release sounds volume (%)",
"type": "int",
"default": 50,
"min": 0,
"max": 100,
"control": {
"slider": true
}
},
"selection-release": {
"type": "custom:selectionclicks",
"name": "Select Your Release Sounds",
"clicksound" : false,
"default": "Useful"
},
"releasesound-effect": {
"type": "custom:clicksoundeffect",
"name": "Test Sound",
"clicksound" : false
},
"Miscellaneous-section": {
"name": "Miscellaneous",
"description": "This category is for settings that are <cr>Miscellaneous</c> and are extra features",
"type": "title"
},
"sounds-everywhere": {
"name": "Sounds Everywhere (buggy)",
"type": "bool",
"description": "Sounds will play everywhere instead of just in levels. This will break all botting tools. (Experimental)",
"default": false
},
"only-on-jump": {
"name": "Only play on jump",
"description": "Doesn't play sound on movement of platformer keys. Ignored by the 'Sounds Everywhere' option.",
"type": "bool",
"default": true
},
"settings-button": {
"name": "Show settings button",
"description": "When enabled, a settings button appears in the pause menu.",
"type": "bool",
"default": true
},
"sfx-semitone": {
"name": "Pitch of the sounds",
"description": "Determines the pitch of click/release sounds using semitones. The Default semitones is set 0 (12 semitones = 1 Octave)",
"type": "int",
"default": 0,
"min": -12,
"max": 12,
"control": {
"slider": true
}
},
"keybinds-section": {
"name": "Keybinds",
"description": "This category is for settings that are for <cr>Keybind bindings</c>",
"type": "title"
},
"master-toggle-keybind": {
"name": "Master toggle keybind",
"description": "The keybind to toggle all sounds on and off.",
"type": "keybind",
"default": "Ctrl+Shift+F6"
},
"clicks-toggle-keybind": {
"name": "Clicks toggle keybind",
"description": "The keybind to toggle click sounds on and off.",
"type": "keybind",
"default": ""
},
"releases-toggle-keybind": {
"name": "Releases toggle keybind",
"description": "The keybind to toggle release sounds on and off.",
"type": "keybind",
"default": ""
},
"sounds-everywhere-toggle-keybind": {
"name": "Sounds everywhere keybind",
"description": "The keybind to toggle the buggy sounds everywhere option on and off.",
"type": "keybind",
"default": ""
},
"advanced-section": {
"name": "Advanced Options",
"type": "title",
"description": "Only touch these if you know what you're doing."
},
"optimize-sounds": {
"name": "Optimize sounds (experimental)",
"description": "When enabled, Click Sounds will stop the oldest playing sound if there are too many. This is useful for macro bots.",
"type": "bool",
"default": true
},
"downloadOnStartup": {
"name": "Download index on startup",
"description": "When enabled, the Click Sounds Index will automatically download on startup. This is very data heavy and not recommended for those on cellular data.",
"type": "bool",
"default": false
}
}
}