@@ -10,14 +10,18 @@ Game Variables (gvs) are found inside of the [ValueKeeper](/resources/client/gam
10
10
| gv_0002 | play Music (editor) |
11
11
| gv_0003 | Swipe (editor) |
12
12
| gv_0004 | Free Move (editor) |
13
+ | gv_0005 | Delete filter (editor) |
14
+ | gv_0006 | Delete custom objectID (editor) |
13
15
| gv_0007 | Toggle rotate (editor) |
14
16
| gv_0008 | Toggle snap (editor) |
15
17
| gv_0009 | Ignore Damage (editor) |
16
18
| gv_0010 | flip2PlayerControls |
17
19
| gv_0011 | alwaysLimitControls |
20
+ | gv_0012 | showedCommentingRules |
18
21
| gv_0013 | increaseMaxUndoRedo |
19
22
| gv_0014 | disableExplosionShake |
20
23
| gv_0015 | flipPauseButton |
24
+ | gv_0016 | showedSongTOS |
21
25
| gv_0018 | noSongLimit |
22
26
| gv_0019 | songsInMemory |
23
27
| gv_0022 | higherAudioQuality |
@@ -29,8 +33,8 @@ Game Variables (gvs) are found inside of the [ValueKeeper](/resources/client/gam
29
33
| gv_0028 | disableThumbstick |
30
34
| gv_0029 | showedOptionsText |
31
35
| gv_0030 | vsyncEnabled |
32
- | gv_0031 | ` cocos2d::CCEGLView::sharedOpenGLView() ` ? |
33
- | gv_0032 | forceTimerEnabled (got no idea how cos got to that??) |
36
+ | gv_0031 | callGLFinish -> seems to be unused |
37
+ | gv_0032 | forceTimerEnabled -> seems to be unused |
34
38
| gv_0033 | ChangeSongPath |
35
39
| gv_0034 | GameCenterEnabled |
36
40
| gv_0036 | PreviewMode (editor) |
@@ -45,11 +49,13 @@ Game Variables (gvs) are found inside of the [ValueKeeper](/resources/client/gam
45
49
| gv_0045 | debugDraw (editor) |
46
50
| gv_0046 | hideUIOnTest (editor) |
47
51
| gv_0047 | showedProfileText |
52
+ | gv_0048 | viewedOwnProfile |
48
53
| gv_0049 | buttonsPerRow (editor) |
49
54
| gv_0050 | buttonRows (editor) |
50
55
| gv_0051 | showedNGMessage (editor) |
51
56
| gv_0052 | fastPracticeReset|
52
- | gv_0055 | CheckIfServerOnline |
57
+ | gv_0053 | Free Games Popup |
58
+ | gv_0055 | checkIfServerOnline.php |
53
59
| gv_0056 | disableObjectAlert |
54
60
| gv_0057 | editorHoldToSwipe|
55
61
| gv_0058 | durationLines (editor) |
@@ -63,6 +69,7 @@ Game Variables (gvs) are found inside of the [ValueKeeper](/resources/client/gam
63
69
| gv_0066 | highCapacityMode |
64
70
| gv_0067 | highStartPosAccuracy |
65
71
| gv_0068 | quickCheckpointMode |
72
+ | gv_0069 | commentMode |
66
73
| gv_0070 | showedUnlistedLevelMessage |
67
74
| gv_0072 | disableGravityEffect |
68
75
| gv_0073| newCompletedFilter|
@@ -79,9 +86,11 @@ Game Variables (gvs) are found inside of the [ValueKeeper](/resources/client/gam
79
86
| gv_0088| smallCommentsMode|
80
87
| gv_0089| extendedInfoMode |
81
88
| gv_0090| autoloadComments |
89
+ | gv_0091| myLevels folder number |
90
+ | gv_0092| onlineLevels folder number |
82
91
| gv_0093| increaseLocalLevelsPerPage |
83
92
| gv_0094| moreCommentsMode |
84
- | gv_0095| flippyUselessMode|
93
+ | gv_0095| flippyUselessMode (Just Dont) |
85
94
| gv_0096| switchWaveTrailColor|
86
95
| gv_0097| enableLinkControls (editor) |
87
96
| gv_0098| levelLeaderboardType |
@@ -129,3 +138,21 @@ Unlocked Game Variables (ugv) are used to check if ingame events have been compl
129
138
| :-- | :-----------|
130
139
| ugv_25 | FireBird GateKeeper |
131
140
| ugv_26 | Twitch Chest Unlocked |
141
+ | ugv_27 | Discord Chest Unlocked |
142
+
143
+ ### Undiscovered/unknown GV's
144
+
145
+ | GV_ID | Existance Proven | notes |
146
+ | :------| :-------| :------|
147
+ | 0017 | ** False** | |
148
+ | 0020 | ** False** | |
149
+ | 0021 | ** False** | |
150
+ | 0035 | ** False** | |
151
+ | 0054 | ** False** ||
152
+ | 0071 | ** False** ||
153
+ | 0080 | ** False** ||
154
+ | 0085 | ** False** ||
155
+ | 0086 | ** False** ||
156
+ | 0087 | ** False** ||
157
+
158
+
0 commit comments