Skip to content

A Geometry Dash mod that automatically finds and downloads NONG songs when entering a level

License

Notifications You must be signed in to change notification settings

FlafyDev/auto-nong

Repository files navigation

Auto Nong

A GD mod that can automatically find and download NONG songs when entering a Geometry Dash level.

Mod Dependencies

This mod requires Jukebox version >=2.9.0.

Indexes

The mod works by downloading compressed JSON files(called indexes) when starting GD.
Each index contains a list of NONG metadata and respective song IDs.
You can edit which indexes the mod downloads on startup in the mod's settings on GD.

Default Indexes

These are the indexes that come with the mod by default:

These are generated from FlafyDev/auto-nong-indexes.

Structure

[
  {
    "name": "Lost (XVA Remix)",
    "artist": "Crim3s",
    "songs": [945695],
    // if source is "youtube", yt-id is required
    "source": "youtube",
    "yt-id": "VZXeoUPPFOY",
    // if source is "host", url is required
    "source": "host",
    "url": "https://example.com/song.mp3"
  }
]

For specific examples of how the JSON should look, decompress the default indexes listed above.
The JSON can't have trailing commas or comments.

Special Thanks

Without these the mod wouldn't be possible.