This is a brand new private server core for Geometry Dash and is a huge work in progress.
This pretty decent project aims to be better then all the other alternatives.
- Only supports 1.0 at the moment.
- SQLite3 (Lighter then MySQL!)
- New Dashboard (Easy to use!)
- Account Registration (even on 1.x!)
- When in-game, you can register by choosing your in-game name and uploading a level called "register me".
- PHP Web Server (tested only on PHP8)
- SQLite3 for PHP
- Common Sense
- Get gd-x
git clone https://github.com/jarvisdevlin/gd-x.git
cd gd-x
- Setup Database
sqlite3 database.db
sqlite3 database.db < database.sql
-
Setup Webserver WARNING: You should also use Apache if you plan to use .htaccess or anything else. Run Apache from XAMPP or whatever you use and access
http://localhost:[YOUR PORT]
to see if it works. -
Patch Geometry Dash
- updateGJLevel does nothing due to nothing about it that I can find.
- rateGJLevel does nothing, need ideas for something useful.
- Changing your name after registration in-game prevents you from uploading levels, for security reasons.
- The featured ring doesn't appear around featured levels, no matter what I do it just crashes the game.