Skip to content

Folleach/GeometryDash.Console

Repository files navigation

GeometryDash.Console is CLI Tool for Geometry Dash

Install from NuGet

dotnet tool install --global GeometryDash.Console --version 1.0.2

Commands

unpack

Unpacking .dat file to .xml (.plist)

gd unpack CCLocalLevels.dat levels.xml

After executing the command, a file will be created (or overwritten): levels.xml

pack

Packing .xml file to .dat

gd pack levels.xml CCLocalLevels.dat

After executing, a file will be created (or overwritten): CCLocalLevels.dat

featured

Lists the featured levels

gd featured --page 1

image

Or in json format

gd featured --page 1 --json

About

CLI tool for Geometry Dash

Topics

Resources

Stars

Watchers

Forks

Languages