Wildfrost
Config Manager
Mostrando 31-40 de 44 aportaciones
< 1  2  3  4  5 >
Actualización: 22 MAR 2024 a las 6:08 p. m.

  • ConfigManager.SaveConfig() : Manually make changes to the config (similar to toggling charms with my Unlock Selector mod)
  • ConfigManager.OnModLoaded : Event after any mod loads
  • ConfigManager.OnModUnloaded : Event after any mod unloads
  • ConfigManager.ConfigSection: This class holds the logic for a single mod's config items
    • ConfigSection.OnConfigChanged : Event after a config is saved
  • ConfigManager.ConfigItem: This class holds the logic for a single config item
    • ConfigItem.UpdateDesc() : Change the hover popup, possible overriding the text preprocessing. Same as doing "desc = str"
    • ConfigItem.UpdateTitle() : Change the title displayed. Same as doing "title = str"
Also you can use sprites using <sprite=> in the desc, but keywords and card popups don't work yet

It's also less cancerous if you want to look through the .dll now

Actualización: 15 MAR 2024 a las 1:30 p. m.

he has a body now.

Also added the ability to use Flags enums (probably a temporary solution), and automatically use ConfigItem comments as the description pop-up (this won't override text preprocessing though)

Actualización: 15 MAR 2024 a las 7:23 a. m.

Quick patch because Mod Support 7 introduced (mandatory) comments to configs which breaks kekw

Actualización: 14 MAR 2024 a las 4:28 p. m.

Enabled word-wrapping for mod titles

Actualización: 12 MAR 2024 a las 3:37 p. m.

Sliders' onValueChanged.RemoveAllListeners() replaced with new()

Actualización: 12 MAR 2024 a las 3:36 p. m.

Actualización: 12 MAR 2024 a las 3:16 p. m.

Fixed sliders not loading into the correct position (visual bug)

Actualización: 12 MAR 2024 a las 11:45 a. m.

Readded the old ConfigManagerDesc constructor. Does this help with backward-compatibility?

Actualización: 12 MAR 2024 a las 6:20 a. m.

Added the ability to override the text preprocessing done by CardPopUp (for the description). Now this will work with other rich text tags, such as <align> and <#FFF> etc.

Actualización: 10 MAR 2024 a las 4:08 p. m.