와일드프로스트 (Wildfrost)

와일드프로스트 (Wildfrost)

Config Manager
44개 중 31~40개 표시 중
< 1  2  3  4  5 >
업데이트: 2024년 3월 22일 오후 6시 08분
작성자: 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

업데이트: 2024년 3월 15일 오후 1시 30분
작성자: 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)

업데이트: 2024년 3월 15일 오전 7시 23분
작성자: Hopeless

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

업데이트: 2024년 3월 14일 오후 4시 28분
작성자: Hopeless

Enabled word-wrapping for mod titles

업데이트: 2024년 3월 12일 오후 3시 37분
작성자: Hopeless

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

업데이트: 2024년 3월 12일 오후 3시 36분
작성자: Hopeless

업데이트: 2024년 3월 12일 오후 3시 16분
작성자: Hopeless

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

업데이트: 2024년 3월 12일 오전 11시 45분
작성자: Hopeless

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

업데이트: 2024년 3월 12일 오전 6시 20분
작성자: 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.

업데이트: 2024년 3월 10일 오후 4시 08분
작성자: Hopeless