All Projects → Aragas → Bannerlord.MBOptionScreen

Aragas / Bannerlord.MBOptionScreen

Licence: MIT license
Mod Configuration Menu. A Module for easy Setting integration. Documentation available.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Bannerlord.MBOptionScreen

Bannerlord.Diplomacy
Bannerlord mod: War, peace, NAPs, alliances, civil wars, relationships, and interactions.
Stars: ✭ 27 (-6.9%)
Mutual labels:  mod, bannerlord, mount-and-blade-bannerlord, bannerlord-mod
BannerlordCoop
No description or website provided.
Stars: ✭ 143 (+393.1%)
Mutual labels:  mod, bannerlord, mount-and-blade-bannerlord, bannerlord-mod
ruMount-BladeBannerlord
Русификатор Mount&Blade Bannerlord
Stars: ✭ 57 (+96.55%)
Mutual labels:  bannerlord, mount-and-blade-bannerlord, bannerlord-mod
BannerlordTweaks
No description or website provided.
Stars: ✭ 48 (+65.52%)
Mutual labels:  bannerlord, mount-and-blade-bannerlord, bannerlord-mod
Documentation
Community Documentation for Mount & Blade II: Bannerlord
Stars: ✭ 224 (+672.41%)
Mutual labels:  bannerlord, mount-and-blade-bannerlord
Factorio Mods Locale Tool
Factorio_Mods_Locale
Stars: ✭ 11 (-62.07%)
Mutual labels:  mod
Randomizer
The official Twilight Princess Randomizer 1.0+ Code
Stars: ✭ 26 (-10.34%)
Mutual labels:  mod
xdecor
A decoration mod for Minetest meant to be light, simple and well-featured
Stars: ✭ 25 (-13.79%)
Mutual labels:  mod
Bubbles
Shows bubbles for social interactions.
Stars: ✭ 17 (-41.38%)
Mutual labels:  mod
MetaDoom
A Doom mod that brings Doom into Doom.
Stars: ✭ 53 (+82.76%)
Mutual labels:  mod
DDLCtVN
Doki Doki Literature Club, the Normal Visual Novel!
Stars: ✭ 70 (+141.38%)
Mutual labels:  mod
mapserver mod
Complementary mod for the minetest mapserver
Stars: ✭ 15 (-48.28%)
Mutual labels:  mod
Waddles
Waddles adds cute Adélie penguins that waddle
Stars: ✭ 22 (-24.14%)
Mutual labels:  mod
Weeping-Angels
Minecraft Mod - Adds the terrifying Weeping Angels to the Game, Minecraft. Don't Blink!
Stars: ✭ 22 (-24.14%)
Mutual labels:  mod
EET
Baldur's Gate: Enhanced Edition Trilogy (EET) is a modification for Baldur's Gate II: Enhanced Edition that merges whole saga into one game and provides continuity between the events of Baldur's Gate, Tales of the Sword Coast, Shadows of Amn, Throne of Bhaal and Siege of Dragonspear expansion (also for both Black Pits adventures). The name of th…
Stars: ✭ 118 (+306.9%)
Mutual labels:  mod
Phi
Phi is a Rimworld mod that enables multiplayer interactions between players
Stars: ✭ 51 (+75.86%)
Mutual labels:  mod
Tiny-Redstone
Forge mod for Minecraft that adds many tiny redstone pieces that you can put together on redstone panels to form tiny redstone circuits.
Stars: ✭ 20 (-31.03%)
Mutual labels:  mod
FallingTree
Minecraft mod to make the trees fall in one cut
Stars: ✭ 47 (+62.07%)
Mutual labels:  mod
KerbalHealth
KSP mod that adds health management.
Stars: ✭ 13 (-55.17%)
Mutual labels:  mod
Traincraft
Traincraft repository for all released versions
Stars: ✭ 81 (+179.31%)
Mutual labels:  mod

CodeFactor Code Climate maintainability
GitHub Workflow Status (event) GitHub Workflow Status (event)



AKA MBOptionScreen Standalone.
Previously, a fork of ModLib that was de-forked.

MCM is a Mod Options screen library designed to let modders use its API for defining the options.
It can also display settings from other API's like ModLib, pre 1.3 and post 1.3, MBOv1/MCMv2, by using the compatibility layer modules.

MCM supports two setting types - Global and PerSave. Global are shared across characters and saves, PerSave are stored within the save file!

It provides 5 types of options:

  • Bool
  • Int Slider / Textbox
  • Float Slider / Textbox
  • Textbox
  • Dropdown
  • Button

The settings can be defined at compile time by using the Attribute API and at runtime by using the Fluent Builder.

Installation

Players

Requires Bannerlord.Harmony, Bannerlord.UIExtenderEx, Bannerlord.ButterLib.

Developers

Add this to your .csproj. Please not that IncludeAssets="compile" is very important!

  <ItemGroup>
    <PackageReference Include="Bannerlord.MCM" Version="4.3.16" IncludeAssets="compile" />
  </ItemGroup>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].