-
Posts
16506 -
Joined
-
Last visited
-
Days Won
18
Everything posted by Pickysaurus
-
"Last active" state on user profiles not updating anymore
Pickysaurus replied to RADRR1985's topic in Website Bug Report
It got some attention internally recently. I've given the team of list of when it should be updating. This is quite likely to be a side effect the various website updates over the years. The whole site used to be one big monolith of code, which was bad to maintain but did made things like activity tracking more accurate. It's now broken down into smaller chunks, but not all of the chunks update activity in the same way. -
Required Mod is Enabled but the dependency icon is red
Pickysaurus replied to CorleoneM's topic in Vortex Support
Oh, if the file is not from Nexus Mods this 100% can't possibly work. If you want use dependency metadata I would ask the author to share it here. It's not possible for Vortex to know anything about files that didn't come from Nexus Mods in regards to updates/versions/metadata -
This issue should be fixed now.
-
Duplicate of a known, and documented issue here:
-
This error is caused by a third-party extension you've installed. Go to %appdata%\Vortex\plugins and delete any recently added game extensions. The last time this came up it was Battlefleet Gothic Armada 2 causing the problem.
-
Vortex not supporting Mafia: Definitive Edition?
Pickysaurus replied to r4stl0s's topic in Vortex Support
Vortex supports around 250-300 games, but it doesn't support every single game on the website. I suspect nobody has made an extension for the Mafia series yet. -
Cyberpunk 2077 not found on Vortex?
Pickysaurus replied to NorepinephrineCP's topic in Vortex Support
You can manually download the extension here: https://www.nexusmods.com/site/mods/196- 3 replies
-
- 2
-
- troubleshootingmods
- cyberpunk2077
-
(and 2 more)
Tagged with:
-
Good news for the residents of Pelican Town - We're excited to open up the latest build of the Nexus Mods App to the Stardew Valley community! Important Before playing with the App, you need to know a few things. Please don't skip over this information as it may negatively impact your experience. This is alpha software, meaning it is still very early in development and may have bugs or issues that could break your mod setup. We've done our best to patch up any major problems, but there will always be a few "gotchas" we haven't accounted for. The app only works on Windows (10+) or Linux. MacOS support is coming later! The current build only supports Stardew Valley on Steam or GOG.com - more games are planned to be added soon, so don't worry if you don't see your favourites yet! Please only use the app on a clean installation of Stardew Valley. This means removing SMAPI and any mods you have installed before managing it with the app. This is important as the state of the game folder will be the state the app will roll back to when mods are removed. As we release new versions you may be required to reset your loadout and start over. We'll do our best to avoid this though and it won't be a requirement in the final release! The app will work on Steam Deck but the experience isn't optimised yet, let us know how you get on! What can I do with the app? The Nexus Mods App is available as an alpha pre-release on Windows or Linux and includes these features: Install mods for Stardew Valley on Steam and GOG (Xbox Game Pass support is coming later). Log in to your Nexus Mods account and download mods directly from the website. Cleanly enable and disable mods in your loadout. Easily roll your game to a non-modded state by un-managing the game or uninstalling the app. Get diagnostic information about common issues in your load order, including: Missing dependencies SMAPI or game version issues Potentially dangerous mod installed (XNB edits) In-app editing of config files (e.g. config.json) Planned Features This version is a development snapshot and doesn't represent the final version so some common features will be missing but we already plan to add these in later. Some examples of these include: Multiple loadouts (modlists) per game. Updating mods. Deleting downloaded mods from your Mod Library. Support for the Xbox Game Pass (PC) version of Stardew Valley. Sorting, searching and filtering the table views. "Rewind" - a global undo feature that will allow you to walk back changes to your loadout one at a time or jump back to a specific point in time. Collections support More games! Known Issues There are a few quirks we're already aware of in this release build, we've already got plans to address them: When uninstalling the app, the main UI will appear on the screen for a few seconds. You don't need to touch anything, this is just the app making sure it has undone all changes it made to your games. In future builds this will happen without the UI showing. Table sort orders do not save. We'll be properly recording this preference in future. Get the Nexus Mods App! You can download the latest build from here: https://github.com/Nexus-Mods/NexusMods.App/releases Feedback and Support Your feedback is our compass, so please don't be shy in letting us know your thoughts. There are several ways you can get in touch with us: Join the App Discord - Create a thread on the forums - Raise an issue on GitHub
-
Vortex creating arbitrary load order rules?
Pickysaurus replied to Roanhorse's topic in Vortex Support
Vortex only uses rules from LOOT (if you're talking about plugins) and ones you set. You can review both plugin rules and mod rules using the relevant toolbar button. -
This issue is now resolved.
-
If you are having this problem, we need your Vortex log file located at %appdata%\Vortex - both @Nagev and I have tried to replicate this without any success so we need to know exactly what Vortex was doing when the crash occurred.
-
Required Mod is Enabled but the dependency icon is red
Pickysaurus replied to CorleoneM's topic in Vortex Support
Can you give a specific example? It might be that the mod name doesn't match? -
quest and adventure mod category
Pickysaurus replied to ZigmondWarden's topic in Fallout 4's Discussion
This thread has been thoroughly derailed. Locking it. -
This thread is now locked. Do not belittle, discredit, or aggressively criticise another member or their content. If you do not like something or have nothing constructive to add, it's best to simply move along. Within this community, you are not inherently entitled to another's time, work, or creations. Comments or posts that imply otherwise may be subject to moderation.
-
Vortex keeps purging when I download and install a mod
Pickysaurus replied to blesch's topic in Vortex Support
Have you tried any of the previous instructions we've given to help identify the issue. It's not trivial for Vortex to tell you what's happening as it's a very unexpected state for the user to have gotten themselves into this situation without any clue what they did to cause it. Here's a few images in case you're not sure what I've said. First, you need to show the modtype column Then you can click to group by modtype. As you can see I have SFSE with a blank modtype and 8 "Data folder" mods. What will be happening is that one of your mods without a modtype is deploying a file that is intended to go into the data folder, but one of your data folder mods is ALSO deploying the same file. So you have this kind of thing: "Default" modtype mod is placing the file "Data\Textures\Photos\SomeFile.png" in the game root folder, resulting in a full path of "Starfield\Data\Textures\Photos\SomeFile.png". "Data Folder" modtype is placing the file "Textures\Photos\SomeFile.png" in the game's data folder, resulting in an identical full path of "Starfield\Data\Textures\Photos\SomeFile.png". In this situation Vortex doesn't know which one of these files to use as a priority so it has to purge and redeploy repeatedly. The fix is to open any of the "Default" modtype mods and remove anything they contain that deploys to the data folder. (So basically just any of these mods that have a Data subfolder if you right-click and open the staging folder entry). If you'd rather just not troubleshoot the issue, you can turn off this detection as described below, but this is risky. -
A lot of things on the feedback board aren't going to be straight-up declined, but if they get almost no votes they won't even be looked at.
-
How to restore data from appdata folder?
Pickysaurus replied to RandomDeadGuy's topic in Vortex Support
The docs are a bit all over the place right now, but this one covers what you're trying to do https://github.com/Nexus-Mods/Vortex/wiki/MODDINGWIKI-Users-General-Moving-Vortex-to-a-new-PC -
Thanks for providing the results. Looking at the speeds, it's clear that you have a bad connection to your closest free server. This is almost always an ISP or routing issue so there's not much we can do from our side. You have a few options: Report the fault to your ISP and see if they can provide a fix Try using a VPN to see if you get a better connection With a Premium membership, you will be able to download all files from the "CDN" in your speed tests which means you'll have a much better connection.
-
I've split this into it's own thread as it has nothing to do with the 3 year old thread you originally replied to. Make sure you read the error carefully. You've probably given the image an invalid title on the upload form.