Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.6.1130 added a new option, breaking the gameplay options menu #97

Open
ianpatt opened this issue Dec 7, 2023 · 5 comments
Open

1.6.1130 added a new option, breaking the gameplay options menu #97

ianpatt opened this issue Dec 7, 2023 · 5 comments

Comments

@ianpatt
Copy link

ianpatt commented Dec 7, 2023

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.

@Mardoxx
Copy link
Collaborator

Mardoxx commented Dec 7, 2023 via email

@Exit-9B
Copy link

Exit-9B commented Dec 7, 2023

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.

@Mardoxx
Copy link
Collaborator

Mardoxx commented Dec 7, 2023 via email

@ianpatt
Copy link
Author

ianpatt commented Dec 7, 2023

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.

@nerwus3456
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants