Skip to content

Commit fa40ed8

Browse files
Add 2.2 GVs from 2019 leak (#64)
* Add 2.2 leak GVs * Typo * Update gv.md
1 parent 987cf0f commit fa40ed8

File tree

1 file changed

+24
-3
lines changed
  • docs/resources/client/gamesave

1 file changed

+24
-3
lines changed

docs/resources/client/gamesave/gv.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,26 @@ Game Variables (gvs) are found inside of the [ValueKeeper](/resources/client/gam
9999
| gv_0101| forceSmoothFix |
100100
| gv_0102 | smoothFixInEditor |
101101

102+
103+
### 2019 Leak GV's
104+
105+
| Key | Value|
106+
| :-- |:-----------|
107+
| gv_0103 | Layer Locking |
108+
| gv_0104 | Record Order |
109+
| gv_0105 | StartPos Playback |
110+
| gv_0106 | Show Meltdown Promo |
111+
| gv_0108 | Auto Low Detail |
112+
| gv_0109 | Level Info Label |
113+
| gv_0110 | Fast Editor Preview |
114+
| gv_0113 | Flip Platformer Controls |
115+
| gv_0115 | Show FPS |
116+
| gv_0116 | Use Custom FPS |
117+
| gv_0117 | Preview Particle |
118+
| gv_0118 | Preview Animation |
119+
| gv_0119 | Dont Save Level Data |
120+
121+
102122
# Unlocked Game Variables
103123

104124
Unlocked Game Variables (ugv) are used to check if ingame events have been completed
@@ -132,7 +152,7 @@ Unlocked Game Variables (ugv) are used to check if ingame events have been compl
132152
| ugv_23 | FaceBook Chest unlocked |
133153
| ugv_24 | Twitter Chest unlocked |
134154

135-
### GDL22 keys
155+
### 2019 Leak UGV's
136156

137157
| Key | Value|
138158
| :-- |:-----------|
@@ -154,5 +174,6 @@ Unlocked Game Variables (ugv) are used to check if ingame events have been compl
154174
| 0085 | **False** ||
155175
| 0086 | **False** ||
156176
| 0087 | **False** ||
157-
158-
177+
| 0112 | **True** | Used in `EditorUI` (**2019 Leak**) |
178+
| 0114 | **True** | Used in `PlayerObject` (**2019 Leak**) |
179+
| 0120 | **True** | Shown in RobTop's 2020 Twitch Streams |

0 commit comments

Comments
 (0)