New Betas Available
Added 2025-02-22 02:55:14 +0000 UTCNow, this is what I call coding in parallel. I've made similar changes to both Licenses and Bathing in Skyrim. I've also forwarded improvements between the two projects, carrying over what I've learned in making each of them.
Bathing in Skyrim - 2.4.3 Beta 1 | [Download]
This is a maintenance update that improves handling of MCM operations and proper use of cast conditions between BOOL and INTs. The release package includes updated localization files over 2.4.2's outdated ones.
Licenses - 1.23 Beta 2 | [Download]
Licenses comes with a new minor version bump as the API and Utility script have once again changed. I've finally chipped away at my long-term to-do list: This version brings a superior version of equipment slot filtering. Additional improvements include a more performant Thaneship check, faster Utility functions, and safer mod shutdowns.
In addition to other not-explicitly-mentioned changes shared between the two projects, we have two new flags to use with JsonUtil. I don't recommend using them. But if you want to do so, these flags are to be placed in your settings.json file. Please pay attention:
!!doautoload is an integer token and must be assigned a 1 to auto-load your configuration file on mod startup.
!!doautostart is an integer token and must be assigned a 1 to auto-start your mod via the OnConfigInit() MCM event, or after you've successfully exited the RaceMenu character creator on New Game.