Maarsz Posted August 22 Share Posted August 22 (edited) Hello, I'm on Vortex version 1.12.3 and Starfield extension version 1.9.1, and yet the Load Order switch toggle is completely missing. Also on the Load order page itself there's still the big "while we wait for Creation Kit" message on the right. Edited October 12 by Maarsz Link to comment Share on other sites More sharing options...
Pickysaurus Posted August 22 Share Posted August 22 Check the "Extensions" section and make sure you don't have more than one Starfield extension installed. Link to comment Share on other sites More sharing options...
Maarsz Posted August 27 Author Share Posted August 27 On 8/22/2024 at 9:50 AM, Pickysaurus said: Check the "Extensions" section and make sure you don't have more than one Starfield extension installed. There was a "Stub: Starfield" version 0.1.0 extension installed, but removing it did nothing, it reappeared once I had uninstalled the 1.9.1 extension. On load it then prompted me to download the update so I did, but again nothing was different. Also on the "find more" extensions list the extension isn't marked as installed when downloaded through that prompt window I mentioned. I also tried uninstalling the "prompted" extension and installing the one from "find more", but that also didn't fix it. Link to comment Share on other sites More sharing options...
Maarsz Posted October 12 Author Share Posted October 12 (edited) @Pickysaurus I'm not the biggest React expert, but opening the index.js in the "Vortex Extension Update - Starfield Vortex Extension v1.10.2" folder (which I presume is the whole extension), I've noticed there seems to be missing another vortex_api_1.Toggle element similar to the above toggle, it's from a freshly re-downloaded extension. Indeed placing that same Toggle element line in place of line 5481 does seem to place a toggle in the settings page, though I might be wrong and the intended element is something else, like a dropdown. EDIT: removing that !props.needsEnabler() call fixed it, doing so made renderLOManagementType fire correctly and it indeed created the necessary dropdown Edited October 12 by Maarsz Link to comment Share on other sites More sharing options...
Pickysaurus Posted October 13 Share Posted October 13 This means you're using a super old version of the game (or maybe a pirate copy?). If you were updated to the latest version you'd not have had this issue. https://github.com/Nexus-Mods/game-starfield/blob/96830f43986336ec2e85cd19d8a969d3734f446a/src/index.ts#L165 Link to comment Share on other sites More sharing options...
Maarsz Posted November 13 Author Share Posted November 13 (edited) On 10/13/2024 at 5:09 PM, Pickysaurus said: This means you're using a super old version of the game (or maybe a pirate copy?). If you were updated to the latest version you'd not have had this issue. @Pickysaurus Nope, I have the latest version of the game from Steam. How often does that check run btw? Because if it runs only on game registration then it might be stuck on an older version's value, since I've had the game installed since launch day (and have used starfield vortex since its first release). I would likely have to unmanage and manage the game to try to fix it, but I don't feel like rebuilding my modding setup from scratch at this time. EDIT: I did just that, but it didn't fix it. Edited November 13 by Maarsz Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now