Skip to content

Instantly share code, notes, and snippets.

@speedie1337
Last active December 23, 2023 14:22
Show Gist options
  • Save speedie1337/d21cca0b8e7b1583581e7a10a6ec07f7 to your computer and use it in GitHub Desktop.
Save speedie1337/d21cca0b8e7b1583581e7a10a6ec07f7 to your computer and use it in GitHub Desktop.
Geometry Dash game and save location (Windows/Mac OS X/GNU+Linux)
Geometry Dash 2.113 File Paths
Windows paths:
"%localappdata%\GeometryDash" Save and song location for GD 2.113
"%localappdata%\GeometryDash\CCGameManager.dat" Game save data
"%localappdata%\GeometryDash\CCGameManager2.dat" Game save data
"%localappdata%\GeometryDash\CCLocalLevels.dat" Game save data
"%localappdata%\GeometryDash\CCLocalLevels2.dat" Game save data
"%localappdata%\GeometryDash\133742069.mp3" Song file location. ID will be different in your case.
"%ProgramFiles%\Steam\steamapps\common\Geometry Dash" Game data folder itself.
"%ProgramFiles%\Steam\steamapps\common\Geometry Dash\Resources" Resource folder containing game assets, fonts and configs.
"%ProgramFiles%\Steam\steamapps\common\Geometry Dash\Geometry Dash.exe" Game executable. Without crack will only run through Steam.
Mac OS X paths:
"~/Library/Application Support/GeometryDash/CCGameManager.dat" Game save data
"~/Library/Application Support/GeometryDash/CCGameManager2.dat" Game save data
"~/Library/Application Support/GeometryDash/CCLocalLevels.dat" Game save data
"~/Library/Application Support/GeometryDash/CCLocalLevels2.dat" Game save data
"~/Library/Application Support/GeometryDash/133742069.mp3" Song file location. ID will be different in your case.
Game files: TBD
GNU/Linux paths:
"~/.local/share/Steam/steamapps/compatdata/322170/pfx/dosdevices/c:/users/steamuser/Local Settings/Application Data/GeometryDash/CCGameManager.dat" Game save data
"~/.local/share/Steam/steamapps/compatdata/322170/pfx/dosdevices/c:/users/steamuser/Local Settings/Application Data/GeometryDash/CCGameManager2.dat" Game save data
"~/.local/share/Steam/steamapps/compatdata/322170/pfx/dosdevices/c:/users/steamuser/Local Settings/Application Data/GeometryDash/CCLocalLevels.dat" Game save data
"~/.local/share/Steam/steamapps/compatdata/322170/pfx/dosdevices/c:/users/steamuser/Local Settings/Application Data/GeometryDash/CCLocalLevels2.dat" Game save data
"~/.local/share/Steam/steamapps/compatdata/322170/pfx/dosdevices/c:/users/steamuser/Local Settings/Application Data/GeometryDash/133742069.mp3" Song file location. ID will be different.
"~/.local/share/Steam/steamapps/compatdata/322170/pfx/drive_c/users/steamuser/AppData/Local/GeometryDash/133742069.mp3" Song file location. ID will be different.
"~/.local/share/Steam/steamapps/common/Geometry Dash/" Game data folder itself.
"~/.local/share/Steam/steamapps/common/Geometry Dash/Resources" Resource folder containing game assets, fonts and configs.
"~/.local/share/Steam/steamapps/common/Geometry Dash/Geometry Dash.exe" Game executable.
Android paths:
"/data/data/com.robtopx.geometryjump/CCGameManager.dat" Game save data
"/data/data/com.robtopx.geometryjump/CCGameManager2.dat" Game save data
"/data/data/com.robtopx.geometryjump/CCLocalLevels.dat" Game save data
"/data/data/com.robtopx.geometryjump/CCLocalLevels2.dat" Game save data
Resources: Embedded inside package (.apk)
iOS paths:
Not sure, ask someone who knows their stuff.
@Hugo4IT
Copy link

Hugo4IT commented Apr 13, 2022

MacOS game files are located in:
"~/Library/Application Support/Steam/steamapps/common/Geometry Dash/Geometry Dash.app/Contents/Resources"

@Shadoww307
Copy link

please help me i lost these files can someone send me the files please

%localappdata%\GeometryDash\CCGameManager.dat"
"%localappdata%\GeometryDash\CCGameManager2.dat"
"%localappdata%\GeometryDash\CCLocalLevels.dat"
"%localappdata%\GeometryDash\CCLocalLevels2.dat"

@Hugo4IT
Copy link

Hugo4IT commented Apr 20, 2022

If I were to send you mine, you would have my account and levels and data, I'm not doing that. If you lost those files, you've permanently lost your data unless you backed it up in a GD account. These files aren't necessary to play the game, so if you don't have them the game will work just fine.

@HGStyle
Copy link

HGStyle commented Jul 27, 2023

These files aren't necessary to play the game, so if you don't have them the game will work just fine.

I think they are neccesary but if they does not exists, the game will create them with no data into it.
(actually some data but its default user data, itll not login back to your GD account)

@speedie1337
Copy link
Author

speedie1337 commented Jul 29, 2023

Yes, the game will create them automatically. I actually wrote a stealer once which specifically steals those files from whoever runs the executable. With those files, you can log into someone's account.

@HGStyle
Copy link

HGStyle commented Aug 22, 2023

Android path is actually /data/data/com.robtopx.geometryjump/CC[savename].dat (need root) and in /data/user/0/com.robtopx.geometryjump/ for other data (maybe for downloaded songs, IDK I never checked this one, only know it exists)
And for iOS path, I've asked ChatGPT the path of files of apps and he said its in /var (I dont remember full path, I think its /var/storage/apps/com.robtop.geometryjump/data/, notice that Android has "robtopx" while iOS has "robtop" without "x", thats the only thing I'm sure)

@speedie1337
Copy link
Author

I can't take ChatGPT output as fact, but I'll add the Android path. Thank you @HGStyle!

@HGStyle
Copy link

HGStyle commented Aug 23, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment