Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Posada authored Dec 20, 2023
1 parent e748fd8 commit 8207ef6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.2 IS OUT!!!!
The method for reading the game's stats hasnt been changed, but a few of the offsets did change, so those have been updated. New things were added so you can modify those too.

# Geometry Dash Stat Editor
Stat editor for Geometry Dash. Game blew up in popularity for some reason, and I figured it would be a fun game to try to mod.
There are many different public mods out there that do many different things, but one thing I noticed is that most of them involve byte patching functions, so I decided to avoid that route and take a more sophisticated approach to things.
Expand Down Expand Up @@ -26,6 +29,25 @@ The following stats can be modified:
- LAVA SHARDS
- BASEMENT KEYS
- TOTAL ORBS COLLECTED
- EARTH SHARDS
- BLOOD SHARDS
- METAL SHARDS
- LIGHT SHARDS
- SOUL SHARDS
- MOONS
- DOUBLE DIAMONDS
- ACH1 (not sure what these are exactly but they're there)
- ACH2
- ACH3
- ACH4
- ACH5
- ACH6
- ACH7
- ACH8
- ACH9
- ACH10
- COMPLETED GAUNTLETS
- COLLECTED LIST REWARDS

***OF THESE STATS, THE FOLLOWING WILL NOT STICK ON RESTART***
- ORBS
Expand Down

0 comments on commit 8207ef6

Please sign in to comment.