Cornoholio Posted February 2, 2024 Posted February 2, 2024 (edited) Every time I start a new game or load a save: I'm running newest SKSE and the just-upgraded new racemenu version - any ideas how to fix this crap or what might be causing it??? I deinstalled and reinstalled RS and SKSE both, to no effect. Edited February 2, 2024 by Cornoholio
traison Posted February 2, 2024 Posted February 2, 2024 RaceMenuBase.psc has a function like this: int Function GetScriptVersionRelease() global return 7 EndFunction So: You have a broken mod that overrides racemenubase.pex with one that returns 0 instead of 7. You have managed to find a broken RaceMenu version somewhere.
Cornoholio Posted February 2, 2024 Author Posted February 2, 2024 1. - according to Vortex nothing overwrites RM right now. 2. - I got this version: RaceMenu Anniversary Edition v0-4-19-16 How can I check if something is fucking about with that file while running the game??
traison Posted February 2, 2024 Posted February 2, 2024 (edited) The decompiled script from the RM link you sent me returns 7, so you have something messing with that script file. If you're certain this is not the case, then extarct the racemenubase.pex file from the RM installation archive and replace your current file with it; and by that I mean replace the pex file already in the RM install, not the one in the Skyrim data folder. Replacing the one in the data folder is bound to break the hardlink that Vortex has set up which will potentially come bite you in the ass later. Edit: Unless that has already happened and that's why we're having this conversation. You could try deleting the file in the data directory and redeploying mods from Vortex. That should rebuild the hardlinks right? I think? Maybe? I used to have a link on my desktop for Vortex-specific instructions for finding the mod conflict list for a specific file but I deleted it a while back. I'm sure some good noodle here on LL can help you out with that one. If you're in a hurry, Google or YouTube is bound to have the answer already. Edited February 2, 2024 by traison
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