MidnightVT Posted February 15, 2015 Posted February 15, 2015 I could use some help. I dont understand Im getting the error my stuff isnt up to date BUT IT IS. why? how do I fix? what did I do wrong? I downloaded NVSE 4.6.2. beta FROM THE SPUNK LINK and extracted it to my NV directory. I have NVSE Extender 15 I have the newest NG core and Data. \ Can anyone help me explain? only thing I can thik of it says 2.8.90b1 .. hmm maybe i need to search for that EDIT; Found the SExout NG beta thread, downloaded the new sexout.esm file and overwrote one in my data folder. launched. still same error. the version number didnt increase by doing that. Please help
Loogie Posted February 15, 2015 Posted February 15, 2015 That dialog box lists three things. You said you only installed two of them.
MidnightVT Posted February 15, 2015 Author Posted February 15, 2015 That dialog box lists three things. You said you only installed two of them. I have all of them installed im confused? Im using NVSE 4.6.beta2 from the spunk link to launch the game I have SExoutNG core and data and I have the NVSE extender 15 installed. SEe screenshots. what am I missing? Im guessing i did soemthing wrong getting the beta SexoutNG cause I have the official version still showing. I tried to get the beta by downloading the updated sexout.esm fromt he beta thread and overwriting it in my data folder.. not sure what else i need to do or if i missed something
Loogie Posted February 15, 2015 Posted February 15, 2015 Sorry, I misread. You probably don't have either NVSE or the extender installed in the correct location.
DoctaSax Posted February 15, 2015 Posted February 15, 2015 If not that, maybe try installing the NG beta first, without spunk.
MidnightVT Posted February 15, 2015 Author Posted February 15, 2015 Ok so I disabled spunk/lust and launched the game. I got this from the beta file loading should be sufficient right? loaded spunk back up same error as above and closes game.
DoctaSax Posted February 15, 2015 Posted February 15, 2015 If you load in spunk in a save where NG's already declared itself to be 2.8.91 then all I can think of is an erroneous NVSE/NX install. For anyone reading along, this is spunk's version checking: let iOK := 0 if 15 <= NX_GetVersion let iNVSE := (100 * GetNVSEVersion) + (10 * GetNVSERevision) + GetNVSEBeta if 462 <= iNVSE let iNG := (1000 * SexoutNG.nVerMaj) + (100 * SexoutNG.nVerMin) + SexoutNG.nVerRelN if 2890 <= iNG let iOK := 1 endif endif endif if 1 != iOK let iInit := 6 MessageBoxEX "Spunk needs NVSE 4.6.2+, NX 15+, and SexoutNG 2.8.90b1+. Quitting the game." return endif
prideslayer Posted February 15, 2015 Posted February 15, 2015 Doc, you should really just check SexoutNG.nVerRelN -- that number will never go downward. It's the release number, starting from 1, and it just goes up by one for every release regardless of the major or minor version # values.
prideslayer Posted February 15, 2015 Posted February 15, 2015 To preempt the "why" it's because of this type of progression. 2.11.102 -> 3.0.103. By the calculation that's 3202 -> 3103 which.. is bad.
RickyYeh2013 Posted February 15, 2015 Posted February 15, 2015 I could use some help. I dont understand Im getting the error my stuff isnt up to date BUT IT IS. why? how do I fix? what did I do wrong? I downloaded NVSE 4.6.2. beta FROM THE SPUNK LINK and extracted it to my NV directory. I have NVSE Extender 15 I have the newest NG core and Data. Can anyone help me explain? only thing I can thik of it says 2.8.90b1 .. hmm maybe i need to search for that EDIT; Found the SExout NG beta thread, downloaded the new sexout.esm file and overwrote one in my data folder. launched. still same error. the version number didnt increase by doing that. Please help Is ur sexoutbreeder enable? SexoutBreeder can't use new version sexout plug-in. You must wait the new version sexoutbreeder or change to use the old version sexout. I still wait the whole new version SexoutBreeder~
MidnightVT Posted February 15, 2015 Author Posted February 15, 2015 I could use some help. I dont understand Im getting the error my stuff isnt up to date BUT IT IS. why? how do I fix? what did I do wrong? I downloaded NVSE 4.6.2. beta FROM THE SPUNK LINK and extracted it to my NV directory. I have NVSE Extender 15 I have the newest NG core and Data. Can anyone help me explain? only thing I can thik of it says 2.8.90b1 .. hmm maybe i need to search for that EDIT; Found the SExout NG beta thread, downloaded the new sexout.esm file and overwrote one in my data folder. launched. still same error. the version number didnt increase by doing that. Please help Is ur sexoutbreeder enable? SexoutBreeder can't use new version sexout plug-in. You must wait the new version sexoutbreeder or change to use the old version sexout. I still wait the whole new version SexoutBreeder~ Yeah its enabled. I havent seen any errors or crashes as a result of it, and the MCM menu is there. I havent seen anything happen as a result of the mod running either though so maybe its not working lol.
MidnightVT Posted February 15, 2015 Author Posted February 15, 2015 If you load in spunk in a save where NG's already declared itself to be 2.8.91 then all I can think of is an erroneous NVSE/NX install. For anyone reading along, this is spunk's version checking: let iOK := 0 if 15 <= NX_GetVersion let iNVSE := (100 * GetNVSEVersion) + (10 * GetNVSERevision) + GetNVSEBeta if 462 <= iNVSE let iNG := (1000 * SexoutNG.nVerMaj) + (100 * SexoutNG.nVerMin) + SexoutNG.nVerRelN if 2890 <= iNG let iOK := 1 endif endif endif if 1 != iOK let iInit := 6 MessageBoxEX "Spunk needs NVSE 4.6.2+, NX 15+, and SexoutNG 2.8.90b1+. Quitting the game." return endif I guess maybe. I dont know. Im about to just give up i guess on using the mod. Im 99% sure iv installed everything correctly i downloaded the 4.2.beta2 from the spunk page and extracted it to the falloutNV main directory. I run NVSE.exe to launch the game. I used the FOMM file to install NVSE extender v15 so idk
prideslayer Posted February 15, 2015 Posted February 15, 2015 You should be using FOMM to install everything except NVSE itself, not just NX -- That means both sexout files (CORE and DATA), this mod, etc. You launch with nvse_loader.exe, not nvse.exe. If you want to give up, that's your choice, but don't do so thinking it's because this stuff doesn't work and you've followed all the instructions. You messed up along the way somewhere. You may be 99% sure you didn't, but we're 100% sure you did, because when you follow the instructions this stuff works -- in 22,000 downloads, if something were wrong with the install, someone else would have also noticed.
RickyYeh2013 Posted February 15, 2015 Posted February 15, 2015 Yeah its enabled. I havent seen any errors or crashes as a result of it, and the MCM menu is there. I havent seen anything happen as a result of the mod running either though so maybe its not working lol. So...I think u should try to disable sexoutbreeder then enable lust and spunk and run the game see what happen
MidnightVT Posted February 15, 2015 Author Posted February 15, 2015 You should be using FOMM to install everything except NVSE itself, not just NX -- That means both sexout files (CORE and DATA), this mod, etc. You launch with nvse_loader.exe, not nvse.exe. If you want to give up, that's your choice, but don't do so thinking it's because this stuff doesn't work and you've followed all the instructions. You messed up along the way somewhere. You may be 99% sure you didn't, but we're 100% sure you did, because when you follow the instructions this stuff works -- in 22,000 downloads, if something were wrong with the install, someone else would have also noticed. I did use fomm to install everything. Not just NX. And yes its NVSE.loader.exe I didnt look for the exact name i just typed it in a post. but obviously tahts the only exe file in there with nvse in the name. Ill figure it out later maybe ill start from scratch or maybe ill just wait a bit maybe new versions will come out. Thanks for the help Yeah its enabled. I havent seen any errors or crashes as a result of it, and the MCM menu is there. I havent seen anything happen as a result of the mod running either though so maybe its not working lol. So...I think u should try to disable sexoutbreeder then enable lust and spunk and run the game see what happen Didnt do anything
RickyYeh2013 Posted February 15, 2015 Posted February 15, 2015 Didnt do anything I mean I think sexoutbreeder may cause lust / spunk issue So U can try disable sexoutbreeder and enable lust / spunk then run the game
MidnightVT Posted February 15, 2015 Author Posted February 15, 2015 Didnt do anything I mean I think sexoutbreeder may cause lust / spunk issue So U can try disable sexoutbreeder and enable lust / spunk then run the game I understood what you meant and I tried that lol. thats what I meant by didnt do anything. Thanks for the suggestion though.
MidnightVT Posted February 15, 2015 Author Posted February 15, 2015 Just wanted to update you all. I GOT IT WORKING!! I ended up doing a full clean install deleted everything reinstalled the game then all files and mods. Now it works fine. Just to be clear to the awesome modders like prideslayer and doc I wasnt blaming you guys. I knew I messed up somehow I was hoping you guys could show me where. I figured it out last night thanks to Ricky mentioning breeder. I remembered back when I installed that he had this giant zip file with tons of mods/plugins/data etc. I took one titled like other misc and copied it into my data folder and looking back that had some nvse stuff in it. that was prob the issue. So despite me installing the correct files and reinstalling them, something there got overwrote with older data Its working now. Thanks for your help guys. Now i just hope that Breeder can get an update so it works with new Sexout cause I want to use that mod and cant.
prideslayer Posted February 15, 2015 Posted February 15, 2015 Glad you got it working. That said.. I took one titled like other misc and copied it into my data folder Seriously use a mod manager. I'm partial to the fork of FOMM I maintain but any of them will do. You can recover from these kinds of situations *without* having to do a clean install if you do so. Use it for *everything*. There's really no reason to install anything manually. If the mod is in a disorganized mess in the 7z and tells you to copy things from here and there to your data dir -- copy them to an empty dir instead, zip it up, and install that with the mod manager.
MidnightVT Posted February 16, 2015 Author Posted February 16, 2015 Glad you got it working. That said.. I took one titled like other misc and copied it into my data folder Seriously use a mod manager. I'm partial to the fork of FOMM I maintain but any of them will do. You can recover from these kinds of situations *without* having to do a clean install if you do so. Use it for *everything*. There's really no reason to install anything manually. If the mod is in a disorganized mess in the 7z and tells you to copy things from here and there to your data dir -- copy them to an empty dir instead, zip it up, and install that with the mod manager. Will do. I did that for this install and will keep doing so. Thanks for the help and your mod work.
RitualClarity Posted February 17, 2015 Posted February 17, 2015 Just wanted to update you all. I GOT IT WORKING!! I ended up doing a full clean install deleted everything reinstalled the game then all files and mods. Now it works fine. Just to be clear to the awesome modders like prideslayer and doc I wasnt blaming you guys. I knew I messed up somehow I was hoping you guys could show me where. I figured it out last night thanks to Ricky mentioning breeder. I remembered back when I installed that he had this giant zip file with tons of mods/plugins/data etc. I took one titled like other misc and copied it into my data folder and looking back that had some nvse stuff in it. that was prob the issue. So despite me installing the correct files and reinstalling them, something there got overwrote with older data Its working now. Thanks for your help guys. Now i just hope that Breeder can get an update so it works with new Sexout cause I want to use that mod and cant. It only works with the files given on the Breeder thread. There is a Sexout SCR and Breeder files with some others that are needed to get it to run. Unfortunatly you will be stuck with those files and can't use the newer ones that you just got fixed. However hopefuly now you are using a manager and thus when you get board (which is highly unlikely) then you can uninstall the mods and then install breeder if you desire to try it out. That is the beauty of using a mod manager.
prideslayer Posted February 18, 2015 Posted February 18, 2015 RC, I broke something in sexout so breeder doesn't work with newer versions? Do you know what it was?
RitualClarity Posted February 18, 2015 Posted February 18, 2015 No, I don't sorry. I think it might have been some of the animations have been changed order or something like that. The main thing I know for sure is the SCR and Pregnancy needs to be exactly the version used. Those mods can't be any newer. It is likely that Sexout has just been added to it for support reasons to be sure as Jamil works on the mod to update it. However now that I think of it. SCR and Pregnancy checks for a minimum version correct? If so it wouldn't matter if Sexout was newer provided something wasn't changed or broken from the previous version that Breeder used. That is if I understand this correctly. I can't test it now as i am working on setting up my FNV mods. Maybe when I am don and it works well I will be able to test various versions and combinations of mods with little difficulty. Then I can perhaps check. Sent a PM to Jamil to see if he knows. If so either I or he can get that info to you. (better him.. ).
Halstrom Posted February 18, 2015 Posted February 18, 2015 SCR & Pregnancy don't check SexoutNG versions at all, I've been meaning to do it one day, none of my stuff use any uber new features anyway, so it probably isn't critical on how old their SexoutNG version is
prideslayer Posted February 18, 2015 Posted February 18, 2015 Hah ok. I sent the PM, no answer yet. I did change the animation numbering for the mavia anims and a few other like.. 6 months ago? Is that what screwed it up? For crying out loud I can fix that in 5 minutes if that's the case.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.