https://github.com/qimiko/gdlevelconverter
2.0+ to 1.9 Geometry Dash Level Converter
https://github.com/qimiko/gdlevelconverter
geometry-dash
Last synced: about 1 month ago
JSON representation
2.0+ to 1.9 Geometry Dash Level Converter
- Host: GitHub
- URL: https://github.com/qimiko/gdlevelconverter
- Owner: qimiko
- License: mit
- Created: 2022-03-24T10:08:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-15T01:22:30.000Z (about 1 year ago)
- Last Synced: 2026-04-08T10:05:05.430Z (about 2 months ago)
- Topics: geometry-dash
- Language: Python
- Homepage: https://qimiko.github.io/gdlevelconverter-web/
- Size: 326 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2.0+ to 1.9 Geometry Dash Level Converter
A rewrite of my [original level conversion tool](https://github.com/qimiko/gd-level-scripts). Fixes colors and objects when loading a level created in 2.0+ on 1.9.
See [this document](docs/why.md) for the reason for the rewrite, as well as the new features provided.
## Requirements
* Python 3
## Installation
In the root directory of this project, run `pip install .` using Python. This will add `gd-level-converter` to your PATH. You can also install directly from the GitHub releases. For example, running `pip install https://github.com/qimiko/gdlevelconverter/archive/refs/tags/v1.1.2.zip` would download and install the current latest release.
## Usage
`gd-level-converter input [-g groups...] [-o output]`
See `gd-level-converter --help` for more information.
### Groups
Groups define lists of object id conversions. For example, the `slopes` group will convert any object with id 1743 to id 289. This is necessary as some objects have been modified by RobTop and given new ids. By default, all non-hitbox changing groups are enabled.
To enable all conversions that modify hitboxes, use `all` as the argument for groups when running the converter.
The converter uses these groups to categorize the converted objects in the final report, and will warn if a group may heavily modify visuals or hitboxes.
## License
This project is licensed under the [MIT license](LICENSE).