/continuum-mod-manager

A game agnostic mod manager and modification engine

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Continuum_Banner_Alt

Continuum Mod Manager is a game agnostic mod manager and modification engine that allowings users to install/uninstall mods that either they or other users have authored. Built from the ground up to allow for modding support of any game, Continuum's aims is to allow modders to easily share their creations with others.

📋 Features

  • Mod With Ease
    • Easily organize, configure and install mods with ease, all from the one place.
  • Game Integrations
    • Extensibility is at the core of Continuum. Through community based game integraions, Continuum can be made to support any game.
  • Mod Collision Tracking
    • Continuum tracks all file modifications made and will attempt to resolve any conflicts that is comes across. Due to the unique way the installation process is handled (which doesn't run mod installation steps in sequence) Continuum can gracfully resolve conflicts where other mod installers would fail.
  • Modificiation Engine (Continuum.Core)
    • In addition to the graphical mod manager interface, Continuum also features a rich file modiication engine. Continuum.Core is a standalone modification library which acts as the backbone for Continuum's mod installation. Continuum.Core can be integrated into any .NET application, allowing for other applications to make use of it's features.

📦 Download

You can download the latest releases automatically via the installer on the Releases page.

💬 Let's Chat

Want to chat, or need some help? Feel free to join us over on the Continuum Mod Manager Discord. From here you'll also be able to discover mods and integrations lovingly handcrafted by members of the community.

⚙️ Making Mods / Integrations

Want to get started making mods with Continuum? Or perhaps you'd like to add support to Continuum for your favourite game!

🙋‍♀️🙋‍♂ Contributing

Please feel free to submit a pull request if you find any bugs (A list of the active isues can be located here). Continuum is also a growing tool, and if you'd like to contibute to it's ongoing development please drop us a message over on the Continuum Mod Manager Discord.

👷‍♂️ Building

This tool runs in Blazor via Electron.NET, this requires the Electron CLI to installed if you are wanting to make local builds of the application.

dotnet tool install ElectronNET.CLI -g

For development builds run:

cd Continuum.GUI
electronize start

📑 License

Continuum Mod Manager is licensed under the GNU General Public License v3.0.

As an aside to this (but not covered in the license above) if you choose to include Continuum.Core in your application we would kindly request that you include a variation of the logo below somewhere in your app.



Please also drop us a message to let us know about your projects incorperating Continuum, we'd love to hear about them!

📜 Additional Credits

This mod tool uses external tools, with attributions below:

QuickBMS - Released under GPL-2.0.

Unluac (.Net port) - Released under the following license.