Jump to content

poinc

Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

360 profile views
  1. try the fix there if this doesn't work read this one https://www.loverslab.com/?app=core&module=members&controller=profile&id=417644 at least player.sexchange will fix it ctrl-e [open console] player.sexchange() player.sexchange() [close console] ctrl-e I could also post my script but as i have made some other changes there may be some inconsistency
  2. As it is only added to the normal tether function (and not the forceTether), it will work if the character is standing near the cart * so it will work when the cart is attached for a haul (as the scene make it appear near the player before calling the tether function) * when the player try to attach it is near Kart.GetDistance(PlayerRef) < 450) I think the force tether (it spawn the kart near you, and try to attach it with is one code) should only be callable by the mcm menu as it is a bit like cheating, and that only a message should be displayed if the cart is too far saying that the pony is too far.
  3. That is a known bug, the game engine doesn't support attaching a cart to an actor who was already attached, even if the previous cart is no more, (or is the same); you will be detached from cart sometimes in sex scene, or when the haul is finished, to fix it you have to somewhat reset the actor to attach it again, so you have 3 at least options to make it works again in the same session : use console and use the player.sexchange() 2 times and reattach it then ctlr-e, to detach it in quest variable, then ctrl-e to re-attach it go back to main menu (or quit and restart the game) edit papyrus script to change race of your PC and switch back to the original one when you detach the cart change to vampire lord or werewolf should also do the trick, Personally I've edited the script to fix the actor so the reset is automatic
  4. red triangle means missing mesh (or sometimes invalid) You're missing something As the cart needs some havock (wheel, chassis and something else) and it won't be found in missing (or invalid) meshes it won't budge. if you've installed the LE one just grab the "S.L.U.T.S. LE Ressources.7z" and install it, as for the SE, it is shipped with it (I still don't understand why LE is still there as when I was playing with LE my modded games quickly became unstable as the memory limit is quite low, and I don't want to select which mod I use)
  5. found a way to re-tether the cart after it has been unhitch, just change the sex of the pony (2 times so you don't really change), and you can re-tether it to the cart Just need a way to re-force the yoke pose now edit: sexchange can't be used in papyrus scripts, so I've cheated with race I've added some minor edit to the tether triggered by ctrl-e, so i can re-tether Race playerRace = PlayerRef.getRace() PlayerRef.setRace(Game.GetFormFromFile(0x19, "Skyrim.esm") as race) ; default Race Utility.wait(0.1) PlayerRef.setRace(playerRace) there is obviously a glitch when I change to default race, but apart from that, i can re-tether the cart. Perhaps I should add it to the tether function and add a fade-in -black - fade-out to hide the 'glitch', also as the setRace is used for the werewolf/vampire transformation it should be safe.
  6. I ve had the same problem, i've fixed it by modifing the mod file with TESVedit, on the scenes MariaEdenComesToMyBack (XX879D6B) -> PackageData The first Near Reference is MariaEdensMarker i set it to Player and it worked for somes scenes.
  7. hi thanks for this awesome mod . I ve played it for some time now and I've encountred my some bugs, and corrected somes (like ponygirlquest does not end, and is not prlongated) in MariaPonyGirlScript.psc the line : ModObjectiveGlobal(hoursPassed * -1,MariaEdensRemainingHours,10,abCountingUp = false) miss the objective value (the default is -1 which mean no objective, so never return true... ) so i replaced it to ModObjectiveGlobal(hoursPassed * -1,MariaEdensRemainingHours,10, 0 ,abCountingUp = false) the next issue i had with the same quest is that with a gag, all dialog are off, (comment from master, and 'found you' to get fucked, I changed their priority to 51 (instead of 50), so now it works. there is some more (like getting the whore licence back after giving it to the guard for checking, or master getting away instead of getting to my back) but i don't remember the changes specifically, i can make a diff to retreive it if someone is interested For the Riften Action house it is near the temple of mara a door with some reddish light facing the market The Riften Brothel on the lower level on the wood way between the sewer and the potion merchant
  8. @janerunner have you installed Sexlab dialog ? http://www.loverslab.com/files/file/1540-sexlab-dialogues-2014-12-15/ it is now a requirement Also if you have apropos and Wear&Tear effect, you may have its slow effect plus the shackles, after some times with my master I can't follow him, he is way too fast I have an issue with the _sd_naked quest with a male character, and the restriction same gender only (gay), it try to find animation with the tags Sex + MM, but sexlab seems to find none;
  9. Is there a particular reason for the scripts explicity forbide adding equipement for male ?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use