Skip to content

Commit 8c719db

Browse files
authored
Merge branch 'master' into GJGameLevel
2 parents 02e190d + e337b40 commit 8c719db

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/resources/client/gamesave.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Your CCGameManager.dat File contains a lot of information regarding your account
2727
| playerIconType| [Icon](enumerations.md)| The Index of the player's IconType |
2828
| playerGlow| Bool| if Glow is enabled or not |
2929
| secretNumber| Integer| the answer to `cod3breaker` in the vault of secrets |
30+
| hasRP | Bool | If the player has a Registered account |
3031
| [valueKeeper](/resources/client/gamesave/valueKeeper.md)| Dictionary | Dictionary filled with GV values you have enabled |
3132
| unlockValueKeeper | Dictionary | Dictionary of Unlockable GV values|
3233
| customObjectDict| Dictionary | Dictionary of object data of custom objects saved|

docs/resources/client/gamesave/GLM.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ GLM_03 is used to store progress the player has done on all online levels
3131

3232
GLM_04 contains all the difficulty ratings you have given levels, currently unused
3333

34-
| key | description |
34+
| key | value |
3535
|:----|:------------|
3636
| `{levelID}`| `{diffID}` |
3737

38+
3839
## GLM_06
3940

4041
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
181182

182183
| Key | Value |
183184
|:----|:------|
184-
| `{folder ID}` | `{Folder Name}` |
185+
| `{folder ID}` | `{Folder Name}` |

0 commit comments

Comments
 (0)