forked from ZiLko/xdBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod.json
51 lines (50 loc) · 1.47 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
{
"geode": "2.0.0",
"version": "v1.3.0",
"id": "zilko.xdbot",
"gd": "2.204",
"repository": "https://github.com/ZiLko/xdBot/",
"name": "xdBot",
"settings": {
"speedhack": {
"name": "Speedhack",
"description": "<cg>Toggle Speedhack</c> = <cl>C</c>\nSlows down the game to the desired value, only works while recording a macro.",
"type": "float",
"min": 0.01,
"max": 1.0,
"default": 1.0
},
"frame_stepper": {
"name": "Frame Stepper",
"description": "<cg>Advance Frame</c> = <cl>V</c>\n<cg>Disable</c> = <cl>B</c>\nLets you advance frame by frame for more precision.",
"type": "bool",
"default": false
},
"vanilla": {
"name": "Vanilla",
"description": "Stops recording the player's position during an input. Macro might be less accurate.\nModerately decreases macro size.",
"type": "bool",
"default": false
},
"frame_fix": {
"name": "Frame Fixes",
"description": "Improves accuracy by recording the player's position every frame to make sure the macro doesn't break.\nHeavily increases macro size.",
"type": "bool",
"default": false
},
"disable_frame_stepper": {
"name": "Disable FS Shortcut",
"description": "Disables frame stepper key shortcut.",
"type": "bool",
"default": false
},
"disable_speedhack": {
"name": "Disable SH Shortcut",
"description": "Disables speedhack key shortcut.",
"type": "bool",
"default": false
}
},
"developer": "Zilko",
"description": "Geometry Dash Bot"
}