-
Notifications
You must be signed in to change notification settings - Fork 1
/
mod.json
79 lines (79 loc) · 2.03 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
{
"geode": "3.4.0",
"gd": {
"win": "2.206",
"android": "2.206"
},
"version": "0.3.2",
"id": "flafy.autonong",
"name": "Auto Nong",
"developer": "Flafy",
"description": "Automatically download NONG songs for levels",
"links": {
"community": "https://discord.gg/twuZ3X35yM",
"source": "https://github.com/flafydev/auto-nong"
},
"repository": "https://github.com/flafydev/auto-nong",
"tags": [
"music",
"online",
"utility",
"interface"
],
"dependencies": [
{
"id": "fleym.nongd",
"version": ">=2.11.0",
"importance": "required"
}
],
"resources": {
"sprites": [
"resources/addIcon.png",
"resources/mod_btn.png",
"resources/logo_regular.png",
"resources/logo_grayscaled.png"
]
},
"settings": {
"use-cobalt": {
"name": "Use Cobalt Tools",
"type": "bool",
"default": true
},
"use-yt-dlp": {
"name": "Use yt dlp",
"type": "bool",
"default": false
},
"yt-dlp-path": {
"name": "yt dlp path",
"type": "file",
"default": "yt-dlp.exe"
},
"indexes2": {
"name": "Indexes",
"description": "Auto Nong indexes.\nFrom indexes the mod knows where to fetch the songs from.",
"type": "custom",
"default": [
"https://cdn.jsdelivr.net/gh/FlafyDev/auto-nong-indexes@dist/official.json.gz",
"https://cdn.jsdelivr.net/gh/FlafyDev/auto-nong-indexes@dist/sfh.json.gz"
]
},
"show-level-popup": {
"name": "Show popup",
"description": "Shows a popup when a level has a NONG song. Only once per level.",
"type": "bool",
"default": true
},
"always-show-auto-nong-btn": {
"name": "Always show\nAuto Nong button",
"description": "\nAlways show the Auto Nong button when entering a level. Even when there are no NONG songs to replace.\nThis is for adding NONG songs to levels that don't have any.",
"type": "bool",
"default": false
},
"_blacklistPPClear": {
"type": "custom"
}
}
}