-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
119 lines (110 loc) · 9.55 KB
/
Copy pathmod.json
File metadata and controls
119 lines (110 loc) · 9.55 KB
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
{
"geode": "5.7.1",
"gd": {
"android": "2.2081",
"win": "2.2081",
"mac": "2.2081"
},
"id": "lukasos.labels",
"name": "Labels",
"version": "v1.0.0",
"developer": "Lukasos",
"description": "Adds customizable HUD labels showing FPS, CPS, Attempts and Best% while playing.",
"tags": [
"interface",
"utility",
"customization"
],
"dependencies": {
"geode.node-ids": {
"version": ">=v1.0.0",
"importance": "required"
}
},
"links": {
"source": "https://github.com/lukasos-gd/Labels",
"community": "https://discord.gg/cqZJNdKJDC"
},
"settings": {
"fps-show": { "name": "Show FPS", "type": "bool", "default": true },
"fps-scale": { "name": "FPS Scale", "type": "float", "default": 0.35, "min": 0.1, "max": 2.0 },
"fps-opacity": { "name": "FPS Opacity", "type": "float", "default": 0.5, "min": 0.0, "max": 1.0 },
"fps-r": { "name": "FPS Red", "type": "int", "default": 255, "min": 0, "max": 255 },
"fps-g": { "name": "FPS Green", "type": "int", "default": 255, "min": 0, "max": 255 },
"fps-b": { "name": "FPS Blue", "type": "int", "default": 255, "min": 0, "max": 255 },
"fps-x": { "name": "FPS X", "type": "float", "default": 5.0, "min": 0.0, "max": 500.0 },
"fps-y": { "name": "FPS Y (from top)", "type": "float", "default": 11.0, "min": 0.0, "max": 500.0 },
"cps-show": { "name": "Show CPS", "type": "bool", "default": true },
"cps-scale": { "name": "CPS Scale", "type": "float", "default": 0.35, "min": 0.1, "max": 2.0 },
"cps-opacity": { "name": "CPS Opacity", "type": "float", "default": 0.5, "min": 0.0, "max": 1.0 },
"cps-r": { "name": "CPS Red", "type": "int", "default": 255, "min": 0, "max": 255 },
"cps-g": { "name": "CPS Green", "type": "int", "default": 255, "min": 0, "max": 255 },
"cps-b": { "name": "CPS Blue", "type": "int", "default": 255, "min": 0, "max": 255 },
"cps-x": { "name": "CPS X", "type": "float", "default": 5.0, "min": 0.0, "max": 500.0 },
"cps-y": { "name": "CPS Y (from top)", "type": "float", "default": 23.0, "min": 0.0, "max": 500.0 },
"attempts-show": { "name": "Show Attempts", "type": "bool", "default": true },
"attempts-scale": { "name": "Attempts Scale", "type": "float", "default": 0.35, "min": 0.1, "max": 2.0 },
"attempts-opacity": { "name": "Attempts Opacity", "type": "float", "default": 0.5, "min": 0.0, "max": 1.0 },
"attempts-r": { "name": "Attempts Red", "type": "int", "default": 255, "min": 0, "max": 255 },
"attempts-g": { "name": "Attempts Green", "type": "int", "default": 255, "min": 0, "max": 255 },
"attempts-b": { "name": "Attempts Blue", "type": "int", "default": 255, "min": 0, "max": 255 },
"attempts-x": { "name": "Attempts X", "type": "float", "default": 5.0, "min": 0.0, "max": 500.0 },
"attempts-y": { "name": "Attempts Y (from top)", "type": "float", "default": 35.0, "min": 0.0, "max": 500.0 },
"best-show": { "name": "Show Best %", "type": "bool", "default": true },
"best-scale": { "name": "Best % Scale", "type": "float", "default": 0.35, "min": 0.1, "max": 2.0 },
"best-opacity": { "name": "Best % Opacity", "type": "float", "default": 0.5, "min": 0.0, "max": 1.0 },
"best-r": { "name": "Best % Red", "type": "int", "default": 255, "min": 0, "max": 255 },
"best-g": { "name": "Best % Green", "type": "int", "default": 255, "min": 0, "max": 255 },
"best-b": { "name": "Best % Blue", "type": "int", "default": 255, "min": 0, "max": 255 },
"best-x": { "name": "Best % X", "type": "float", "default": 5.0, "min": 0.0, "max": 500.0 },
"best-y": { "name": "Best % Y (from top)", "type": "float", "default": 47.0, "min": 0.0, "max": 500.0 },
"runfrom-show": { "name": "Show Run From %", "type": "bool", "default": true },
"runfrom-scale": { "name": "Run From % Scale", "type": "float", "default": 0.35, "min": 0.1, "max": 2.0 },
"runfrom-opacity": { "name": "Run From % Opacity", "type": "float", "default": 0.5, "min": 0.0, "max": 1.0 },
"runfrom-r": { "name": "Run From % Red", "type": "int", "default": 255, "min": 0, "max": 255 },
"runfrom-g": { "name": "Run From % Green", "type": "int", "default": 255, "min": 0, "max": 255 },
"runfrom-b": { "name": "Run From % Blue", "type": "int", "default": 255, "min": 0, "max": 255 },
"runfrom-x": { "name": "Run From % X", "type": "float", "default": 5.0, "min": 0.0, "max": 500.0 },
"runfrom-y": { "name": "Run From % Y (from top)","type": "float", "default": 59.0, "min": 0.0, "max": 500.0 },
"curpct-show": { "name": "Show Current %", "type": "bool", "default": true },
"curpct-scale": { "name": "Current % Scale", "type": "float", "default": 0.35, "min": 0.1, "max": 2.0 },
"curpct-opacity": { "name": "Current % Opacity", "type": "float", "default": 0.5, "min": 0.0, "max": 1.0 },
"curpct-r": { "name": "Current % Red", "type": "int", "default": 255, "min": 0, "max": 255 },
"curpct-g": { "name": "Current % Green", "type": "int", "default": 255, "min": 0, "max": 255 },
"curpct-b": { "name": "Current % Blue", "type": "int", "default": 255, "min": 0, "max": 255 },
"curpct-x": { "name": "Current % X", "type": "float", "default": 5.0, "min": 0.0, "max": 500.0 },
"curpct-y": { "name": "Current % Y (from top)", "type": "float", "default": 71.0, "min": 0.0, "max": 500.0 },
"time-show": { "name": "Show Session Time", "type": "bool", "default": true },
"time-scale": { "name": "Session Time Scale", "type": "float", "default": 0.35, "min": 0.1, "max": 2.0 },
"time-opacity": { "name": "Session Time Opacity", "type": "float", "default": 0.5, "min": 0.0, "max": 1.0 },
"time-r": { "name": "Session Time Red", "type": "int", "default": 255, "min": 0, "max": 255 },
"time-g": { "name": "Session Time Green", "type": "int", "default": 255, "min": 0, "max": 255 },
"time-b": { "name": "Session Time Blue", "type": "int", "default": 255, "min": 0, "max": 255 },
"time-x": { "name": "Session Time X", "type": "float", "default": 5.0, "min": 0.0, "max": 500.0 },
"time-y": { "name": "Session Time Y (from top)","type": "float","default": 83.0, "min": 0.0, "max": 500.0 },
"levelid-show": { "name": "Show Level ID", "type": "bool", "default": false },
"levelid-scale": { "name": "Level ID Scale", "type": "float", "default": 0.35, "min": 0.1, "max": 2.0 },
"levelid-opacity": { "name": "Level ID Opacity", "type": "float", "default": 0.5, "min": 0.0, "max": 1.0 },
"levelid-r": { "name": "Level ID Red", "type": "int", "default": 255, "min": 0, "max": 255 },
"levelid-g": { "name": "Level ID Green", "type": "int", "default": 255, "min": 0, "max": 255 },
"levelid-b": { "name": "Level ID Blue", "type": "int", "default": 255, "min": 0, "max": 255 },
"levelid-x": { "name": "Level ID X", "type": "float", "default": 5.0, "min": 0.0, "max": 500.0 },
"levelid-y": { "name": "Level ID Y (from top)","type": "float", "default": 95.0, "min": 0.0, "max": 500.0 },
"song-show": { "name": "Show Song Name", "type": "bool", "default": false },
"song-scale": { "name": "Song Name Scale", "type": "float", "default": 0.35, "min": 0.1, "max": 2.0 },
"song-opacity": { "name": "Song Name Opacity", "type": "float", "default": 0.5, "min": 0.0, "max": 1.0 },
"song-r": { "name": "Song Name Red", "type": "int", "default": 255, "min": 0, "max": 255 },
"song-g": { "name": "Song Name Green", "type": "int", "default": 255, "min": 0, "max": 255 },
"song-b": { "name": "Song Name Blue", "type": "int", "default": 255, "min": 0, "max": 255 },
"song-x": { "name": "Song Name X", "type": "float", "default": 5.0, "min": 0.0, "max": 500.0 },
"song-y": { "name": "Song Name Y (from top)", "type": "float", "default": 107.0,"min": 0.0, "max": 500.0 },
"objects-show": { "name": "Show Object Count", "type": "bool", "default": false },
"objects-scale": { "name": "Object Count Scale", "type": "float", "default": 0.35, "min": 0.1, "max": 2.0 },
"objects-opacity": { "name": "Object Count Opacity", "type": "float", "default": 0.5, "min": 0.0, "max": 1.0 },
"objects-r": { "name": "Object Count Red", "type": "int", "default": 255, "min": 0, "max": 255 },
"objects-g": { "name": "Object Count Green", "type": "int", "default": 255, "min": 0, "max": 255 },
"objects-b": { "name": "Object Count Blue", "type": "int", "default": 255, "min": 0, "max": 255 },
"objects-x": { "name": "Object Count X", "type": "float", "default": 5.0, "min": 0.0, "max": 500.0 },
"objects-y": { "name": "Object Count Y (from top)","type": "float","default": 119.0,"min": 0.0, "max": 500.0 }
}
}