mirror of
https://github.com/qwerfd2/Groove_Coaster_2_Server.git
synced 2025-12-22 03:30:18 +00:00
save data
This commit is contained in:
@@ -544,7 +544,8 @@ async def ttag(request: Request):
|
||||
gcoin_mp_3='selected' if gcoin_mp == 3 else '',
|
||||
gcoin_mp_4='selected' if gcoin_mp == 4 else '',
|
||||
gcoin_mp_5='selected' if gcoin_mp == 5 else '',
|
||||
savefile_id=savefile_id
|
||||
savefile_id=savefile_id,
|
||||
debug_info=original_field
|
||||
)
|
||||
else:
|
||||
with open("files/register.html", "r") as file:
|
||||
@@ -593,7 +594,7 @@ async def bonus(request: Request):
|
||||
cnt_id = int(reward_elem.find("cnt_id").text)
|
||||
|
||||
if cnt_type == 1:
|
||||
stages = set(json.loads(my_stage)) if my_stage else set()
|
||||
stages = set(my_stage) if my_stage else set()
|
||||
if cnt_id not in stages:
|
||||
stages.add(cnt_id)
|
||||
my_stage = json.dumps(list(stages))
|
||||
|
||||
3
various-tools/full unlocked save/readme.txt
Normal file
3
various-tools/full unlocked save/readme.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
This is a base64 string for the server to deliver the save data to the client (user table, data field)
|
||||
|
||||
It unlocks all the songs and difficulties.
|
||||
1
various-tools/full unlocked save/save.b64
Normal file
1
various-tools/full unlocked save/save.b64
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user