File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ Your CCGameManager.dat File contains a lot of information regarding your account
27
27
| playerIconType| [ Icon] ( enumerations.md ) | The Index of the player's IconType |
28
28
| playerGlow| Bool| if Glow is enabled or not |
29
29
| secretNumber| Integer| the answer to ` cod3breaker ` in the vault of secrets |
30
+ | hasRP | Bool | If the player has a Registered account |
30
31
| [ valueKeeper] ( /resources/client/gamesave/valueKeeper.md ) | Dictionary | Dictionary filled with GV values you have enabled |
31
32
| unlockValueKeeper | Dictionary | Dictionary of Unlockable GV values|
32
33
| customObjectDict| Dictionary | Dictionary of object data of custom objects saved|
Original file line number Diff line number Diff line change @@ -31,10 +31,11 @@ GLM_03 is used to store progress the player has done on all online levels
31
31
32
32
GLM_04 contains all the difficulty ratings you have given levels, currently unused
33
33
34
- | key | description |
34
+ | key | value |
35
35
| :----| :------------|
36
36
| ` {levelID} ` | ` {diffID} ` |
37
37
38
+
38
39
## GLM_06
39
40
40
41
GLM_06 contains all of the creators you follow in game
@@ -181,4 +182,4 @@ GLM_19 is a dictionary of the folders for local levels
181
182
182
183
| Key | Value |
183
184
| :----| :------|
184
- | ` {folder ID} ` | ` {Folder Name} ` |
185
+ | ` {folder ID} ` | ` {Folder Name} ` |
You can’t perform that action at this time.
0 commit comments