DiscipleDarkfriend Posted May 19, 2023 Posted May 19, 2023 Hey all, I hope the day finds you well. I am encountering a baffling issue, I fear that it may cause issues down the line. When I start a new game, all files fresh and new, fresh install on MO2 I get like 5 notifications from XPMSE saying, XPMSE detected on Prisoner, Have a nice Day!! I can find no info on Google or anywhere. wondering if anyone has ever heard of this and or knows what may be causing it or if it is a serious problem. Thanks in advance.
traison Posted May 19, 2023 Posted May 19, 2023 bool Function CheckXPMSEVersion(Actor akActor, bool isFemale, float XPMSEVersion = 2.0, bool abSilent = false) global if GetXPMSEVersion(akActor, isFemale) >= XPMSEVersion if !abSilent if(Game.GetModByName("SkyUI.esp") == 255) Debug.Notification("Groovtama: XPMSE2 successfully detected on Actor: " + akActor.GetBaseObject().GetName() + ". Have a nice day!") Doesn't seem like a problem to me. If you want to get rid of it, figure out how to set abSilent to true perhaps. 1
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