Odie / skyui-vr

SkyUI interface mod for SkyrimVR
MIT License
159 stars 27 forks source link

Go over the papyrus script files #4

Closed Odie closed 2 years ago

Odie commented 5 years ago

In fixing the magic menu, it appears that some ini settings have changed sections.

For example, "fMagic3DItemPosX" that was originally in the "Interface" section is, instead, in the "VRUI" section in SkyrimVR.

At this very least, this breaks SkyUI's own 3d item position offset settings as they are no longer patching the correct settings.

Odie commented 5 years ago

This has been partially done as of 55cffbc7d05f1b38580e9a042569e10e0385b615.

The papyrus scripts has been caught up to v5.2. It's should be minimal amount of work to hook these variables back up to actual ini setting values. It's not very clear what this gets us. Since values like fMagic3DItemPosX has already been patched via code in the UI. Maybe just for completeness or to keep the code free from papyrus errors?

Odie commented 2 years ago

Closing stale issue