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: 2 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 (about 2 years ago)
- Default Branch: m
- Last Pushed: 2024-05-14T16:35:16.000Z (about 1 year ago)
- Last Synced: 2025-04-09T17:08:16.559Z (2 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 (/app
on server) -
out_tmp
— temp files generated byout.sh
-
upload_tmp
— temp files generated byupload.sh
-
- files (executable scripts)
-
out.sh
—out
generator -
clean.sh
—out
andupload_data
remover -
upload.sh
—out
to 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.xhtml
because 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.jpg
put into one file (generated byout.sh
)
-