Leaderboard


Popular Content

Showing content with the highest reputation on 11/13/2025 in Posts

  1. 1 point
    Not until a moderator/admin approves it. Might take a while since most of them are all AWOL. Edit: @Raven-Fal So it has now been approved. Congratulations on the release. Now you need to patch it to implement it properly. Override dumps are lazy and an incompatible way to create mods. You need to create a TSLPatcher setup that will patch the UTC and inject the changes into the module. Your current approach will nuke any changes by other mods that might be doing it properly. And given that both games often use very generic ResRefs that are duplicated across modules, it's possible to end up breaking things in entirely unrelated modules. Probably not in this specific instance, but it's something to be avoided as a general rule.
  2. 1 point
    The early progress on the patch manager I've been using as well as releases can now be found on GitHub