Jump to content

Seeing deleted Papyrus code still show up in game -- why?


Funkonaut

Recommended Posts

Had a bit of trouble figuring how to summarize my issue in the title. I am updating a mod I released a couple of years ago (Honeystrand Meadery), mostly just refactoring scripts and fixing bugs.

 

As such, I've changed quite a lot in my main quest's Papyrus script. It compiles fine, and I see my changes working in game. What's weird is, it seems to simultaneously still be running some of the old code that no longer exists.

 

As a basic example, I am still seeing debug.notification messages from the old version. I've run a search and these messages do not exist anywhere in my current scripts. I see this issue even when I load the mod from a "clean" save. Is there some other place an old compiled version of the script could be hiding? And why would it run both of them? How is it even working at all if that's the case?

 

Another example is there is a function I *used* to call in OnInit(), that I moved elsewhere. Now when I test the mod, that function gets called BOTH in OnInit() and in the current, proper place.

 

Any help or advice greatly appreciated.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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