Wildfrost
Config Manager
กำลังแสดง 31-40 จาก 44 รายการ
< 1  2  3  4  5 >
อัปเดต: 22 มี.ค. 2024 @ 6: 08pm
โดย 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

อัปเดต: 15 มี.ค. 2024 @ 1: 30pm
โดย 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)

อัปเดต: 15 มี.ค. 2024 @ 7: 23am
โดย Hopeless

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

อัปเดต: 14 มี.ค. 2024 @ 4: 28pm
โดย Hopeless

Enabled word-wrapping for mod titles

อัปเดต: 12 มี.ค. 2024 @ 3: 37pm
โดย Hopeless

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

อัปเดต: 12 มี.ค. 2024 @ 3: 36pm
โดย Hopeless

อัปเดต: 12 มี.ค. 2024 @ 3: 16pm
โดย Hopeless

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

อัปเดต: 12 มี.ค. 2024 @ 11: 45am
โดย Hopeless

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

อัปเดต: 12 มี.ค. 2024 @ 6: 20am
โดย 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.

อัปเดต: 10 มี.ค. 2024 @ 4: 08pm
โดย Hopeless