Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Cvolton/GMDprivateServer
Geometry Dash Private Server
https://github.com/Cvolton/GMDprivateServer
geometry-dash
Last synced: 3 months ago
JSON representation
Geometry Dash Private Server
- Host: GitHub
- URL: https://github.com/Cvolton/GMDprivateServer
- Owner: Cvolton
- License: gpl-3.0
- Created: 2015-09-23T12:37:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T11:14:38.000Z (5 months ago)
- Last Synced: 2024-08-25T15:48:37.780Z (5 months ago)
- Topics: geometry-dash
- Language: PHP
- Homepage:
- Size: 1.76 MB
- Stars: 388
- Watchers: 45
- Forks: 276
- Open Issues: 202
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
- awesome-geometry-dash - GMDprivateServer - GD Server Emulator (Other)
README
# GMDprivateServer
## Geometry Dash Private Server
Basically a Geometry Dash Server EmulatorSupported version of Geometry Dash: 1.0 - 2.2
(See [the backwards compatibility section of this article](https://github.com/Cvolton/GMDprivateServer/wiki/Deliberate-differences-from-real-GD) for more information)
Required version of PHP: 5.5+ (tested up to 8.1.2)
### Branches
- master - This is the main version of the server.
- untested - This branch contains the newest breaking changes. Note that this branch has virtually no support and therefore you're on your own if stuff breaks.### Setup
1) Upload the files on a webserver
2) Import database.sql into a MySQL/MariaDB database
3) Edit the links in GeometryDash.exe (some are base64 encoded since 2.1, remember that)#### Updating the server
See [README.md in the `_updates`](_updates/README.md)### Credits
Base for account settings and the private messaging system by someguy28Using this for XOR encryption - https://github.com/sathoro/php-xor-cipher - (incl/lib/XORCipher.php)
Using this for cloud save encryption - https://github.com/defuse/php-encryption - (incl/lib/defuse-crypto.phar)
Most of the stuff in generateHash.php has been figured out by pavlukivan and Italian APK Downloader, so credits to them