Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Inferno Development Team's all new All-In-One tool for Bloons Tower Defense 6

License

Notifications You must be signed in to change notification settings

Inferno-Dev-Team/Inferno-Omnia

Repository files navigation

Inferno Omnia

The Inferno Development Team's all-in-one solution to Bloons Tower Defense 6 Mods with planned support for BATTD. This is the most feature rich Mod Manager for BTD.


Requirements


Plans

Feature Implemented
Optimized Downloads
Repo System
Simple Achievements Viewer
WinUI Theme
MelonLoader Support
Inferno Mods Support
File Associations
Embedded Loaders
Auto Downloader For MelonLoader
Implemented Failsafes For User Error
Full BTD6 Integration
Full BATTD Integration

Commiting to the repo

Make sure you follow these simple rules and we will have no issues accepting your PRs

When to use braces

if (true)
    runCode();
/// ...
foreach (var a in collection) {
    a.b = true;
    a.run();
}

General style

We accept all code styles for PRs but would prefer things that follow the existing code as to not confuse readers.