Skip to content

Commit c735eb9

Browse files
authored
Add files via upload
1 parent cdc158b commit c735eb9

18 files changed

+566
-252
lines changed

items/items.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"name": "Core A-Side Crystal Heart",
4646
"type": "toggle",
4747
"img": "images/items/items/blue_heart.png",
48-
"codes": "hearta9"
48+
"codes": "hearta8"
4949
},
5050
{
5151
"name": "City B-Side Crystal Heart",
@@ -93,7 +93,7 @@
9393
"name": "Core B-Side Crystal Heart",
9494
"type": "toggle",
9595
"img": "images/items/items/red_heart.png",
96-
"codes": "heartb9"
96+
"codes": "heartb8"
9797
},
9898
{
9999
"name": "City C-Side Crystal Heart",
@@ -141,7 +141,7 @@
141141
"name": "Core C-Side Crystal Heart",
142142
"type": "toggle",
143143
"img": "images/items/items/yellow_heart.png",
144-
"codes": "heartc9"
144+
"codes": "heartc8"
145145
},
146146
{
147147
"name": "City Cassette",
@@ -189,7 +189,7 @@
189189
"name": "Core Cassette",
190190
"type": "toggle",
191191
"img": "images/items/items/cassette.png",
192-
"codes": "cassette9"
192+
"codes": "cassette8"
193193
},
194194
{
195195
"name": "City A-Side Level Completion",
@@ -237,19 +237,19 @@
237237
"name": "Epilogue Level Completion",
238238
"type": "toggle",
239239
"img": "images/items/items/complete.png",
240-
"codes": "compa8"
240+
"codes": "compep"
241241
},
242242
{
243243
"name": "Core A-Side Level Completion",
244244
"type": "toggle",
245245
"img": "images/items/items/complete.png",
246-
"codes": "compa9"
246+
"codes": "compa8"
247247
},
248248
{
249249
"name": "Farewell A-Side Level Completion",
250250
"type": "toggle",
251251
"img": "images/items/items/complete.png",
252-
"codes": "compa10"
252+
"codes": "compa9"
253253
},
254254
{
255255
"name": "City B-Side Level Completion",
@@ -297,7 +297,7 @@
297297
"name": "Core B-Side Level Completion",
298298
"type": "toggle",
299299
"img": "images/items/items/complete.png",
300-
"codes": "compb9"
300+
"codes": "compb8"
301301
},
302302
{
303303
"name": "City C-Side Level Completion",
@@ -345,6 +345,6 @@
345345
"name": "Core C-Side Level Completion",
346346
"type": "toggle",
347347
"img": "images/items/items/complete.png",
348-
"codes": "compc9"
348+
"codes": "compc8"
349349
}
350350
]

items/labels.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,14 @@
173173
"img": "images/items/labels/ch9.png",
174174
"initial_active_state": true,
175175
"allow_disabled": false,
176-
"codes": "ch9"
176+
"codes": "ch8"
177177
},
178178
{
179179
"name": "Chapter 9",
180180
"type": "toggle",
181181
"img": "images/items/labels/ch10.png",
182182
"initial_active_state": true,
183183
"allow_disabled": false,
184-
"codes": "ch10"
184+
"codes": "ch9"
185185
}
186186
]

items/settings.json

+16-1
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,20 @@
119119
}
120120

121121
]
122-
}
122+
},
123+
{
124+
"name": "Current Level",
125+
"type": "progressive",
126+
"img": "",
127+
"disabled_img": "",
128+
"codes": "cur_level_id"
129+
},
130+
{
131+
"name": "Auto-Tab",
132+
"type": "progressive",
133+
"loop": true,
134+
"img": "images/items/items/autotab.png",
135+
"disabled_img": "images/items/items/autotab_off.png",
136+
"codes": "tab_switch"
137+
}
123138
]

layouts/auto_tab.json

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"auto_tab": {
3+
"type": "array",
4+
"orientation": "vertical",
5+
"margin": "0,0",
6+
"content": [
7+
{
8+
"type": "array",
9+
"orientation": "horizontal",
10+
"margin": "0,0",
11+
"content": [
12+
{
13+
"type": "itemgrid",
14+
"item_margin": "2, 2",
15+
"item_size": "30, 30",
16+
"background": "#04000a",
17+
"h_alignment": "right",
18+
"item_h_alignment": "center",
19+
"item_v_alignment": "center",
20+
"rows": [
21+
[
22+
"tab_switch"
23+
]
24+
]
25+
}
26+
]
27+
}
28+
]
29+
}
30+
}

