Skip to content

Pickysaurus/Bannerlord.MBOptionScreen

 
 

Repository files navigation


AKA MBOptionScreen Standalone.

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.

See the Wiki for more details!

About

A Module/SubModule for easy Setting integration. Wiki available.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%