Jump to content

Gold is being incrementally removed from my inventory.


Recommended Posts

Posted (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

489830_20250202133424_1.png

Edited by Steelwaffle357
Adding screenshot
Posted

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:

  1. Open xEdit, do not change the load order.
  2. Locate the gold MiscObject, form id 0xF.
  3. View the references tab at the bottom.
  4. 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.

Posted
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:

  1. Open xEdit, do not change the load order.
  2. Locate the gold MiscObject, form id 0xF.
  3. View the references tab at the bottom.
  4. 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. 

Posted
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.

Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...