https://github.com/xbzzzz/gdccdated
geometry dash CC*.dat editor
https://github.com/xbzzzz/gdccdated
geometry-dash geometrydash save-editor save-file-editor save-files savefiles savegame-editor
Last synced: 8 months ago
JSON representation
geometry dash CC*.dat editor
- Host: GitHub
- URL: https://github.com/xbzzzz/gdccdated
- Owner: xBZZZZ
- License: agpl-3.0
- Created: 2023-03-24T20:08:12.000Z (almost 3 years ago)
- Default Branch: m
- Last Pushed: 2024-05-14T16:35:16.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T17:08:28.756Z (11 months ago)
- Topics: geometry-dash, geometrydash, save-editor, save-file-editor, save-files, savefiles, savegame-editor
- Language: JavaScript
- Homepage: https://gdccdated.glitch.me/index.xhtml
- Size: 1.07 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# gdccdated github repo
gdccdated means geometry dash CC*.dat editor
## dirs and files
- dirs
-
src— contains files written by humans -
out— web site root (/appon server) -
out_tmp— temp files generated byout.sh -
upload_tmp— temp files generated byupload.sh
-
- files (executable scripts)
-
out.sh—outgenerator -
clean.sh—outandupload_dataremover -
upload.sh—outto api.glitch.com uploader (depends on7zz(7-Zip for Linux: console version)) (only used by me)
-
- files (not executable scripts)
-
src/index.html— redirect(ish) to./index.xhtmlbecause glitch doesn't support custom index files -
out/index.xhtml— all css and javascript put into one file (generated byout.sh) -
out/index_standalone.xhtml— all css and javascript andhelp.jpgput into one file (generated byout.sh)
-