This is a backup of a few of the client side tools on gdcolon.com.
This backup currently includes:
- GD Save Explorer (gdsave) as of 2024-02-10 (version 9)
- GD Spritesheet Splitter (gdsplitter) as of 2024-02-11 (version 3a)
- GD Font Generator (gdfont) as of 2024-02-11 (version 6)
If you want to run this locally for whatever reason, run the following command:
$ python -m http.server
If you want the site to work without internet, or if you want gdfont to work at all, you must run the following command once, before running the previous one:
$ python fixlinks.py
Please keep in mind that this doesn't replace the links to gdbrowser.com/iconkit in gdsave yet, because those aren't currently in this repo.
All of the files within this repo are (or were) also publicly available on gdcolon.com. I just downloaded them and put them here.