schlangster/skyui

1.6.1130 added a new option, breaking the gameplay options menu

Opened this issue · 5 comments

The options list in onSettingsCategoryFrame in 1.6.1130 is now:

{text:"$Invert Y",movieType:2},
{text:"$Look Sensitivity",movieType:0},
{text:"$Vibration",movieType:2},
{text:"$360 Controller",movieType:2},
{text:"$SaveGameMissingCreationsCheck",movieType:2},
{text:"$Survival Mode",movieType:2},
{text:"$Difficulty",movieType:1,options:["$Very Easy","$Easy","$Normal","$Hard","$Very Hard","$Legendary"]},
{text:"$Show Floating Markers",movieType:2},
{text:"$Save on Rest",movieType:2},
{text:"$Save on Wait",movieType:2},
{text:"$Save on Travel",movieType:2},
{text:"$Save on Pause",movieType:1,options:["$5 Mins","$10 Mins","$15 Mins","$30 Mins","$45 Mins","$60 Mins","$Disabled"]},
{text:"$Use Kinect Commands",movieType:2}];

The new $SaveGameMissingCreationsCheck option causes the rest of the options to be off by one.

On a similar note, there was a change to the Journal System Tab in patch 1.6.629 that added a "Creations" item. SkyUI doesn't break anything else by not including it, but it would be nice to fix.

Only the classic 32-bit version of Skyrim has integration with the Steam workshop, so it'd probably just need to go up on Nexus.

I locally patched quest_journal.swf to verify the fix, but that was a huge kludge. For cross-version compatibility, it should also only add the "missing creations check" option when the version is 1.6.1130 or newer, which I didn't do either.

So that's why Dear Diary Dark Mode didn't have the "Creations" option. TIL