Solissix Posted November 12, 2023 Posted November 12, 2023 Recently decided to give Oblivion another go and after about 3 days of trial, error, and a lot of frustration; I've more or less got everything working as intended with a couple of exceptions. One of those exceptions being the title esp. I realize the fine print says it hasn't been updated for 2.5 and to use at your own risk; but I'm curious as to why it doesn't work. Conscribe Error Log: Error in script 4f00256a Could not create function context for function script The script in question: scn xLAIPMOOCallback short trg ref me short isAtk short ConsRape short sPos array_var arPaths Begin Function { trg me isAtk ConsRape } if ( trg == 1 ) SetFunctionValue 0 if ( me.ModelPathIncludes "MOO\Durzog\" == 1 ) set sPos to Call xLoversCreatureGetWeightedPos xLoversCreatureQuest.CreatureDogposes isAtk ConsRape SetFunctionValue sPos endif return elseif ( trg == 2 ) SetFunctionValue -1 let arPaths := me.GetCreatureModelPaths if ( me.ModelPathIncludes "MOO\Chicken\" == 1 ) if eval ( 0 <= ar_Find "hen01.nif" arPaths ) SetFunctionValue 100 elseif eval ( 0 <= ar_Find "hen02.nif" arPaths ) SetFunctionValue 100 elseif eval ( 0 <= ar_Find "hen033.nif" arPaths ) SetFunctionValue 100 endif elseif ( me.ModelPathIncludes "MOO\Cow\" == 1 ) SetFunctionValue 100 elseif ( me.ModelPathIncludes "MOO\Minotaur\"== 1 ) if eval ( 0 <= ar_Find "minotaurcow01.nif" arPaths ) SetFunctionValue 100 else SetFunctionValue 0 endif endif let arPaths := ar_Null return endif End Having it active in game spams the console with the above error, then gradually tanks fps over a period of 10 minutes. Once FPS drops below 30, crash on cell transition is basically impossible to avoid. Also causes problems with lovers animations, they get janky, sometimes don't play, (actors jitter about then freeze in place and alignment can be way off). Problem is not as sever when in confined dungeons, less system load maybe?
fejeena Posted November 12, 2023 Posted November 12, 2023 One (perhaps stupid) question: Do you have Maskar's Oblivion Overhaul installed? And esp in the right load order ? People use the esp without problems. Post your load order.
Solissix Posted November 13, 2023 Author Posted November 13, 2023 13 hours ago, fejeena said: One (perhaps stupid) question: Do you have Maskar's Oblivion Overhaul installed? And esp in the right load order ? People use the esp without problems. Post your load order. Not stupid; there is a lot of conflicting information given how old Oblivion is, so it's hard to tell what is obsolete and what is not. Yes, Maskar's is currently installed, current load order is: Oblivion.esm Beautiful People 2ch-Ed.esm x117race.esm Lovers with PK.esm TamagoClub.esm HiyokoClub.esm LoversCreature.esm Unofficial Oblivion Patch.esp Oblivion Citadel Door Fix.esp UOP Vampire Aging & Face Fix.esp DLCShiveringIsles.esp Unofficial Shivering Isles Patch.esp DLCHorseArmor.esp DLCHorseArmor - Unofficial Patch.esp DLCOrrery.esp DLCOrrery - Unofficial Patch.esp DLCVileLair.esp DLCVileLair - Unofficial Patch.esp DLCMehrunesRazor.esp DLCMehrunesRazor - Unofficial Patch.esp DLCSpellTomes.esp DLCSpellTomes - Unofficial Patch.esp DLCThievesDen.esp DLCThievesDen - Unofficial Patch.esp DLCThievesDen - Unofficial Patch - SSSB.esp DLCBattlehornCastle.esp DLCBattlehornCastle - Unofficial Patch.esp DLCFrostcrag.esp DLCFrostcrag - Unofficial Patch.esp Knights.esp Knights - Unofficial Patch.esp Enemy Weapons dont drop.esp See You Sleep DLL - DLCVileLair.esp Maskar's Oblivion Overhaul.esp kuerteeCleanUp.esp HUD Status Bars.esp x117 Rabbit Race.esp malebodyreplacerv5.esp beautiful people 2ch-ed disable bandblindmask.esp beautiful people 2ch-ed merged eye modules.esp beautiful people 2ch-ed merged hair modules.esp beautiful people 2ch-ed sheogorath eye.esp Beautiful People 2ch-Ed Vanilla Race.esp Beautiful People 2ch-Ed MS Elves - NoSc.esp MaternityClothes.esp Vanilla Gear Redux.esp TamagoPlayerHUD.esp TamagoDischarge.esp LoversTamagoClub.esp LoversHiyokoShooter.esp HiyokoGenetics.esp HiyokoGenerator.esp HiyokoGeneratorCreature.esp HiyokoGeneratorBroodMother.esp HiyokoGrow.esp LoversHiyokoClub.esp TamagoSetBody.esp TamagoGuide.esp LoversAdultPlayPlusforSSP.esp LoversVoiceSSPplus.esp LoversRaperS.esp LoversJoburg.esp LoversBed.esp LoversPayBandit.esp Lovers with PK.esp LoversSatisfaction.esp LoversBitch.esp LBPMill.esp LoversCreature.esp LoversSoundCreature.esp LVSSP_Creatures.esp LoversEscapeRapeVPlayer.esp LoversRapeSlave.esp LoversLight.esp LoversBackup2.esp Khajiit Fix.esp SetBody.esp LoversIdleAnimsPriority.esp LoversAnimObjectsPriority.esp LoversIdleAnimsPriority_MOO.esp
fejeena Posted November 14, 2023 Posted November 14, 2023 kuerteeCleanUp.esp before all DLCs normally beautiful people and 117x below Lovers and Set body Maskar's Oblivion Overhaul.esp below lovers and Set body malebodyreplacerv5.esp between DLCSpellTomes - Unofficial Patch.esp and DLCThievesDen.esp DLCSpellTomes.esp malebodyreplacerv5.esp most armor clothes mods DLCThievesDen.esp Load order end LoversIdleAnimsPriority.esp LoversIdleAnimsPriority_MOO.esp LoversAnimObjectsPriority.esp Load order: read https://www.loverslab.com/topic/36443-oblivion-install-gametoolsbodiesbbbmod-sorting-and-cleaningcs-cse-body-stretching/?do=findComment&comment=915257
Solissix Posted November 14, 2023 Author Posted November 14, 2023 3 hours ago, fejeena said: kuerteeCleanUp.esp before all DLCs normally beautiful people and 117x below Lovers and Set body Maskar's Oblivion Overhaul.esp below lovers and Set body malebodyreplacerv5.esp between DLCSpellTomes - Unofficial Patch.esp and DLCThievesDen.esp DLCSpellTomes.esp malebodyreplacerv5.esp most armor clothes mods DLCThievesDen.esp Load order end LoversIdleAnimsPriority.esp LoversIdleAnimsPriority_MOO.esp LoversAnimObjectsPriority.esp Made the adjustments as suggested, double checked load order against list; no dice. Only thing that changes is now it has an additional error, something about not being able to create event list. If I load only the absolute bare minimum it seems to work without errors: Oblivion.esm Lovers with PK.esm LoversCreature.esm Unofficial Oblivion Patch.esp Oblivion Citadel Door Fix.esp UOP Vampire Aging & Face Fix.esp DLCShiveringIsles.esp Unofficial Shivering Isles Patch.esp DLCHorseArmor.esp DLCHorseArmor - Unofficial Patch.esp DLCOrrery.esp DLCOrrery - Unofficial Patch.esp DLCVileLair.esp DLCVileLair - Unofficial Patch.esp DLCMehrunesRazor.esp DLCMehrunesRazor - Unofficial Patch.esp DLCSpellTomes.esp DLCSpellTomes - Unofficial Patch.esp malebodyreplacerv5.esp DLCThievesDen.esp DLCThievesDen - Unofficial Patch.esp DLCThievesDen - Unofficial Patch - SSSB.esp DLCBattlehornCastle.esp DLCBattlehornCastle - Unofficial Patch.esp DLCFrostcrag.esp DLCFrostcrag - Unofficial Patch.esp Knights.esp Knights - Unofficial Patch.esp Lovers with PK.esp Maskar's Oblivion Overhaul.esp LoversIdleAnimsPriority.esp LoversAnimObjectsPriority.esp LoversIdleAnimsPriority_MOO.esp I'm slowly enabling the others one at a time to try to narrow it down, but its proving to be tedious process.
fejeena Posted November 14, 2023 Posted November 14, 2023 Always test with a new game! A bug can be in an old save. If a new game works you can try your old saves. But with a greatly changed load order better start a new game. And where is LoversCreatures.esp ? I only see the esm You know that the LoversIdleAnimsPriority.esp and LoversAnimObjectsPriority.esp from LAPF are different from LoversCreatures. You must install Lovers Creatures after LAPF and let overwrite the LAPF LoversIdleAnimsPriority.esp and LoversAnimObjectsPriority.esp. LoversIdleAnimsPriority_MOO.esp has LoversIdleAnimsPriority.esp as Masterfile, not sure if it works well with the LAPF LoversIdleAnimsPriority.esp. Make sure you have the LoversCreatures version. And the end of the load order 1 LoversIdleAnimsPriority.esp 2 LoversIdleAnimsPriority_MOO.esp 3 LoversAnimObjectsPriority.esp Do you have the error messages only in the console? Or bugs/problems in game? If everything works maybe you can ignore the error message. But I don't know, I never used Maskar's Oblivion Overhaul and LoversIdleAnimsPriority_MOO.esp
Solissix Posted November 14, 2023 Author Posted November 14, 2023 18 minutes ago, fejeena said: Always test with a new game! A bug can be in an old save. Every test has been with a new game; I don't put hours on a save until I'm confident it won't run into long term problems later. LAPF is overwriting PK, I just had the esp for creatures disabled; but I'm pretty much out of ideas. It doesn't seem to be related to any one mod; anything that adds additional functionality to the framework seems to break the script on my end, even if they aren't related, for example LoversBed.esp. Just narrowing it down further to see if I've missed anything else before I post another load order.
Solissix Posted November 14, 2023 Author Posted November 14, 2023 So, oddly enough, it would appear that Loverscreatures.esp is breaking the scripts in priority_MOO.esp. Maybe I have something set wrong, but no matter where I have them in the load order; the same script in _MOO always seems to break when Creatures.esp is active. I've tried dozens of different load order positions for them, but the results are always the same. I would like to just ignored the console spam; but as I said above, once you go outside the game limps along for a bit at sub 30 fps before finally crashing. For full disclosure, I'm running all this through MO2 and I briefly consider that this could be the issue, but if that where the case, why does everything run smooth as silk with MOO and _MOO disabled? All OBSE plugins are installed manually in the data folder, and all mods where unpacked and repacked manually before dropping the archives into MO2; in essence a complete manual install without the messiness of actually dropping everything into the data folder. Wyre Bash and TesEdit can't seem to pick up any issues with them; (I removed the "Watch you sleep vile lair.esp" since Wyre Bash didn't like it; but predictably it had no effect on the current issue.) Just for clarity, all testing was done on new games every time. Maskars OO 4.9.4.2 LAPF 1.6a1 LC25MAIN If anyone currently running these versions without issues was willing to share how they've done it, I'd be interested in learning how you did it. Until then, I will simply disable them and carry on. Thanks for your assistance Fejeena.
fejeena Posted November 14, 2023 Posted November 14, 2023 Maybe it is a bug in the esp see Loverscreatures2.5 first post The LoversIdleAnimsPriority_MOO.esp is for use with Maskar's Oblivion Overhaul (not verified or updated for 2.5.13). So maybe it does not work with LoversCretures 2.5.13 Do you have any problems in game? If not ignore the error message.
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