Jump to content

Pickysaurus

Community Manager
  • Posts

    16808
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Pickysaurus

  1. If the files are being correctly deployed into your game folder then it's possible you've got a broken game and need to verify the files with Steam. It's also possible you've got junk in your Data folder which is overwriting whatever you are trying to change. I'd suggest using "Purge" in Vortex to temporarily remove your mods. Open the game folder and delete the "Data" folder. Re-verify your game via Steam/GOG/etc to get a fresh copy of the files.
  2. This should be a temporary issue caused by something sending an abnormal number of requests to the website in a short period. Has it unlocked again now?
  3. Hmm, if you had a faulty CPU that would explain this issue. Thanks for coming back with your solution.
  4. Sorry to hear you're having problems. This is usually some kind of regional restriction. Which country are you in?
  5. Thanks for that @SubtleYe3. I can replicate the bug and will raise it. Looking at the browser console, the editor is sending a blank text string when that combination of markdown is submitted using the visual editor. I've forced your "About me" to display that by sending it manually through the API. You probably won't be able to update it until this bug is fixed, but at least it shows up now! Edit: Interestingly if you include a line of text as well as those images, it'll save fine!
  6. ScriptName MemoryCleanerScript extends Quest float Property CleanupInterval = 600 Auto Function CleanupVariables() ObjectReference UnusedObject = None Actor UnusedActor = None Debug.Notification("Cleaned: UnusedObject, UnusedActor") Debug.Trace("Variables cleaned: UnusedObject, UnusedActor", 0) EndFunction Event OnInit() Debug.Trace("MemoryCleanerScript Initialized.", 0) Debug.Notification("Memory Cleaner Initialized.") Self.CleanupLoop() EndEvent Function CleanupLoop() While (true) Utility.Wait(CleanupInterval) Debug.Notification("Memory Cleaner Running...") Self.CleanupVariables() Debug.Notification("Memory Cleaner Complete.") EndWhile EndFunction Source of the "cleaner" for anyone interested.
  7. I fixed this and messaged dandm1 via email. It was a bug where the system didn't think the mod page had any images. Force resetting the image solved the problem.
  8. If you were on Windows XP/7 I'd think it was that, but Win10 should be fine. I'd imagine it was a problem on our side more than anything in this case!
  9. I'm afraid it isn't something we're likely to be able to fix. We are changing the comment system to a new one that uses Markdown instead of BBCode where this problem will be moot as it currently doesn't support colours.
  10. Can you edit your site about me, swap to markdown view and then paste the entire thing here? It's possible something in there is causing it to fail to render
  11. Please include a link to the mod page so we can take a look.
  12. I'll have a look but I think it's a binary option in the community settings.
  13. Vortex itself can be installed anywhere you like - it's unwise to change it from the default unless you 100% know what you're doing. The mod staging folder for the game that is important. (Settings -> Mods -> Mod Staging Folder) For most games this must be on the same HDD as the game and that hard drive has to be using an NTFS file system.
  14. This is intentional, posting an email address is most often used for two reasons: A user accidentally exposing their Personal Information. A spam post Any post that contains an email address has to be manually vetted. It's a little annoying, but it does block the cases mentioned above.
  15. Please email [email protected] from the email used for you account. You should send any proof of purchase you have available so we can investigate. Note: Due to the holiday period, our response time may be slower than usual.
  16. You have to be more specific about crashing. What's it doing? What are you doing when it happens? Are there any error messages?
  17. Thanks for the report, we'll get this sorted.
  18. This is unrelated to the OP. Although may look similar. Go to extensions and click show bundled. Then verify the extension for collections is enabled. If it's not, I don't know how you disabled it without realising but that's what needs to be enabled. Failing that the specific error would be useful. Please include a screenshot.
  19. This will be your browser addons or settings. Or you're clicking the Vortex button without Vortex installed.
  20. There isn't a specific place. It's not really popular enough to have it's own place. You can post in the general forums or the Skyrim game section.
  21. This thread is fairly old now. It's generally better to start a new one for a new issue. Make sure you haven't included any emoji characters as these cause the form to fail.
  22. I can confirm the ability to lock comments will also be removed. It was an oversight and got missed from the original ticket. There are so many features and options on mod pages sometimes they just get forgotten.
  23. According to the logs, you opted out of the DP system entirely 2024-11-24 18:47:09 (GMT) which opted out all of your mods. This can only be done by you or someone with access to your account from this page https://next.nexusmods.com/settings/donations Unfortunately as the mods were opted out when the report was generated there's not anything we can do. In regards to your username I will fix that up for you if I remember, but I can only do it from our office and I won't be back there until after Christmas now.
  24. Your mod must be opted in on the last day of the month to qualify. All downloads from that month will be counted. https://help.nexusmods.com/article/112-donation-points-faq#How-are-the-Donation-Points-Reports-generated-NreUl It looks like you changed your username and it hasn't updated here yet so I can't find your site profile. If all your mods opted out, that usually means you opted out of the DP system entirely in your settings.
  25. Those mods are either not downloaded by the account you're logged in as, were downloaded by more than 30,000 files ago (so don't appear in the history anymore) or there was a blip in recording downloads when you pulled them. It's hard to say, I will pass this thread to our dev team but the capacity to look into this kind of thing is quite low over the holidays.
×
×
  • Create New...