Skip to content

jarvisdevlin/x-gd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x-gd
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.

Supported Versions

  • Only supports 1.0 at the moment.

Features

  • SQLite3 (Lighter then MySQL!)
  • New Dashboard (Easy to use!)
  • Account Registration (even on 1.x!)

How to Use

  • When in-game, you can register by choosing your in-game name and uploading a level called "register me".

Installation

Requirements

  • PHP Web Server (tested only on PHP8)
  • SQLite3 for PHP
  • Common Sense

Setup

  • 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

  • Same instructions as usual.

Issues

  • 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.