-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmod.json
100 lines (100 loc) · 3.86 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
{
"geode": "4.2.0",
"version": "v1.2.1",
"gd": {
"android": "2.2074",
"win": "2.2074",
"mac": "2.2074"
},
"id": "b1rtek.gddlintegration",
"name": "GDDL Integration",
"developers": ["B1rtek", "Diversion"],
"description": "Integration with Geometry Dash Demon Ladder - level tiers, search and more",
"links": {
"homepage": "https://gdladder.com",
"source": "https://github.com/B1rtek/Geode-GDDLIntegration",
"community": "https://discord.gg/gddl"
},
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=1.13.2",
"importance": "required"
}
],
"tags": [
"utility",
"interface",
"online"
],
"issues": {
"info": "You can submit an <cr>bug report</c>/<cj>feature request</c> directly to the mod's repo here",
"url": "https://github.com/B1rtek/Geode-GDDLIntegration/issues/new/choose"
},
"resources": {
"sprites": [
"resources/search.png",
"resources/gddlpopup.png",
"resources/tiers/*.png",
"resources/skillsets/*.png"
]
},
"settings": {
"login": {
"name": "GDDL Account",
"description": "<cb>Log in</c> to your <cr>GDDL Account</c> to be able to submit ratings <cg>directly from the game</c>.",
"type": "custom:login-v3"
},
"title-level-info-settings": {
"name": "Level info screen",
"type": "title"
},
"button-position": {
"name": "Button position",
"description": "Defines the <cr>GDDL Button</c> position on the <cb>level info</c> page. <cy>By default</c> it's positioned <cp>to the left</c> of the <cr>demon difficulty face</c>. This setting <cy>is overriden</c> by the setting \"<cb>Use old tier label</c>\"",
"type": "custom:button-position-v3"
},
"use-old-tier-label" : {
"name": "Use old tier label",
"description": "<cy>Changes</c> the <cr>tier button</c> on the <cb>level info page</c> into a <cg>clickable label</c>, just like it used to be in the <co>early versions of this mod</c>. Allows you to <cy>specify an offset</c> to move the label <cg>up</c> <cb>or</c> <cr>down</c> by the given number of rows. <cr>This settings overrides \"Button position\"!</c>",
"type": "custom:use-old-tier-label-v3"
},
"title-level-info-popup-settings": {
"name": "Level details popup",
"type": "title"
},
"use-old-info-popup": {
"name": "Use old level info popup",
"description": "When activated, will show the <cb>simple popup</c> with average <cr>tier</c> and <cg>enjoyment</c> ratings instead of the one introduced in 1.2 with <cy>bar charts and skillsets</c>",
"type": "bool",
"default": false
},
"thin-chart-bars": {
"name": "Spacing in spread charts",
"description": "Makes the bars in <cr>rating</c> and <cg>enjoyment</c> spread charts thinner, when deactivated will leave <cb>no spacing between</c> bars in the charts",
"type": "bool",
"default": true
},
"title-misc-settings": {
"name": "Misc",
"type": "title"
},
"exclude-range" : {
"name": "Include/Exclude range",
"description": "<cr>Removes</c> the GDDL button from level pages of levels <cy>within</c> the specified range. If the <cb>include</c> toggle is toggled <cg>on</c>, the ratings will <cy>only</c> be displayed in the specified range. If both range ends are set to <cb>0</c>, this setting does <cy>nothing</c>, an empty value means 1 (range beginning) and 35 (range end) by default. Range is <cg>inclusive</c> on <cb>both</c> ends.",
"type": "custom:exclude-range-v3"
},
"popup-color": {
"name": "GDDL Popups color",
"description": "<cy>Changes</c> the <cb>background color</c> of the gray backgrounds in <cr>this mod's</c> popups",
"type": "string",
"default": "Gray",
"one-of": ["Brown", "Blue", "Green", "Purple", "Gray"]
},
"cache-reset-v3": {
"name": "Reset GDDL cache",
"description": "Use if the <cr>GDDL Split layer</c> shows <cy>zero</c> for every tier or if the ratings on the level info page are <co>inaccurate</c>.",
"type": "custom:cache-reset-v3"
}
}
}