Wildfrost

Wildfrost

Config Manager
Näytetään 31–40 / 44
< 1  2  3  4  5 >
Päivitys: 22.3.2024 klo 18.08
tekijältä Hopeless

  • 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

Päivitys: 15.3.2024 klo 13.30
tekijältä Hopeless

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)

Päivitys: 15.3.2024 klo 7.23
tekijältä Hopeless

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

Päivitys: 14.3.2024 klo 16.28
tekijältä Hopeless

Enabled word-wrapping for mod titles

Päivitys: 12.3.2024 klo 15.37
tekijältä Hopeless

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

Päivitys: 12.3.2024 klo 15.36
tekijältä Hopeless

Päivitys: 12.3.2024 klo 15.16
tekijältä Hopeless

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

Päivitys: 12.3.2024 klo 11.45
tekijältä Hopeless

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

Päivitys: 12.3.2024 klo 6.20
tekijältä Hopeless

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.

Päivitys: 10.3.2024 klo 16.08
tekijältä Hopeless