Jump to content

Pickysaurus

Admin
  • Posts

    15469
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Pickysaurus

  1. As part of the upgrade to 1.10 Vortex needs to do a full purge and redeploy of your mods. If you keep interrupting it, it will try again next time it needs to do something with a mod.
  2. I think if you're just linking to ban threads you found amusing that's fine. There was a topic like this before
  3. No, there's no API for the image share section of the website (yet?). The new API which powers use profile can get a list of images attached to an account but no details about the media objects themselves or a way to add new objects at the moment. If you add it to the feedback board it will allow others to vote on it and reflect the priority of the idea.
  4. It's a good idea to allow this kind of data to be accessed. Worth putting on the feedback board?
  5. Try installing the latest Vortex app. You may have a really outdated copy which is causing problems with the latest version of an extension.
  6. As an update on this. Our team have been working on the Media issues for the last couple of days and are making good progress.
  7. In the mods tab, use the "Import from..." menu and select Mod Organizer. This only works for the main games MO2 supports (and not any unofficial addons). Kind regards
  8. Unfortunately, there's no distinction between "has mod manager download buttons" and "is supported by Vortex". It's a known issue.
  9. This usually means your PC's install of .NET is complete borked up. Please see the pinned thread
  10. Click "Suggest" and then "Apply" in Settings -> Mods -> Mod Staging Folder. Your staging folder must be on the same drive as the game, but not inside the game folders.
  11. If Vortex discovers it automatically the game store will be specified and can be retrieved from the state. If the user manually sets the game path it'll be marked as "Unknown".
  12. That's just a list of games with the "Mod Manager Download" button enable. Mass Effect is the only case where Vortex doesn't support it but the buttons are turned on (because ME3Tweaks pulls files using the same method).
  13. You can report issues with the extension here: https://www.nexusmods.com/site/mods/110?tab=files From what I can see this could only happen if "Fallout76.exe" doesn't exist in your game folder. This is the function. function findExecutable(discoveryPath) { const steamExe = 'Fallout76.exe'; const xboxExe = 'Project76_GamePass.exe'; if (!discoveryPath) return steamExe; try { // Steam version fs.statSync(path.join(discoveryPath, steamExe)); return steamExe; } catch(err) { // Could not stat to Steam path } try { //Xbox version fs.statSync(path.join(discoveryPath, xboxExe)); return xboxExe; } catch(err) { // Could not stat the Xbox path } log('error', 'Neither the Steam or Xbox EXE paths exist for Fallout 76'); return steamExe; // throw new Error('Neither the Steam or Xbox EXE paths exist for Fallout 76'); } Based on that code it should only ever look for the Xbox Game Pass EXE if the Steam one doesn't exist and the Xbox one does.
  14. There are a few other threads like this. You need to update Vortex to the latest version by manually downloading it from the site again. Your version is too old to update automatically.
  15. @JustHereForDownloadingMods I've merged your thread with the public one which acknowledges this as a known issue. Please check the threads in Website Bug Report for known issues.
  16. Sorry to hear this. We need a bit more info from you so we can pass this to the ad provider. Please see this guide: https://help.nexusmods.com/article/100-how-to-report-bad-or-inappropriate-ads
  17. You shouldn't be poking about in this folder. C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app# The file I suggested you remove was the vortex_deployment.json in the game data folder. Updating Vortex won't fix this as it's not caused by a bug in Vortex itself.
  18. Actually looking at the theme, it seems like you may be on a very old version of Vortex. Have you tried installing the latest update?
  19. I'm not sure what you're asking specifically, but mod authors do tend to sometimes give their plugins names that don't make any sense. If the mod isn't already on your system we can't reliably know where you can get it from.
  20. I'm sorry to hear that, but Vivaldi remains a variant of Chrome we do not support. It has been modified in a way that breaks this functionality. The button itself is just a link to https://www.nexusmods.com/games/ as nothing "normal" can break that.
  21. Hi @ITR13, Thanks for raising this, we've passed it to our advertising provider - PubisherCollective - and they've confirmed that their cookies settings comply with all local laws. Which country are you based in? In the UK (where we are based) it is not a legal requirement to have a "Reject All" button, but this does vary by region. From what they've said, not all EU countries require this option.
  22. You can ignore the errors until Vortex is updated.
  23. @Alushun I've merged your thread with the public one which acknowledges this as a known issue. Please check the threads in Website Bug Report for known issues.
  24. I've moved this to a more appropriate forum (I'm assuming Skyrim as you didn't specify the game).
  25. Manually installed the latest version of Vortex. This is almost certainly caused by having a version so old it can't update itself.
×
×
  • Create New...