Skip to content

ToCheckOn/Bannerlord.MBOptionScreen

 
 

Repository files navigation

CodeFactor
Test and Publish



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 PerCharacter. Global are shared across characters and saves, PerCharacter are shared across saves with the same character!

It provides 5 types of options:

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

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

About

Mod Configuration Menu. A Module for easy Setting integration. Documentation available.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%