Jump to content

Zachattack525

Members
  • Posts

    1
  • Joined

  • Last visited

Nexus Mods Profile

About Zachattack525

Zachattack525's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Well, it is easily explained:When starting SkyUI on a fresh save for the first time, you may have to save and reload (the game you just saved) to make all entries show up. The detailed technical reason why this happens is that there is a script, which manages all the menus. After each game (re)load, this script asks in the room "hello, are there any new menus?". In rare occasions this request may be sent before a menu has been initialized. By rare I mean Papyrus decides when to initialize and it may be instant, or it may be after 5 seconds if there are other things going on at the moment. Anyway, if the menu is initialized too late, it may miss the first request. But the menu manager will give the menu another chance to register because it asks again after each subsequent reload. I know it's not optimal, but I tried to fix it once by implementing a lock/wait mechanism in Papyrus and that went horribly wrong. A simple workaround for this issue is "load a game, if a menu is missing: quicksave, quickload". I tried all this stuff, and i still cant get my other mod to show up on MCM. ive done the quicksave, quickload method a bunch of times and tried doing a wipe, but just cant get it to work. any other strategies to get it working?
×
×
  • Create New...