layouts/items.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,28 @@
2020
"rows": [
2121

2222
[
23-
"", "ch1", "ch2", "ch3", "ch4", "ch5", "ch6", "ch7", "ep", "ch9", "ch10"
23+
"", "ch1", "ch2", "ch3", "ch4", "ch5", "ch6", "ch7", "ep", "ch8", "ch9"
2424
],
2525
[
26-
"alabel", "compa1", "compa2", "compa3", "compa4", "compa5", "compa6", "compa7", "compa8", "compa9", "compa10"
26+
"alabel", "compa1", "compa2", "compa3", "compa4", "compa5", "compa6", "compa7", "compep", "compa8", "compa9"
2727
],
2828
[
29-
"blabel", "compb1", "compb2", "compb3", "compb4", "compb5", "compb6", "compb7", "", "compb9"
29+
"blabel", "compb1", "compb2", "compb3", "compb4", "compb5", "compb6", "compb7", "", "compb8"
3030
],
3131
[
32-
"clabel", "compc1", "compc2", "compc3", "compc4", "compc5", "compc6", "compc7", "", "compc9"
32+
"clabel", "compc1", "compc2", "compc3", "compc4", "compc5", "compc6", "compc7", "", "compc8"
3333
],
3434
[
35-
"cassettelabel", "cassette1", "cassette2", "cassette3", "cassette4", "cassette5", "cassette6", "cassette7", "", "cassette9"
35+
"cassettelabel", "cassette1", "cassette2", "cassette3", "cassette4", "cassette5", "cassette6", "cassette7", "", "cassette8"
3636
],
3737
[
38-
"alabel", "hearta1", "hearta2", "hearta3", "hearta4", "hearta5", "hearta6", "hearta7", "", "hearta9"
38+
"alabel", "hearta1", "hearta2", "hearta3", "hearta4", "hearta5", "hearta6", "hearta7", "", "hearta8"
3939
],
4040
[
41-
"blabel", "heartb1", "heartb2", "heartb3", "heartb4", "heartb5", "heartb6", "heartb7", "", "heartb9"
41+
"blabel", "heartb1", "heartb2", "heartb3", "heartb4", "heartb5", "heartb6", "heartb7", "", "heartb8"
4242
],
4343
[
44-
"clabel", "heartc1", "heartc2", "heartc3", "heartc4", "heartc5", "heartc6", "heartc7", "", "heartc9"
44+
"clabel", "heartc1", "heartc2", "heartc3", "heartc4", "heartc5", "heartc6", "heartc7", "", "heartc8"
4545
]
4646
]
4747
}

layouts/settings.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
"item_h_alignment": "center",
1919
"item_v_alignment": "center",
2020
"rows": [
21-
[
22-
""
23-
],
2421
[
2522
"", "goallevel", "goal", ""
2623
],
@@ -37,7 +34,10 @@
3734
"compttl", "comptotal", "comprequired", "compreq"
3835
],
3936
[
40-
"", "", "", ""
37+
""
38+
],
39+
[
40+
""
4141
]
4242
]
4343
}

layouts/tracker.json

