-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathmod.json
153 lines (152 loc) · 3.84 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
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
{
"geode": "4.1.1",
"gd": {
"win": "2.2074",
"android": "2.2074"
},
"version": "2.3.11",
"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"]
},
{
"id": "eclipse.ffmpeg-api",
"version": ">=1.1.2",
"importance": "required"
}
],
"settings": {
"button-setting": {
"type": "custom:button",
"name": "Open Menu"
},
"macro_accuracy": {
"type": "string",
"name": "Accuracy",
"default": "Frame Fixes",
"one-of": ["Vanilla", "Input Fixes", "Frame Fixes"]
},
"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"]
},
"macros_folder": {
"name": "Macro Save Location",
"type": "folder",
"default": "{gd_dir}/macros"
},
"autosaves_folder": {
"name": "Auto Saves Location",
"type": "folder",
"default": "{gd_dir}/autosaves"
},
"render_folder": {
"name": "Render Save Location",
"type": "folder",
"default": "{gd_dir}/renders"
},
"background_color": {
"name": "Menu background color",
"type": "color",
"default": "#334499"
},
"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"]
},
"level_settings_button": {
"name": "Show Button At Settings",
"description": "Shows the xdBot button in the level settings layer.",
"type": "bool",
"default": false
},
"restore_page": {
"name": "Restore Settings Page",
"description": "Saves the page you were in when you closed the menu.",
"type": "bool",
"default": true
},
"disable_speedhack": {
"name": "Auto Disable Speedhack",
"description": "Disables Speedhack when exiting a level.",
"type": "bool",
"default": true
},
"frame_fixes_limit": {
"name": "Frame Fixes Limit in FPS",
"description": "Limits how many frame fixes per second there will be.",
"type": "int",
"default": 240,
"min": 1
},
"auto_stop_playing": {
"name": "Auto Stop Playing",
"description": "Stops playing the macro when it ends.",
"type": "bool",
"default": true
},
"lock_delta": {
"name": "Lock Delta",
"description": "Locks the delta.",
"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"
]
},
"links": { "source": "https://github.com/ZiLko/xdBot", "community": "https://discord.gg/w6yvdzVzBd" },
"tags": ["gameplay", "utility", "cheat"]
}