The_Slice Posted December 19, 2012 Posted December 19, 2012 Great little mod so far having tons of fun' date=' but a couple of things. With the Goblin Bitch quest I get a CTD when I actually accept the quest. Anyone else had this and been able to fix it? Is it possibly a mod clash? Anyway to solve this? Thanks for your efforts. Sorry forgot the load order Oblivion.esm Beautiful People 2ch-Ed.esm Lovers with PK.esm BreakUndies.esm TamagoClub.esm LoversCreature.esm DLCShiveringIsles.esp DLCHorseArmor.esp DLCOrrery.esp DLCVileLair.esp DLCMehrunesRazor.esp DLCSpellTomes.esp DLCThievesDen.esp DLCBattlehornCastle.esp DLCFrostcrag.esp Knights.esp TamagoPlayerHUDkil.esp TamagoBadEnd.esp TamagoBreak.esp TamagoNews.esp TamagoShop.esp TamagoTopic.esp TamagoConfide.esp LoversTamagoClub.esp TamagoSetBody.esp ZAZStocks.esp LoversAdultYield.esp LoversFSE.esp LoversHooker.esp LoversRaperS.esp LoversBiko.esp LoversPayBandit.esp Lovers with PK.esp LoversCreature.esp Beautiful People 2ch-Ed Disable BandBlindMask.esp Beautiful People 2ch-Ed Sheogorath Eye.esp Beautiful People 2ch-Ed Vanilla Race.esp Beautiful People 2ch-Ed Merged Hair Modules.esp Beautiful People 2ch-Ed Merged Eye Modules.esp Beautiful People 2ch-Ed MS Elves - NoSc.esp PlayerSlaveEncounters_v0.55.esp LoversIdleAnimsPriority.esp LoversAnimObjectsPriority.esp [/quote'] Anyone any ideas on this at all I feel like I'm missing out
mem4ob4 Posted December 20, 2012 Posted December 20, 2012 Great little mod so far having tons of fun' date=' but a couple of things. With the Goblin Bitch quest I get a CTD when I actually accept the quest. Anyone else had this and been able to fix it? Is it possibly a mod clash? Anyway to solve this? Thanks for your efforts. Sorry forgot the load order Oblivion.esm Beautiful People 2ch-Ed.esm Lovers with PK.esm BreakUndies.esm TamagoClub.esm LoversCreature.esm DLCShiveringIsles.esp DLCHorseArmor.esp DLCOrrery.esp DLCVileLair.esp DLCMehrunesRazor.esp DLCSpellTomes.esp DLCThievesDen.esp DLCBattlehornCastle.esp DLCFrostcrag.esp Knights.esp TamagoPlayerHUDkil.esp TamagoBadEnd.esp TamagoBreak.esp TamagoNews.esp TamagoShop.esp TamagoTopic.esp TamagoConfide.esp LoversTamagoClub.esp TamagoSetBody.esp ZAZStocks.esp LoversAdultYield.esp LoversFSE.esp LoversHooker.esp LoversRaperS.esp LoversBiko.esp LoversPayBandit.esp Lovers with PK.esp LoversCreature.esp Beautiful People 2ch-Ed Disable BandBlindMask.esp Beautiful People 2ch-Ed Sheogorath Eye.esp Beautiful People 2ch-Ed Vanilla Race.esp Beautiful People 2ch-Ed Merged Hair Modules.esp Beautiful People 2ch-Ed Merged Eye Modules.esp Beautiful People 2ch-Ed MS Elves - NoSc.esp PlayerSlaveEncounters_v0.55.esp LoversIdleAnimsPriority.esp LoversAnimObjectsPriority.esp [/quote'] Anyone any ideas on this at all I feel like I'm missing out Do you have companions with you at the time? Do you already have the cuffs and gag on when it crashes? Are you using the zazstocks.esp for something besides PSE? For PSE you just need everything except the esp file from the resources (all the mesh/texture/etc folders). Each time I upgrade I download all resources listed in the OP to a seperate folder. Don't forget the Addons, LoversBitch, ZAZStocks ver.0.2,0.3,quickfix, and the Patch. Then I make mesh/sound/texture folders and copy in everything from the various resources except esp files. I then use OBMM to create an omod pointed at that download folder. Mem
herfderf Posted December 20, 2012 Posted December 20, 2012 So do any of these things aside from rough justice actually include anything other than standard lovers sex animations played 10x or more and that one whipping animation?
gregathit Posted December 20, 2012 Posted December 20, 2012 So do any of these things aside from rough justice actually include anything other than standard lovers sex animations played 10x or more and that one whipping animation? If that is all you turned on then yes. You can turn on all the other animations (1-200) via the settings spell.
gregathit Posted December 20, 2012 Posted December 20, 2012 Temporary Patch added to OP for anyone using the BBB 11-200 animations pack. When Ichabod returns after the holidays he will make whatever changes he feels best suit the plugin. -Thanks Gregathit.
WappyOne Posted December 20, 2012 Posted December 20, 2012 Ok' date=' we do have a compatibility issue with this plugin and the BBB animation pack that I put out. In the BBB animation pack I culled out the duplicates and reorganized the numbering system. This plugin actually calls for certain animation numbers and that is what is producing errors. I am working on a fix to give Ichabod so he can make a version that is compatible with the BBB animation pack. All that has to happen is some changes to one script in the esp. The script name is IchPositionNormal. I will attach the changes that are needed in that script to this post and PM Ichabod so he is aware of this. Edit: I have attached the script that needs to be revised to be compatible with with the BBB animations pack and I have also attached the revised animations renumbering spreadsheet so you can track what things changed to what. If you have the Dadra Sutra which has pictures of all the animations then it is really easy to follow along. Cheers and sorry for breaking things! I was not aware that this mod had specific animation calls so I didn't anticipate and contact Ichabod to work out a solution beforehand. Sorry. Greg [/quote'] Greg, These changes do not work. Mainly because this script isn't doing quite what one would think at first glance. It is basically rolling 0-200, and the if statements are changing missing animations from v2 to the nearest neighbor (Ex: ElseIf Random >= 72 && Random <= 91 Set Random to 92, 72-91 don't exist in v2, so if rolled 72-91, set to 92). I have attached the equivalent script made to match the BBB 12-12-12 archive.
gregathit Posted December 20, 2012 Posted December 20, 2012 Greg' date=' These changes do not work. Mainly because this script isn't doing quite what one would think at first glance. It is basically rolling 0-200, and the if statements are changing missing animations from v2 to the nearest neighbor (Ex: ElseIf Random >= 72 && Random <= 91 Set Random to 92, 72-91 don't exist in v2, so if rolled 72-91, set to 92). I have attached the equivalent script made to match the BBB 12-12-12 archive. [/quote'] Wow! You exactly correct, I certainly wasn't paying attention to how it was structured at all as I was so focused on the renumbering. That will teach me NOT to do this stuff when I am tired!! I corrected the esp and script in the notes for Ichabod per your revisions. Credit and a HUGE thanks to WappyOne for catching my blunder and updating the script!!!! Cheers, Greg
adradox Posted December 20, 2012 Posted December 20, 2012 oook, I updated player slave and now my sex animations not work, they just stand and stare at each other. >_
gregathit Posted December 20, 2012 Posted December 20, 2012 oook' date=' I updated player slave and now my sex animations not work, they just stand and stare at each other. >_< [/quote'] What version of lovers with PK are you running (rev96) and do you have the BBB 11-200 animations pack installed? If the answer is NO to either one then you should not have updated.
DarkNinja13 Posted December 20, 2012 Posted December 20, 2012 Started to run the "Sibling Rivaly" quest and was alright until I got to Leyawiin and agreed to be Countess Caro's personal plaything for 2 days. Everything was fine (I approached her while court was in session), she paraded me around Leyawiin, and everything was going great...but then she sat down and started eating and continued to eat for two days - which stopped the clock from accurately counting how long I was to serve her. It took someone else sexing my girl up to get Caro to budge and resume the count. All in all I spent 5 days as her slave. Later on, at the party, a lot of the sex took too long (in my opinon) to begin - maybe it was the sheer number of actors in the cell, but I found myself....bored with watching all that was going on. I also found the whole lack of control frustrating. That first point may have ruined the rest of the mod for me because after going through the second I just uninstalled the mod and have no interest in trying it agan. Great concept Ichabod, just....not one that could grab and hold my interest
mem4ob4 Posted December 20, 2012 Posted December 20, 2012 @DarkNinja13 Something was definantly affecting the countess scripts (either that or she was reallly hungry). Some folks have had it run through and others just cant get past certain points. It will take time and input as to what other package effecting mods are present as well as possibly versions of Lovers (rev91, 94, 96) is being run to sort things out. As this mod progresses, code will be refined and changed as what can and can't be done efficiently is worked out. All of the Encounters are basically 'optional', and the base enslavement chances configurable to give just the amount of risk/danger during normal adventuring to suit the players liking. So feel free to check back in on its progress now and then and happy adventuring Mem
fetusfries1 Posted December 21, 2012 Posted December 21, 2012 Hi everyone, I'm having a really annoying problem. Whenever I get enslaved, I can't click on any dialog option or menu. So when when the slaver takes me to the slave camp and the other slaver asks me a question, I can't respond. I'm sure I'm just doing something really dumb, but either way any help would be greatly appreciated. On a completely side note, this is an incredible community, glad to be a part of it.
ragindude Posted December 21, 2012 Posted December 21, 2012 Wow... Last time I checked this mod, it was when ZMC Player Slave was dropped and now I see that someone took the relay and holy shit Ichabot you did an impressive job. Keep up the go work man.
villhadig Posted December 21, 2012 Posted December 21, 2012 Is there a way to quicken the pace up in the Countess part of Sibling Rivalry? 2 days have passed but I dont think she is about to release me. :< Edit: I managed to finally get out. New problem though, I have lead Lady May to the inn but nothing is happening. Was there supposed to be a quest update when I talked to her about the vase? I didnt get one and she refused to first follow out of the castle and to the inn but when I teleported there she was with me. Edit2: Probably should put a hint about using the bed.
SullenMan Posted December 22, 2012 Posted December 22, 2012 each time the animation sex with animals (goblin bear) actor animal disappears for mid animation and appears after a reboot out of the game in the "main menu"!!! how to fix it, and why this bug has not been fixed in the new version Player Slave Encounters v0.56 esp Patch for bbb animations pack.7z (Size: 266.9 KB / Downloads: 113) or PlayerSlaveEncounters_v0.56.esp ? even this PlayerSlaveEncounters_v0.55.esp version has this bug! New and improved animation project version 2.4 does not help! WTF?????
gregathit Posted December 22, 2012 Posted December 22, 2012 each time the animation sex with animals (goblin bear) actor animal disappears for mid animation and appears after a reboot out of the game in the "main menu"!!! how to fix it' date=' and why this bug has not been fixed in the new version Player Slave Encounters v0.56 esp Patch for bbb animations pack.7z (Size: 266.9 KB / Downloads: 113) or PlayerSlaveEncounters_v0.56.esp ? even this PlayerSlaveEncounters_v0.55.esp version has this bug! New and improved animation project version 2.4 does not help! WTF????? [/quote'] The esp patch for the bbb animations pack is ONLY for human to human sex. It doesn't address creatures to human sex. As to your attitude, you need to calm down and knock off the hostility. Making these types of plugins is extremely difficult so you can expect some crashing and a few bugs. If that doesn't work for you then I recommend you uninstall the plugin and wait until he completely finishes it. Ichabod is going to be out of touch for about 2-3 weeks, so any updates or bug fixes are going to be delayed.
molunpai Posted December 22, 2012 Posted December 22, 2012 Thx gregatit! This is the first time i ever post here, and I should tell u that I really enjoyed your mod! It's wonderful! Im here to report some problems i faced when I played ver0.55, I hope my exp will help to improve the mod when playing Encounter Two, Lord Pellham's Tea Party, Pellham asks everyone to shift n change partner, however, Pellham remains seated, and xlover reported that he is not ready to play (so, he remains seated, facing the table n not participating, and asking his guests to play without giving them a look) In Sibling Rivalry, when Im asked to serve a noble woman (the one in Cheydinhal) for two days, Im freed by her in the middle of the process (I think her responsibility is high. When she freed me, her dialog is same as those of impreial guards, saying why Im ending up like this) As a result, I cannot complete the task. And In the dogs day, Ganredhel killed one of her dogs during the process (I guess this is becoz she takes her dog's action as hostile...) And the puppies are cute, xd Thank you for your hard work! And just a quick question related to the game... I finished Encounter Two and the tea party, and Lord Pellham set me free... however I continue to "miss him" and this really harm my stat (just like the chain beast...I hav to visit him regularly) And I remain missing him even after I killed him... Is there any way to make the player not missing her lord? THX THX!
WappyOne Posted December 22, 2012 Posted December 22, 2012 And just a quick question related to the game... I finished Encounter Two and the tea party' date=' and Lord Pellham set me free... however I continue to "miss him" and this really harm my stat (just like the chain beast...I hav to visit him regularly) And I remain missing him even after I killed him... Is there any way to make the player not missing her lord? THX THX! [/quote'] You killed your beloved master, the only source of the seed you so desperately need?! You deserve to suffer withdrawal! But... to fix this is a two-step process. First you must stop Pelham's quest script from running with the following console command: StopQuest IchSQ01ReluctantHousemaid Then you need to find out what the 2-digit load order is for PlayerSlaveEncouters_. In Wyre Bash, it will be the two-digits in the 2nd column next to that mod's entry. Then use the following console command, replacing the XX with the two digits from Wyre Bash: Player.RemoveSpell XX042216 As an example, for me it would be Player.RemoveSpell 2A042216.
mem4ob4 Posted December 22, 2012 Posted December 22, 2012 Thx gregatit! This is the first time i ever post here' date=' and I should tell u that I really enjoyed your mod! It's wonderful! Im here to report some problems i faced when I played ver0.55, I hope my exp will help to improve the mod when playing Encounter Two, Lord Pellham's Tea Party, Pellham asks everyone to shift n change partner, however, Pellham remains seated, and xlover reported that he is not ready to play (so, he remains seated, facing the table n not participating, and asking his guests to play without giving them a look) In Sibling Rivalry, when Im asked to serve a noble woman (the one in Cheydinhal) for two days, Im freed by her in the middle of the process (I think her responsibility is high. When she freed me, her dialog is same as those of impreial guards, saying why Im ending up like this) As a result, I cannot complete the task. And In the dogs day, Ganredhel killed one of her dogs during the process (I guess this is becoz she takes her dog's action as hostile...) And the puppies are cute, xd Thank you for your hard work! And just a quick question related to the game... I finished Encounter Two and the tea party, and Lord Pellham set me free... however I continue to "miss him" and this really harm my stat (just like the chain beast...I hav to visit him regularly) And I remain missing him even after I killed him... Is there any way to make the player not missing her lord? THX THX! [/quote'] Welcome to LL Molunpai, WappyOnes' advice should give you a good quick fix with Lord Pellham. If you could post your load order inside spoiler tags though, it could give Ichabod and others a chance to see if there is a conflict with another mod that might interfere with the packages or scripts. We definitely do not want to see Ganredhel doing in her pups! Mem
luinil Posted December 22, 2012 Posted December 22, 2012 when playing Encounter Two' date=' Lord Pellham's Tea Party, Pellham asks everyone to shift n change partner, however, Pellham remains seated, and xlover reported that he is not ready to play (so, he remains seated, facing the table n not participating, and asking his guests to play without giving them a look) [/quote'] With Lord Pellham you can force him to stand with lovers hooker ,lovers adult play plus , etc.Hence you can sometimes work around this issue.I know that Sexout(kinda like lovers pk for new vegas) used to have the problem that if you ask for sex to a sitting actor nothing would happen.Now they stand before initiating sex and thats kinda fixed it .Lovers adult play plus for SSP when you ask a npc for sex it makes the npc stand and then you can ask the npc for sex and sex begins. I don't know much about modding but would it be possible for player slave to check if the master is sitting, and if so force the actor to stand before the master fucks his slave.I have know idea if this is practical or even if it might work.Anyone?
The_Slice Posted December 22, 2012 Posted December 22, 2012 Great little mod so far having tons of fun' date=' but a couple of things. With the Goblin Bitch quest I get a CTD when I actually accept the quest. Anyone else had this and been able to fix it? Is it possibly a mod clash? Anyway to solve this? Thanks for your efforts. Sorry forgot the load order Oblivion.esm Beautiful People 2ch-Ed.esm Lovers with PK.esm BreakUndies.esm TamagoClub.esm LoversCreature.esm DLCShiveringIsles.esp DLCHorseArmor.esp DLCOrrery.esp DLCVileLair.esp DLCMehrunesRazor.esp DLCSpellTomes.esp DLCThievesDen.esp DLCBattlehornCastle.esp DLCFrostcrag.esp Knights.esp TamagoPlayerHUDkil.esp TamagoBadEnd.esp TamagoBreak.esp TamagoNews.esp TamagoShop.esp TamagoTopic.esp TamagoConfide.esp LoversTamagoClub.esp TamagoSetBody.esp ZAZStocks.esp LoversAdultYield.esp LoversFSE.esp LoversHooker.esp LoversRaperS.esp LoversBiko.esp LoversPayBandit.esp Lovers with PK.esp LoversCreature.esp Beautiful People 2ch-Ed Disable BandBlindMask.esp Beautiful People 2ch-Ed Sheogorath Eye.esp Beautiful People 2ch-Ed Vanilla Race.esp Beautiful People 2ch-Ed Merged Hair Modules.esp Beautiful People 2ch-Ed Merged Eye Modules.esp Beautiful People 2ch-Ed MS Elves - NoSc.esp PlayerSlaveEncounters_v0.55.esp LoversIdleAnimsPriority.esp LoversAnimObjectsPriority.esp [/quote'] Anyone any ideas on this at all I feel like I'm missing out Do you have companions with you at the time? Do you already have the cuffs and gag on when it crashes? Are you using the zazstocks.esp for something besides PSE? For PSE you just need everything except the esp file from the resources (all the mesh/texture/etc folders). Each time I upgrade I download all resources listed in the OP to a seperate folder. Don't forget the Addons, LoversBitch, ZAZStocks ver.0.2,0.3,quickfix, and the Patch. Then I make mesh/sound/texture folders and copy in everything from the various resources except esp files. I then use OBMM to create an omod pointed at that download folder. Mem Sorry it took so long to reply. No I don't have any companions with me when it crashes. Yes, I already have the collar and cuffs on, I usually get enslaved, nothing happens for a while and then I get the quest screen come up, dismiss that and a few seconds later I get the CTD. Not sure about the zazstocks, the mods I am using are listed and if they use it then yes. I redownloaded everything to make sure I'm not missing anything but I haven't used your method of making an omod yet. Thanks for replying!
mem4ob4 Posted December 22, 2012 Posted December 22, 2012 @The_Slice I am not seeing anything in your load that would require the zaz esp active except for the spells etc. added by MastercChris to try the resources. I am not familiar with the Tamago series but I dont think I have heard it is needed for it. Give it a try with out the ZAZStocks.esp active and see how it goes. Mem
woodelf8888 Posted December 23, 2012 Posted December 23, 2012 I'm looking all over for the Player Slave Settings spell paper by the well and not finding anything. Any advice? Thanks in advance! Also, I'm using 0.56. Not sure if that affects anything
LackLuster Posted December 23, 2012 Posted December 23, 2012 Is it possible in the next update the camera key will no longer be locked when enslaved? It's kind of weird for that key to be locked when it doesn't really affect the player. This is turning out to be a great addon. It would be great to see enslave moments in the main oblivion storyline or other quests.
mem4ob4 Posted December 23, 2012 Posted December 23, 2012 I'm looking all over for the Player Slave Settings spell paper by the well and not finding anything. Any advice? Thanks in advance! Also' date=' I'm using 0.56. Not sure if that affects anything [/quote'] It should be added to your spell list. I do not believe the crystal is used anymore. Mem
Recommended Posts