-
Notifications
You must be signed in to change notification settings - Fork 30
/
mod.json
122 lines (121 loc) · 3.09 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
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
{
"geode": "4.0.1",
"gd": {
"win": "2.2074",
"android": "2.2074"
},
"version": "v2.1.3",
"id": "zilko.xdbot",
"name": "xdBot",
"developer": "Zilko",
"description": "Best Free Bot fr",
"dependencies": [
{
"id": "geode.custom-keybinds",
"version": ">=v1.10.0",
"importance": "required",
"platforms": ["win"]
}
],
"settings": {
"frame_fixes": {
"name": "Frame Fixes",
"description": "Records the players position every frame",
"type": "bool",
"default": true
},
"frame_offset": {
"name": "Frame Offset",
"description": "Adds a frame offset when recording or playing macros",
"type": "int",
"default": 0,
"min": -8,
"max": 8
},
"endscreen_button": {
"name": "Button at Endscreen",
"description": "Shows the menu button at the endscreen.",
"type": "bool",
"default": false
},
"ffmpeg_path": {
"name": "ffmpeg.exe Path",
"description": "The path for ffmpeg.exe, needed to use render.",
"type": "file",
"default": "",
"platforms": ["win"]
},
"render_folder": {
"name": "Render Save Location",
"type": "folder",
"default": "{gd_dir}/renders",
"platforms": ["win"]
},
"background_color": {
"name": "Menu background color",
"type": "color",
"default": "#334499"
},
"show_trajectory_color1": {
"name": "Trajectory Primary Color",
"type": "color",
"default": "#820808"
},
"show_trajectory_color2": {
"name": "Trajectory Secondary Color",
"type": "color",
"default": "#4ae255"
},
"show_trajectory_length": {
"name": "Trajectory Length",
"description": "How long will the Show Trajectory be.",
"type": "int",
"default": 240,
"min": 60,
"max": 480
},
"editor_keybinds": {
"name": "Keybinds on editor",
"description": "Enables keybinds while on the level editor.",
"type": "bool",
"default": false,
"platforms": ["win"]
},
"disable_keybinds": {
"name": "Disable keybinds",
"description": "Disables all keybinds.",
"type": "bool",
"default": false,
"platforms": ["win"]
},
"recording_only_keybinds": {
"name": "Keybinds only while recording",
"description": "Keybinds only work while recording a macro.",
"type": "bool",
"default": false,
"platforms": ["win"]
},
"restore_page": {
"name": "Restore Settings Page",
"description": "Saves the page you were in when you closed the menu.",
"type": "bool",
"default": false
}
},
"resources": {
"sprites": [
"resources/GJ_commentSide2_001_White.png",
"resources/GJ_commentTop2_001_White.png"
],
"files": [
"resources/default_hold_click.mp3",
"resources/default_release_click.mp3",
"resources/default_hold_left.mp3",
"resources/default_release_left.mp3",
"resources/default_hold_right.mp3",
"resources/default_release_right.mp3"
]
},
"repository": "https://github.com/ZiLko/xdBot/",
"tags": ["gameplay", "utility", "cheat"]
}