Ege09009 Posted February 16 Posted February 16 ı downloaded SexAssault 2 with many sexout mods i downloaded and it all worked other than SexAssault 2.it gives me the error saying i got SexoutNg 2.10.97,i tried 2.11.3 with and without Sofa then tried 2.10.98 beta 7 and didnt worked. wanted to try beta 3 as it said in message but could find that too.im fully stuck 1
Terrabiter097 Posted March 31 Posted March 31 Same problem. I'll follow this topic and hope for a reply.
Machiavelique Posted April 4 Posted April 4 (edited) SexAssaultRequirementsCheck if eval !(Call fnSexoutGetReady) Let sv_message := "ERROR! SexoutNG is not ready" elseif SexoutNG.nVerMaj < 2 || (SexoutNG.nVerMaj == 2 && SexoutNG.nVerMin < 10) || (SexoutNG.nVerMaj == 2 && SexoutNG.nVerMin == 10 && SexoutNG.nVerRelN < 98) || (SexoutNG.nVerMaj == 2 && SexoutNG.nVerMin == 10 && SexoutNG.nVerRelN == 98 && SexoutNG.iBetaN < 3) if sv_message == None Let sv_message := "ERROR! Sex Assault requires SexoutNG 2.10.98 beta 3 or LATER, but you are using " + $SexoutNG.nVerMaj + "." + $SexoutNG.nVerMin + "." + $SexoutNG.nVerRelN + ". Please quit game and upgrade SexoutNG (see www.loverslab.com)" endif endif I've made several mistakes by confusing the current and new SNG versions, but in any case, that doesn't explain why the message indicates that you're using version 2.10.97. "ERROR! Sex Assault requires SexoutNG 2.10.98 beta 3 or LATER, but you are using " + $SexoutNG.nVerMaj + "." + $SexoutNG.nVerMin + "." + $SexoutNG.nVerRelN $SexoutNG.nVerRelN = the version of Sexout you are using (not the one in your backup), which means that regardless of whether Sexout successfully updated or not, the “97” displayed is the value hard-coded into the SexoutNGMain script SexoutNGMain (2.10.98 beta 8): if (GetGameRestarted || GetGameLoaded) ;*** version vars ***; nVerMajN = 2 nVerMinN = 10 nVerRelN = 98 iBetaN = 8 SexoutNGMain (2.11.4 beta 5): if (GetGameRestarted || GetGameLoaded) ;*** version vars ***; nVerMajN = 2 nVerMinN = 11 nVerRelN = 4 iBetaN = 5 How do you get nVerRelN = 97 when it's typically written as nVerRelN = 98 or nVerRelN = 4 in the versions of Sexout that I publish? You probably have an old mod that overwrites SexoutNGMain script (and therefore restores version 2.10.97 of the SexoutNGMain) I can fix iBeta/iBetaN and nVerMin/nVerMinN mistakes in SexAssaultRequirementsCheck but it doesn't change anything to your problem. Edited April 4 by Machiavelique
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