Someone92 Posted October 4, 2014 Posted October 4, 2014 I've updated one of my mods to the new RegisterForModEvent structure, however I now don't know how to get an array of the actors. Previously I've used this: actor[] actorList = SexLab.HookActors(argString) but with the new function "function AnimStart(int tid, bool HasPlayer)" I no longer have "argString". What's the equivalent ThreadController function?
Liuli Posted October 5, 2014 Posted October 5, 2014 So there seems to be a very weird bug with the Arrok Devil's Threeway animation that only happens when it's first used. If I try to activate it with SexLab Enchantress, the NPCs will be thrown into the sky. If, however, I activate it with Matchmaker, MY character is the one thrown to the sky instead, but after a loading screen the animation works. The weird thing is, activating that exact animation next time will work without any issues with matchmaker, but more than that - it would also work normally without issues with Enchantress. It's like there's some bug with the positioning in the first initial setup of that one animation, and after the racial adjustments are saved it works normally. This bug doesn't happen with any of the other threeway animations.
Ashal Posted October 5, 2014 Author Posted October 5, 2014 I've updated one of my mods to the new RegisterForModEvent structure, however I now don't know how to get an array of the actors. Previously I've used this: actor[] actorList = SexLab.HookActors(argString) but with the new function "function AnimStart(int tid, bool HasPlayer)" I no longer have "argString". What's the equivalent ThreadController function? All argstring is is a string of thread id number (int tid), and all SexLab.HookActors ever was was a shortcut to "SexLab.GetController(argstring as int).Positions" It was set up that way originally because of how SKSE handled events before there were custom ones. Since 1.7.0+ it hasn't been necessary. So to answer your question. RegisterForModEvent("HookAnimationStart", "AnimStart") function AnimStart(int tid, bool HasPlayer = false) sslThreadController Thread = SexLab.GetController(tid) ; // HookController(argString) sslBaseAnimation Animation = Thread.Animation ; // HookAnimation(argString) int Stage = Thread.Stage ; // HookStage(argString) float Timer = Thread.Totaltime ; // HookTime(argString) Actor Victim = Thread.VictimRef ; // HookVictim(argString) Actor[] ActorList = Thread.Positions ; // HookActors(argString) endFunction replacing all instances of HookXXXX(argstring) with HookXXXX(tid as string) would be effectively doing the same thing (though in a bad way)
Ashal Posted October 5, 2014 Author Posted October 5, 2014 Hi Ashal, thanks for the update Upgrading from V158b. Upgrade procedure ok (got the upgrade message about installing animations twice, tho, I don't know if it's normal or not) Matchmaker test ok. Animation editor test also ok. However, I'm now getting a systematic CTD with Sexlab Submit. With both the 28JUN (slightly modified by me) and 01SEP (untouched) versions : -Player gets defeated -Combat sex occurs and ends correctly -Player enters bleedout -Systematic CTD Reverting to V158b solves the problem, even when the downgrade is done from a save made with the 159c version. I tried to recompile submit scripts. It didn't solved the problem, but I found a compile error with the InitAdjustments function in sslConfigMenu : it's missing the Position parameter. I don't know if it's important or not, just signaling it. C:\Program Files (x86)\Steam\SteamApps\common\skyrim\Data\scripts\Source\sslBaseAnimation.psc (4 hits) Line 279: InitAdjustments(AdjustKey, Position) Line 288: InitAdjustments(AdjustKey, Position) Line 293: InitAdjustments(AdjustKey, Position) Line 333: function InitAdjustments(string AdjustKey, int Position) C:\Program Files (x86)\Steam\SteamApps\common\skyrim\Data\scripts\Source\sslConfigMenu.psc (1 hits) Line 838: Animation.InitAdjustments(Animation.Key("Global")) Log file attached. If I can figure something out, I'll post it here. It should be harmless, in fact I intended to remove the line completely as it's no longer necessary. That should have nothing to do with Submit though. And even so submit shouldn't be hooking into the sslConfigMenu script, there should be absolutely no reason for it. Regardless, I realized while playing last night after release that I forgot to disable a bunch of debug log spam, planning on stealth re-uploading a new 1.59c in a bit with the debug spam disabled, I'll remove this line in configmenu as well.
Agnot2014 Posted October 5, 2014 Posted October 5, 2014 OK after my problem with the 159 I decided to try the new 159b but I still have the same problem When I press for the Sexlab free camera everything is fine on all animations but when I turn it off I am stuck in 3rd person with my mouse only rotating the player on the spot and to move I have to use the keyboard and I am also unable to save. So my problem persists. Do you have any idea how I can fix this? Reverting to the old 158b the problem disappears but I really want to keep up with the latest and use all the new animations. OK so I have tried 59c still have the same problem. Is it something to do with adjusting the positions during the animations because it seems to mostly happen after using SexLab to make an adjustment? I really hope you can fix this as more and more mods are using the latest update and I cant follow.
darkfender666 Posted October 5, 2014 Posted October 5, 2014 I already installed 1.59c and everything working fine but. I read that the file was updated again today. What have been updated?
D_ManXX2 Posted October 5, 2014 Posted October 5, 2014 is it so difficult too read 2 posts above yours ?? Regardless, I realized while playing last night after release that I forgot to disable a bunch of debug log spam, planning on stealth re-uploading a new 1.59c in a bit with the debug spam disabled, I'll remove this line in configmenu as well. Debug is now disabled.
Hellpig Posted October 5, 2014 Posted October 5, 2014 Hi, its me again, after installing updating to 1.59c and solving all the minor issues, i played it happily for quite a while with no issues. But after i tried to run skyrim again today without changing anything, the CTD before sex is happening again and also i start to get microsoft visual runtime errors. I checked my papyrus logs and it just ends abruptly... is this being experienced by anyone else? should i post my papyrus log and load orders?
Hellpig Posted October 5, 2014 Posted October 5, 2014 Ok so i resorted with loot, then tried in the game again. The plan was to try and sex up my followers multiple times, somewhere around 10 just to see if the game CTDs. So i got CTD before sex start on the 1st two tries, then on third, was able to do it three times, but on the fourth try, it CTDs. Here are my load order and Papyrus log, the papyrus logs always end the same way, right after the "NOTICE: Adjusts: [0.000000, 0.000000, 0.000000, 0.000000]" Load order, Skyrim.esmUpdate.esmUnofficial Skyrim Patch.espDawnguard.esmUnofficial Dawnguard Patch.espHearthFires.esmUnofficial Hearthfire Patch.espDragonborn.esmUnofficial Dragonborn Patch.espFalskaar.esmWyrmstooth.espSGHairPackBase.esmSexLab.esmRSkyrimChildren.esmZaZAnimationPack.esmRaceCompatibility.esmhdtHighHeel.esmSexLabAroused.esmSexLab Attraction.esmSchlongs of Skyrim - Core.esmBeeingFemale.esmAzarHair.esmApachiiHair.esmApachiiHairFemales.esmApachiiHairMales.esmWhen Vampires Attack.espThe Ningheim.espSWT1.2.espSkyUI.espSkyrim_Strap_Ons.espSGHairPackAIO.espSexLabNudeCreatures.espSexLabMatchMaker.espSOS - VectorPlexus Muscular Addon.espSexLab TDF Aggressive Prostitution.espSexLab Cumshot.espScarletDawnArmor.espRequiem.espxo3dBukTest.espRequiem - Resources.espSexLab Brawling Rape.espWet.espSexLabNudeCreaturesDB.espRemodeled Armor - Vanilla Replacer - Dawnguard.espRemodeled Armor - Underwear.espRaceMenuPlugin.espRaceMenuMimic.espPupetteer Master.espME3 Reckoner Knight Armor.espLoversVictim.espLeftHandRings.espLeftHandRings - Dawnguard.espKKSDGWeightSliderFix.espJessicaAlbaDemonHunter.espInigoPerkPointGiver.espSexLab Approach.espRequiem - Falskaar.espImproved Dragon Shouts - Dawnguard.espHISTeraviridiniumF.espFuta equippable.espFNISSexyMove.espFJ_TsunArmor.espMoreNastyCritters.espDead Body Collision.espdD - Realistic Ragdoll Force - Medium.espHelmetToggle2.02b.espCustomizable Camera.espBrows.espBrawl Bugs CE.espHeadtracking.espCloaks - Dawnguard.espSchlongs of Skyrim.espDPnTrielekMix.espHDT Female Hairstyles.espTeraHairWeightFix.espDHuntress.espBasvanbeu MuscleTextureChanger with Navetsea set.espProper Aiming.espCollegeOfWinterholdImmersive.espRequiem - Dragonborn.espRequiem - Blessings Ignore Crime.espRequiem - Talos Ignores CW Side.espFrea.espLoversVictim_DogsnHorses.espFantasy Soundtrack Project.espFSP - Dragonborn Edition.espMomoDash.espBeeingFemaleBasicAddOn.espSexLabNudeCreaturesDG.espFantasySoundtrackProjectCombatMusic.espApachiiHairStyles.espZazResources.espTG.espSerana No Hood.esp360WalkandRunPlus-RunBackwardSpeedAdjust.espcleaner_castlevolkihar3.espRequiem - USKP Patch.espRequiem - Heavy Shield Fix v1.7.3.espRemodeled Armor - Vanilla Replacer.espFullBootForKKSA.espCalienteVanillaArmorTweaks.espOrc Female Body Replacer.espImproved Dragon Shouts.espImproved Dragon Shouts - Dragonborn.espThe Dance of Death - Ultimate Edition.esprbz'sBorgakhtheheart.espGuard Dialogue Overhaul.espApachiiHairStylesELVES.espBijin Warmaidens.espBW Illia.espCWINPCApachiiSkyHair.espAela.espFSP - Dawnguard Edition.espbetterinns.espSexLab Romance.espBVFE_Serana.espSerana.espbettermorthal.esptownsandcitiesenhanced.espMarkarth_plus.espHentaiCreatures.espRequiem - Wyrmstooth.espCloaks.espRun For Your Lives.espSoSFC.espAmazingFollowerTweaks.espSOS - Male Vanila Armor Cloths Conversion Custom.espRequiem - Guard Dialogue Overhaul Patch.espSOS - Revealing Armors.espSOS - Revealing DLC1 Conversion.espSMIM-Merged-All.espRequiem - HearthFires.espRayya.espxazPrisonOverhaul.espTame Beast.espCollegeDaysWinterhold.espbetterdawnstar.espbettermarkarthexterieur.esptavevillages.espwhiteruninenhanced.espMidasSkyrim.espRSChildren - Complete.espRequiem - RSkyrimChildren Patch.espRequiem - SoT - RSChildren Patch.espRSChildren_PatchUSKP.espMighty Beasts - Vampire Lord.espShaydows VampireLord Replacer OVERHAUL.espFlameAtronachArmor.espRaceCompatibilityUSKPOverride.espRaceMenuPluginXPMSE.espSOS - Revealing DLC2 Conversion.espRemodeled Armor - Vanilla Replacer - Dragonborn.espKKSDrBWeightFix.espKKFur.espColorful_Magic.espriverwoodenhancedplugin.espwhiterunexenhanced.espKhaleesiStandalone.espFSP - Unique Towns & Locations.esptavesolitude.esptaveriften.esptavewindhelm.espCWIDawnDragonPatch.espRequiem - Fantasy Soundtrack Project.espzz_GDRAHoods.espbetterwinterhold.espSOS - Shop.espSuccubui Enemies +.esptavewhiterunlite.espSexLabDefeat.espDwemertech - Magic of the Dwarves.esptavefalkreath.espSneak Tools.espSneak Tools Vanilla Hoods.espSneak Tools Vanilla Masks.espSexLabAnimalSex.espVampire Skin Color Fix.espLoversComfort.espFNISspells.espLady of Death.espSexLabAnimalSexDawn.espApocalypse - The Spell Package.espSexLab Slut Shout.espSexLabDangerousNights.espForgottenMagic_Redone.espApocalypse - Requiem Compatibility Patch.espBee_V.espRaceMenu.esp01VampireNoDirtTintmask.espSexLabAnimalSexTame.espSexLabWerewolves.espMighty Beasts - Werewolf.espAlternate Start - Live Another Life.esp
darkfender666 Posted October 5, 2014 Posted October 5, 2014 is it so difficult too read 2 posts above yours ?? Regardless, I realized while playing last night after release that I forgot to disable a bunch of debug log spam, planning on stealth re-uploading a new 1.59c in a bit with the debug spam disabled, I'll remove this line in configmenu as well. Debug is now disabled. That was 2 versions ago. I think he uploaded 3 vesrsions of 1.59c if i m not wrong.
LibertyPrime Posted October 5, 2014 Posted October 5, 2014 I have a couple of suggestions for a future release. These are just suggestions; I am not really sure how easy or hard they are to script, as I have zero experience in these. Nothing outside of the Framework boundaries, either (or at least not too much). - Make it so the player has control of his clothing and only his clothing in the clothing/unclothing settings - An option to move all actors at once during sex - Make a setting that allows SexLab to control timescale during sex - Have an option for cum that makes it so it only comes off when the character swims or at the very least touches water - In the diary, make a section of how often your character had sex while inebriated or uinder the effect of any other drugs i.e. Skooma. Nothing fancy, but something like counting in-game hours having sex after drinking/consuming these - I am actually not sure if this is a feature or a glitch in my build, but would it be possible to make it so positions don't change randomly as stages progress? Sometimes, my character is having sex and suddenly the sex position changes, despite having the option to progress stages automatically untoggled, and despite the fact that it happens even if there are still stages remaining to go in a certain position (i.e., position 1 is on its 2nd stage, then suddenly the game changes positions even though there are 3 stages on position 1) - I guess this is outside the idea of a Framework, but integrating existing dancing animations would be nice too
LibertyPrime Posted October 6, 2014 Posted October 6, 2014 Also, I forgot to ask something in my post on the previous page: fixing TFC during sex being as in, player no longer loses control after sex ends, or did it fix another bug I am not aware of?
Hellpig Posted October 6, 2014 Posted October 6, 2014 Guys help please:( In the mean time i will try the shadow updates.... but please help, this mod is too beautiful to give up on.
herrzog Posted October 6, 2014 Posted October 6, 2014 I also have issues with the crashing when it starts. Going to see if the new patch changes things.
Hellpig Posted October 6, 2014 Posted October 6, 2014 The thing is that it was running perfect for 1 whole day, tested in vigorously... if you know what i mean hehe. Then after i shut down and restarted my computer.... bam CTD's back with a vengeance. Currently not at my comp now, so i cant try, but does the new update fix this? Also i realised that loot places SOS below sexlab, is this correct?
germanicus Posted October 6, 2014 Posted October 6, 2014 SL 1.59c works perfectly. Both, upgrade and full version. I tried both of them and I'm playing the game since they were released. I have no CTDs at all. Ashal fixed CTDs issues much earlier in his fixes and they are eliminated in this version too. According to he instructions from the first page, all upgrades and installation of the full version should work fine if installed properly and if ran codependent mods. SOS should go under SL in load order.
Hellpig Posted October 6, 2014 Posted October 6, 2014 Hi Germanicus, i updated to 1.59c as well, had no CTDS or issues other then the ones i posted in the prev page. Those were fixed rather promptly and afterwards, I had no issues wadsoever for almost 1 whole day. I tried M/F, F/F , Creature, Romance and Matchmaker multiple times, somewhere around 30 altogether. Convinced that its working well, I shut down my computer and went to sleep. Then when i tried again yesterday, thats when CTDs came back, in a fashion that will put Kratos to shame no less... I hope this does not happen to you, its a terrible feeling. Also, thanks for confirming that SOS shld load under sl.
LibertyPrime Posted October 6, 2014 Posted October 6, 2014 Hmm, the problem must be on you guys' load order. Maybe a conflicting mod or something. I am also using 1.59c since its release and have not had a -single- CTD related to sex since.
germanicus Posted October 6, 2014 Posted October 6, 2014 Hi Germanicus, i updated to 1.59c as well, had no CTDS or issues other then the ones i posted in the prev page. Those were fixed rather promptly and afterwards, I had no issues wadsoever for almost 1 whole day. I tried M/F, F/F , Creature, Romance and Matchmaker multiple times, somewhere around 30 altogether. Convinced that its working well, I shut down my computer and went to sleep. Then when i tried again yesterday, thats when CTDs came back, in a fashion that will put Kratos to shame no less... I hope this does not happen to you, its a terrible feeling. Also, thanks for confirming that SOS shld load under sl. "knocking on the wood", have no problems at all even when playing with multiple characters (presently have 6 different characters I'm playing with). If all worked fine before shutting PC off, and you didn't install any new mods before turning it off, all I can say is that there is nothing wrong with SL. Maybe you should check following (it is not solution although it might be, but rather suggestion): - clean you temporary and system files with adequate programs like Ccleaner - check for the viruses and malicious programs, - clean your saves with save cleaner tool - sometimes this helps but I don't know why: copy your saves to some new folder and let the Save folder be empty. Start the new game until the game autosaves in Helgen. Exi the game. Put back your saves in save folder. Load the save.
Hellpig Posted October 6, 2014 Posted October 6, 2014 Ok I will try the shadow updates then the stuff you suggested above, i get the feeling its not exactly sl's fault too, as i was able to mess with it so much. I looked around the forums abit and it seems that the problem might be with microsoft runtime library, but i have no idea how to deal with that.
germanicus Posted October 6, 2014 Posted October 6, 2014 Ok I will try the shadow updates then the stuff you suggested above, i get the feeling its not exactly sl's fault too, as i was able to mess with it so much. I looked around the forums abit and it seems that the problem might be with microsoft runtime library, but i have no idea how to deal with that. If Microsoft C++ is broken, again, it is not SL's fault. I suggest you to reinstal Microsoft C++ 2013 from here: http://www.microsoft.com/en-us/download/details.aspx?id=40784 If you have it, do not repair it. Uninistall it first and then install. Install both versions x64 and x86.
Hellpig Posted October 6, 2014 Posted October 6, 2014 Thanks for all the swift replies and suggestions, I will try them once Im free, so within 2 to 3 days.... I will be sure to update to see it fixes the problem. Also just a noob question, how should i install the shadow update? just copy paste it or do i need to uninstall the mod 1st? Edit: Do i need to reinstall the microsoft .net framework as well? if so version 4.5 right?
Cezul Posted October 6, 2014 Posted October 6, 2014 I got a bit of an issue, and hope there's a simple fix for it. During sex, I can kind of control my character. As in, if i move my mouse she spins on a dime as if i were just like, standing there idle and turning. After sex, I'm stuck in third person and can't fight/cast magic/swing swords stuff like that. Camera won't move position either, it's like a different version of Animcam or something. Tried turning TFC on and off, toggling animcam on and off, tried another sex scene without pressing any buttons to advance stage or what have you. Nothing works. Even tried a completely brand new game, still the same issue. Hopefully this is an easy fix ( IE someone already had this issue and solved it ) in the meantime i'll get my load order and pappy logs set up.
germanicus Posted October 6, 2014 Posted October 6, 2014 I got a bit of an issue, and hope there's a simple fix for it. During sex, I can kind of control my character. As in, if i move my mouse she spins on a dime as if i were just like, standing there idle and turning. After sex, I'm stuck in third person and can't fight/cast magic/swing swords stuff like that. Camera won't move position either, it's like a different version of Animcam or something. Tried turning TFC on and off, toggling animcam on and off, tried another sex scene without pressing any buttons to advance stage or what have you. Nothing works. Even tried a completely brand new game, still the same issue. Hopefully this is an easy fix ( IE someone already had this issue and solved it ) in the meantime i'll get my load order and pappy logs set up. Check this out: http://www.loverslab.com/topic/20268-first-person-camera-issue/
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