Jump to content

Pickysaurus

Admin
  • Posts

    15460
  • Joined

  • Last visited

  • Days Won

    7

Community Answers

  1. Pickysaurus's post in Mods not taking effect on new Skyrim SE game was marked as the answer   
    A solution to this is shared here: 
     
  2. Pickysaurus's post in Plugins are getting automaticly disabled and shift+tab doesn't work was marked as the answer   
    As you're describing the same issue as this topic it's best to post there:
     
  3. Pickysaurus's post in Is it possible to have separate game folders in staging? Cannot find ANY staging folder settings. was marked as the answer   
    Staging folders are per-game. But you can only set them while managing said game. They will default to %appdata%\Vortex\{GAME ID}\mods
    The download folder is shared for all games. 
  4. Pickysaurus's post in Load Order Editing? was marked as the answer   
    Deploy order is an internal Vortex thing, load order is used by the game for priority loading of mod files. 
  5. Pickysaurus's post in Vortex practically unreadable was marked as the answer   
    Turn off GPU acceleration in the settings. Your GPU is trying to anti-alias a flat 2D app (Vortex) and causing this weirdness. 
  6. Pickysaurus's post in plugins.txt enabler was marked as the answer   
    Starfield does not have a plugins tab at the moment. It is unrelated to the mod you mentioned, Vortex installs it properly you just have to update the plugins.txt manually for now.
  7. Pickysaurus's post in Vortex Documentation Subforum was marked as the answer   
    I think that was a weird migration bug. I've removed the password. 
    The link simply redirects to the built-in Knowledge base. 
  8. Pickysaurus's post in Fallout New Vegas not showing up in Unmanaged/managed games? was marked as the answer   
    You probably disabled it in the extensions tab. (Go to Extensions, click show bundled, then find it in the list)
     
    Edit: Considering you have none of the fallout games that ship with Vortex there it's almost certain that you, at some point, disabled all the extensions. Probably without understanding what that would do.
  9. Pickysaurus's post in extension failed to load error was marked as the answer   
    See the pinned post for a solution to this problem
  10. Pickysaurus's post in Vortex not using categories from Nexus (Starfield) was marked as the answer   
    Go to Categories on the toolbar above your mods a click the button to fetch them from the site. Categories added since you first managed Starfield are not updated automatically.
  11. Pickysaurus's post in Cyberpunk ENOENT error was marked as the answer   
    This is a fault with your GOG Galaxy install. Reinstall Galaxy and it should work again.
  12. Pickysaurus's post in Vortex speeds must be faster was marked as the answer   
    Please see https://help.nexusmods.com/article/92-im-having-download-issues-what-can-i-do
  13. Pickysaurus's post in Cyberpunk 2077 gets stuck after intro cutscene was marked as the answer   
    There's another similar thread right above this one: https://forums.nexusmods.com/index.php?/topic/13331676-vortex-with-mods-crash-cyberpunk/
     
    Perhaps the solution there applies to you?
  14. Pickysaurus's post in Skyrim SE Collection Adding Issue was marked as the answer   
    You've set a different app to handle downloads. Go into Settings -> Download to correct it back to Vortex
  15. Pickysaurus's post in queryModPath Question was marked as the answer   
    You can use a Vortex utility function to get that path dynamically.

    import { util } from 'vortex-api' // TypeScript version const { util } = requires('vortex-api') // JavaScript version const docPath = path.join(util.getVortexPath('localAppData'), 'Starfield'); // Results in "C:\Users\<username>\AppData\Roaming\Starfield"
    Example from Starfield: https://github.com/Nexus-Mods/game-starfield/blob/master/src/util.ts#L64
  16. Pickysaurus's post in 7D2D will not load through Vortex was marked as the answer   
    Unfortunately your issue appears to be related to the game or mods you are using and is not related to Vortex. Try posting on the mod page for any mods you've got installed when this happens
  17. Pickysaurus's post in Starfield: Graphics Card doesnt meet the minimal Specifications requirements was marked as the answer   
    This isn't a Vortex problem. You've probably edited your INI files manually in a way the game doesn't recognise.
  18. Pickysaurus's post in SKSE64 not uptodate was marked as the answer   
    You should report this to the curator of the collection you are trying to use.
  19. Pickysaurus's post in how to delete browsers Vortex download association was marked as the answer   
    If you do not have a mod manager installed you should not be clicking the "Vortex" or "Mod Manager Download" buttons.
     
    If you have an alternative mod manager installed, please consult the developers of that tool for help in associated it with Nexus Mods downloads.
  20. Pickysaurus's post in Deployment using symlinks breaks animation mods was marked as the answer   
    So the pinned thread: https://forums.nexusmods.com/index.php?/topic/13262847-starfield-mod-compatibility-megathread/
     
    There's also a PR wait to fix this: https://github.com/Nexus-Mods/game-starfield/pull/12
  21. Pickysaurus's post in STARFIELD SCRIPT EXTENDER HAS A VIRUS... was marked as the answer   
    This is definitely a false positive. Advanced modding tools sometimes get falsely flagged. If you look at the number of users who have downloaded it without issue you'll get some context as to how safe it is.
     
    You can check the VirusTotal report by clicking the Green checkmark in the "Files" section
  22. Pickysaurus's post in install mod with error dataError was marked as the answer   
    The message may not be fully clear but the file you downloaded is corrupted. Try downloading a fresh copy.
  23. Pickysaurus's post in Starfield not showing up in Vortex was marked as the answer   
    If it's not appearing your PC is somehow preventing Vortex from getting the full game list from GitHub. There's a link in the latest news post on the website to the mod page where you can download it.
  24. Pickysaurus's post in On the DL page it states that I need ".NET 6.0+" was marked as the answer   
    There's more info on .NET 6 here: https://forums.nexusmods.com/index.php?/topic/12891273-common-solutions-megathread/&do=findComment&comment=124190193
  25. Pickysaurus's post in MOD downloaded and installed using Vortex is not working was marked as the answer   
    Looks like that mod is badly packaged, which is causing the issue.
     
    Edit: I've repacked it for the mod author and it should now work.
×
×
  • Create New...