-19
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,4 @@
11
{
2-
"settings_popup": {
3-
"type": "array",
4-
"margin": "5",
5-
"content": [
6-
{
7-
"type": "group",
8-
"header": "Autofill Settings",
9-
"description": "Enable/Disable the automatic fill of the settings pannel from for connected Slot_Data",
10-
"header_background": "#3e4b57",
11-
"content": [
12-
{
13-
"type": "item",
14-
"margin": "-5,-1,-5,-5",
15-
"item": "autofill_settings"
16-
}
17-
]
18-
}
19-
]
20-
},
212
"tracker_default": {
223
"type": "container",
234
"background": "#000000",

locations/core/core.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"name": "Core",
44
"chest_unopened_img": "images/items/items/berry.png",
55
"chest_opened_img": "images/items/items/berry2.png",
6+
"visibility_rules": ["core", "farewell"],
67
"children": [
78
{
89
"name": "Core A-Side - Into the Core",
@@ -15,8 +16,7 @@
1516
}
1617
],
1718
"access_rules":
18-
// remove $HEART|hearttotal|4 with new update
19-
["compa8, $CORE, $HEART|hearttotal|4", "compa8, core, $HEART|hearttotal|4, $GOAL"],
19+
["compep, $CORE, $HEART|hearttotal|4", "compep, core, $HEART|hearttotal|4, $GOAL"],
2020
"sections":
2121
[
2222
{
@@ -37,7 +37,7 @@
3737
}
3838
],
3939
"access_rules":
40-
["compa8, $CORE, $HEART|hearttotal|4", "compa8, core, $HEART|hearttotal|4, $GOAL"],
40+
["compep, $CORE, $HEART|hearttotal|4", "compep, core, $HEART|hearttotal|4, $GOAL"],
4141
"sections":
4242
[
4343
{
@@ -68,7 +68,7 @@
6868
}
6969
],
7070
"access_rules":
71-
["compa8, $CORE, $HEART|hearttotal|4", "compa8, core, $HEART|hearttotal|4, $GOAL"],
71+
["compep, $CORE, $HEART|hearttotal|4", "compep, core, $HEART|hearttotal|4, $GOAL"],
7272
"sections":
7373
[
7474
{
@@ -109,8 +109,8 @@
109109
"y": 279
110110
}
111111
],
112-
"access_rules":
113-
["cassette9, $HEART|hearttotal|15"],
112+
"visibility_rules": ["farewell"],
113+
"access_rules": ["cassette8, $HEART|hearttotal|15"],
114114
"sections":
115115
[
116116
{
@@ -139,8 +139,8 @@
139139
"y": 319
140140
}
141141
],
142-
"access_rules":
143-
["$C9, $HEART|hearttotal|23"],
142+
"visibility_rules": ["farewell"],
143+
"access_rules": ["$C8, $HEART|hearttotal|23"],
144144
"sections":
145145
[
146146
{

locations/core/core_heart_of_the_mountain.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"name": "Core-Heart of the Mountain",
44
"chest_unopened_img": "images/items/items/berry.png",
55
"chest_opened_img": "images/items/items/berry2.png",
6+
"visibility_rules": ["core", "farewell"],
67
"access_rules":
7-
["compa8, $CORE, $HEART|hearttotal|4", "compa8, core, $HEART|hearttotal|4, $GOAL"],
8+
["compep, $CORE, $HEART|hearttotal|4", "compep, core, $HEART|hearttotal|4, $GOAL"],
89
"children": [
910
{
1011
"name": "Strawberry 5",

locations/core/core_hot_and_cold.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"name": "Core-Hot and Cold",
44
"chest_unopened_img": "images/items/items/berry.png",
55
"chest_opened_img": "images/items/items/berry2.png",
6+
"visibility_rules": ["core", "farewell"],
67
"access_rules":
7-
["compa8, $CORE, $HEART|hearttotal|4", "compa8, core, $HEART|hearttotal|4, $GOAL"],
8+
["compep, $CORE, $HEART|hearttotal|4", "compep, core, $HEART|hearttotal|4, $GOAL"],
89
"children": [
910
{
1011
"name": "Strawberry 2",

locations/core/core_into_the_core.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"name": "Core-Into the Core",
44
"chest_unopened_img": "images/items/items/berry.png",
55
"chest_opened_img": "images/items/items/berry2.png",
6+
"visibility_rules": ["core", "farewell"],
67
"access_rules":
7-
["compa8, $CORE, $HEART|hearttotal|4", "compa8, core, $HEART|hearttotal|4, $GOAL"],
8+
["compep, $CORE, $HEART|hearttotal|4", "compep, core, $HEART|hearttotal|4, $GOAL"],
89
"children": [
910
{
1011
"name": "Strawberry 1",

locations/farewell/farewell.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[
22
{
33
"name": "Farewell",
4+
"visibility_rules": ["farewell"],
45
"children": [
56
{
67
"name": "Farewell",

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Celeste PopTracker",
33
"game_name": "Celeste",
4-
"package_version": "2.3.0",
4+
"package_version": "2.4.0",
55
"package_uid": "celeste",
66
"platform": "steam",
77
"author": "Seto10987",

0 commit comments

Comments
 (0)