A QoL mod that display stats about levels in Geometry Dash https://geode-sdk.org/mods/m336.levelinfo
  • C++ 97.5%
  • CMake 2.5%
Find a file
2026-06-24 18:33:14 +02:00
.github/workflows Switch back to stable branch for building the modified 2026-02-05 16:43:00 +01:00
previews Update previews 2026-03-10 20:14:05 +01:00
src Merge branch 'main' into gdps 2026-06-24 18:28:44 +02:00
.gitignore iOS compatibility 2025-04-06 18:29:41 +02:00
changelog.md GDPS detector release 2026-06-24 18:33:14 +02:00
CMakeLists.txt Added a new API for faster sent checks 2026-03-15 12:28:09 +01:00
LICENSE Added Sent setting & fix (#6 & #7) 2026-02-23 15:04:16 +01:00
logo.png v1.2.0 2024-03-01 21:11:37 +01:00
mod.json GDPS detector release 2026-06-24 18:33:14 +02:00
README.md v1.5.2! 2026-02-28 13:38:26 +01:00

Level Info

A simple yet fully-customizable mod showing additional information on a level's page!

Toggleable features

  • Requested stars: display the amount of stars/moons requested by the creator of a level.
  • Featured Rank: display a level's featured rank.
  • Objects: display the amount of objects in a level.
  • Objects (with LDM): display the amount of objects in a level with Low Detail Mode toggled on.
  • 2-Player Mode: indicate if a level is intended to be played by 2 players simultaneously.
  • Game Version: indicate the game version in which a level was created/updated.
  • Level Version: indicate the current version of a level.
  • Has LDM: indicate whether a Low Detail Mode exists or not for a level.
  • Sent: indicate whether a level has been sent by Moderators or not (uses SendDB).
  • Level ID: display the ID of a level.
  • Original ID: display the ID of the original level (if it's been copied).
  • Editor Time: show how much time the creator(s) of a level spent in the editor.
  • Editor Time (with copies): show how much time the creator(s) of a level spent in the editor (includes previous copies).
  • Total Attempts: show how many attempts you spent on a level.
  • Total Jumps: show how many times you jumped in a level.
  • Total Clicks: show how many times you clicked on your best attempt on a level.
  • Best Time: show the best time you did on a level.

More customizable features

  • Position: modify the position of the informational text.
  • Size: scale the informational text's size up or down.
  • Opacity: make the informational text more or less transparent.
  • Color: change the color of the informational text.
  • Number separator: choose a separator for big numbers to be more readable.

Want to help?

Feel free to open a Pull Request on GitHub!

Special Thanks

Credits

  • cue - makes it much easier to handle the loading circle
  • SendDB - knowing if a level's been sent or not