Skip to content

jojo989/gmd-uploader-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GMD Uploader CLI

A command-line interface (CLI) tool for uploading Geometry Dash levels directly from a .gmd file to the official servers. NOW REWRITTEN IN RUST ™ YES ITS BLAZINGLY FAST AND MEMORY SAFE ™

Installation

i assume you have rust already setuped with cargo and rustup

  1. Clone the repository:

    git clone https://github.com/jojo989/gmd-uploader-cli.git
  2. Navigate to the project directory:

    cd gmd-uploader-cli
  3. Install the required dependencies:

    cargo install --path .
  4. (optional) Adding it into the PATH on Linux you can do something like

    sudo mv target/release/gmd-uploader-cli /usr/bin

    or whatever way you like the more

Usage

You can run the script from your terminal using gmd-uploader-cli with the appropriate arguments.

Basic Example

To upload the infamous level "Element 111 rg" from a file named level.gmd:

    gmd-uploader-cli`\
    --username YourUsername \
    --password YourPassword \
    --levelname "Element 111 rg" \
    --gmd path/to/level.gmd \
    --description "This is a test level."

If successful, the script will print the new Level ID.

Game version table

Client version Ingame version
1 1.0
2 1.1
3 1.2
4 1.3
5 1.4
6 1.5
7 1.6
10 1.7
18 1.8
19 1.9
20 2.0
21 2.1
22 2.2

common errors

GD Servers errors

  • If -n includes words that are on RobTop's blacklist, the upload will fail
  • If -n includes symbols, the upload will fail
  • If --gameversion is higher than 22, the upload will fail as of writing this (for obvious reasons)
  • If --levelversion is higher than 127, it will default to 127 since it's the max

script errors

  • .gmd2 / .lvl files are not supported. Parsing of such files will fail. (suport will be added later)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages