FEDL Geode Mod

Official FEDL mod for Geometry Dash using the Geode modding framework. View the ranked demon list, play roulette, and detect banned mods in-game.

View on GitHub WIP C++ MIT License

Features

Integrated Login

Login and signup with your FEDL account directly inside Geometry Dash.

Demon List

View the complete ranked demon list with filtering, right inside the game.

Roulette

Play demon roulette to randomly select a level from the list to attempt.

Mod Ban Detection

Configurable list of banned mods that logs warnings when they are detected running.

Settings

Configure the mod in Geode mod settings:

FEDL API URL

Base URL for FEDL API (default: https://fedl.site)

Mod Ban List

Comma-separated list of mod names to detect and warn about.

Auto Login

Automatically log in using saved credentials on game launch.

API Integration

Connects to the FEDL server API at fedl.site with endpoints for login, signup, user state, and the demon list.

Tech Stack

C++ (98.2%) CMake (1.2%) Geode SDK Geometry Dash

Build

# Install Geode CLI if you haven't already
geode install

# Build the mod
geode build

# Output: bin/fedl.geode