Steelwaffle357 Posted February 2, 2025 Posted February 2, 2025 (edited) Hello everyone, for some reason gold seems to incrementally drops from my inventory, specifically 4 gold a minute. The screenshot shows the notification I get when the money is taken. I don't know what mod is causing this conflict I'm scrolling trough Xedit, but maybe you can help me out. Here's a link to my modlist: https://pastebin.com/JLDF7SZ5 Edited February 2, 2025 by Steelwaffle357 Adding screenshot
Steelwaffle357 Posted February 3, 2025 Author Posted February 3, 2025 8 hours ago, belegost said: NFF share gold feature? But I had no followers at the time I took the screenshot.
TheTexican Posted February 3, 2025 Posted February 3, 2025 Are you using Bloodline, it has a child support system in the MCM.
traison Posted February 3, 2025 Posted February 3, 2025 Chances are the script that's doing it is holding a "static" reference to the gold MiscObject in a property, thus you can find it like this: Open xEdit, do not change the load order. Locate the gold MiscObject, form id 0xF. View the references tab at the bottom. Any non-vanilla plugin listed here, is a suspect and should be investigated further. If the reference is dynamic, you could search through all pex files in all mods (including BSA files) for the word "gold". Chances are the mod that's doing this has named the variable accordingly, unless it is non-latin that is. I have made a CLI program specifically for finding strings in Skyrim, if that seems more reasonable to you.
Steelwaffle357 Posted February 3, 2025 Author Posted February 3, 2025 4 hours ago, traison said: Chances are the script that's doing it is holding a "static" reference to the gold MiscObject in a property, thus you can find it like this: Open xEdit, do not change the load order. Locate the gold MiscObject, form id 0xF. View the references tab at the bottom. Any non-vanilla plugin listed here, is a suspect and should be investigated further. If the reference is dynamic, you could search through all pex files in all mods (including BSA files) for the word "gold". Chances are the mod that's doing this has named the variable accordingly, unless it is non-latin that is. I have made a CLI program specifically for finding strings in Skyrim, if that seems more reasonable to you. When I saw in Xedit that there was over 4000 references to gold, I uninstalled the game and deleted the folder, and will try again on a clean install. Though I could still use the CLI program if this happens again.
traison Posted February 3, 2025 Posted February 3, 2025 40 minutes ago, Steelwaffle357 said: When I saw in Xedit that there was over 4000 references to gold, I uninstalled the game and deleted the folder Using a grenade launcher to kill a spider. The spider is no more, but neither is your house. I'd probably sort the list by plugin name then either scroll to the top/bottom. That ought to get rid of all references from Skyrim.esm and such. PM sent with link to app. 1
Steelwaffle357 Posted February 3, 2025 Author Posted February 3, 2025 I also wanted get rid of the leftover files from uninstalled plugins. Installed a lot combat animations that I didn't know at the time were obsolete.
belegost Posted February 4, 2025 Posted February 4, 2025 11 hours ago, traison said: The spider is no more, but neither is your house. That only holds true in US, where the houses are built from tool shed material.
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