Ashra XIII Posted December 17, 2014 Posted December 17, 2014 I must say that this mod sounds like everything I have ever wanted in a slavery mod, assuming it works as it says! Of course it would be in a foreign language. I hold out hope that one of our German-speaking members will want to translate it, because I very much want to try this out! I'd be very much willing to do so, if a EN translation is still needed. Zaira did an English translation for the initial version he released, but said he didn't want to keep doing them for each update, so I believe it's still going to be something in demand for a kindly soul to handle.
handsandarrows Posted December 17, 2014 Posted December 17, 2014 Little Bug Report: Pool will not be removed after the pool dance. But it will be moved if you start a pool dance on another place. Did you mean pole dance? I have dance a lot already but it was never pole dance, how do it work?
handsandarrows Posted December 17, 2014 Posted December 17, 2014 I have played with this for many hour now, and I would like to make some suggestion for when player is allowed to be alone, i hope you don't mind! Most important, unless it is a bug only in my game, it does not seem to work to change the time when bounty hunter come after you? It is always 260 hour or so, even when i change slider Like i think somebody mention before, maybe not make her take away items as long as you are free when you meet her, only make her take away when you have to return. It would be really great if she would store and give you back when you are allowed to go adventure again! I would also like it very much if you would add one more clothes that player can/must wear when he is allowed to go on adventure! Thank you again for this mod, best slave mod i have used yet!
thor Posted December 17, 2014 Posted December 17, 2014 The script on stage 100 of gangbang quest is causing the CTDs when saving Tools.SideQuestFinished(self) Alias_thug1.GetActorReference().Disable() Alias_thug2.GetActorReference().Disable() Alias_thug3.GetActorReference().Disable() Alias_thug1.GetActorReference().Delete() Alias_thug2.GetActorReference().Delete() Alias_thug3.GetActorReference().Delete() MariaEdensSleepQuest.Start() You have to clear the Aliases because they are pointing to something that no longer exists here is the good way to do it : Tools.SideQuestFinished(self) Alias_thug1.GetActorReference().Disable() Alias_thug2.GetActorReference().Disable() Alias_thug3.GetActorReference().Disable() Alias_thug1.GetActorReference().Delete() Alias_thug2.GetActorReference().Delete() Alias_thug3.GetActorReference().Delete() Alias_thug1.clear() Alias_thug2.clear() Alias_thug2.clear() MariaEdensSleepQuest.Start()
thor Posted December 17, 2014 Posted December 17, 2014 When checking for clothes (naked or not ) you are testing if there is something on slot 32 but people may want to wear clothes on other slots and leave slot 32 unused. You should use WornHasKeyword and check for clothing keywords like ArmorClothing or ClothingBody In Dibella's quest Senna waits for the player to get dressed but sooner your mistress told you that she does not care you being naked. You could change the dialogue for Hamal allowing you to get dressed et remove the first stage of the next scene ( Senna not asking )
FinalCloud Posted December 17, 2014 Posted December 17, 2014 The script on stage 100 of gangbang quest is causing the CTDs when saving Tools.SideQuestFinished(self) Alias_thug1.GetActorReference().Disable() Alias_thug2.GetActorReference().Disable() Alias_thug3.GetActorReference().Disable() Alias_thug1.GetActorReference().Delete() Alias_thug2.GetActorReference().Delete() Alias_thug3.GetActorReference().Delete() MariaEdensSleepQuest.Start() You have to clear the Aliases because they are pointing to something that no longer exists here is the good way to do it : Tools.SideQuestFinished(self) Alias_thug1.GetActorReference().Disable() Alias_thug2.GetActorReference().Disable() Alias_thug3.GetActorReference().Disable() Alias_thug1.GetActorReference().Delete() Alias_thug2.GetActorReference().Delete() Alias_thug3.GetActorReference().Delete() Alias_thug1.clear() Alias_thug2.clear() Alias_thug2.clear() MariaEdensSleepQuest.Start() I have just tried this, and it doesnt seem to fix the CTD (I actually get a crash during the whipping scene if I try and save, whereas the code above, as far as I can tell is triggered after the whipping event)
zaira Posted December 17, 2014 Author Posted December 17, 2014 Whipping and clothing uses Papyrus Utils. There is a new Beta Version of this framework released and I will test it soon.
Teddar Posted December 17, 2014 Posted December 17, 2014 Sounds promising, and if it helps with Save/CTD's after other scenes, i'll be a happy camper.
joisback Posted December 17, 2014 Posted December 17, 2014 Little Bug Report: Pool will not be removed after the pool dance. But it will be moved if you start a pool dance on another place. Did you mean pole dance? I have dance a lot already but it was never pole dance, how do it work? Yes I mean pole dance. If Your Char dance (shortcut from menu) You may choose the kind of dance from 1-8. I believe 7 is pole dance without pole and 8 is the pole dance with a pole. Afterwards the pole keep on this place.
zaira Posted December 17, 2014 Author Posted December 17, 2014 Little Bug Report: Pool will not be removed after the pool dance. But it will be moved if you start a pool dance on another place. Did you mean pole dance? I have dance a lot already but it was never pole dance, how do it work? Yes I mean pole dance. If Your Char dance (shortcut from menu) You may choose the kind of dance from 1-8. I believe 6 is pole dance without pole and 7 is the pole dance with a pole. Afterwards the pole keep on this place. I tried to Disable / Delete the ObjectReference but did not work :-(
handsandarrows Posted December 17, 2014 Posted December 17, 2014 Little Bug Report: Pool will not be removed after the pool dance. But it will be moved if you start a pool dance on another place. Did you mean pole dance? I have dance a lot already but it was never pole dance, how do it work? Yes I mean pole dance. If Your Char dance (shortcut from menu) You may choose the kind of dance from 1-8. I believe 6 is pole dance without pole and 7 is the pole dance with a pole. Afterwards the pole keep on this place. OMG i never figured it might have different option like kneeling... Thank you! I can no longer see the dance where her arm turns into rubber!
joisback Posted December 17, 2014 Posted December 17, 2014 Little Bug Report: Pool will not be removed after the pool dance. But it will be moved if you start a pool dance on another place. Did you mean pole dance? I have dance a lot already but it was never pole dance, how do it work? Yes I mean pole dance. If Your Char dance (shortcut from menu) You may choose the kind of dance from 1-8. I believe 6 is pole dance without pole and 7 is the pole dance with a pole. Afterwards the pole keep on this place. I tried to Disable / Delete the ObjectReference but did not work :-( If it`s in the way afterwards, I will place it elsewhere by dancing on another place. Maybe a practicle workaround. Thanks for Your efforts!
badbat111 Posted December 17, 2014 Posted December 17, 2014 after downloading the new version i could get out the cage but for some reason the buttons didnt work you know kneel dance and so on i then tryed changing the buttons to something else still nothing happened for the buttons any chance you could make it so theres a 4th option you know free/slave/trained slave/inside my masters house so itll skip the bloody start that keeps screwing up instead of making buttons for kneel dance and so on wouldnt it be better for it if it forced the player to do it like in captureed dreams mod when you do the free trial it makes the player go to the front where the slaves are without the player controlling it that might fix bugs for people like me that has a crap old computer that struggles a lot
aqqh Posted December 17, 2014 Posted December 17, 2014 how do i'm supposed to get rid of those devices she equips on me when she agrees to set me free? i wasn't able to find even a single npc which i would be able to talk with - getting "come again?" responses from every single one.
Leeyds4LLTS Posted December 17, 2014 Posted December 17, 2014 Little Bug Report: Pool will not be removed after the pool dance. But it will be moved if you start a pool dance on another place. Did you mean pole dance? I have dance a lot already but it was never pole dance, how do it work? While dancing, you can press #'s 1-8 to select different dance styles =)
Leeyds4LLTS Posted December 17, 2014 Posted December 17, 2014 The script on stage 100 of gangbang quest is causing the CTDs when saving Tools.SideQuestFinished(self) Alias_thug1.GetActorReference().Disable() Alias_thug2.GetActorReference().Disable() Alias_thug3.GetActorReference().Disable() Alias_thug1.GetActorReference().Delete() Alias_thug2.GetActorReference().Delete() Alias_thug3.GetActorReference().Delete() MariaEdensSleepQuest.Start() You have to clear the Aliases because they are pointing to something that no longer exists here is the good way to do it : Tools.SideQuestFinished(self) Alias_thug1.GetActorReference().Disable() Alias_thug2.GetActorReference().Disable() Alias_thug3.GetActorReference().Disable() Alias_thug1.GetActorReference().Delete() Alias_thug2.GetActorReference().Delete() Alias_thug3.GetActorReference().Delete() Alias_thug1.clear() Alias_thug2.clear() Alias_thug2.clear() MariaEdensSleepQuest.Start() Thanks for this Thor... as a noob not familiar with how to do this, but willing to explore... I do I make those changes? Change a particular script in the scripts folder? I would love to learn, but understand if you are unable to explain over this media. Thx in advance
Leeyds4LLTS Posted December 17, 2014 Posted December 17, 2014 I would also like to add, in reference to the whipping scene in the above message, that I noticed my keyboard assignments changed AFTER I got involved in this scene. So something is not only causing the ctd when you try to save, but it might also be related to something changing the keyboard assignments for kneel, strip, etc....
Guest Long John Posted December 18, 2014 Posted December 18, 2014 Can someone please PM what items are typically (according to mod design are used). I'm working to update or configure the outfit files (json and text) with the form codes for my load order.
FinalCloud Posted December 18, 2014 Posted December 18, 2014 @Leeyds4LLTS I already tried it, and it involved opening the mod in the Creation Kit, adding these lines of code indicated by thor to stage 100 in the Gangbang quest, and re-compliling the psc file into a pex file with these new lines of code then saving the mod (quite simple). However, for me this didnt fix the crashes. It is possible I have something else causing it, as I cannot even leave the house after the sleeping part without it crashing.
Guest Long John Posted December 18, 2014 Posted December 18, 2014 @zaira - Any news please. We are no longer given any outfits. Are running PapyrusUtil v30 beta.
handsandarrows Posted December 18, 2014 Posted December 18, 2014 @zaira - Any news please. We are no longer given any outfits. Are running PapyrusUtil v30 beta. We is not correct, it work fine for me But i saw another problem too, the Bounty Hunter quest is really well done, but it never work right cause Maria always spawn with them, at least in my game...
Guest Long John Posted December 18, 2014 Posted December 18, 2014 @handsandarrows - Well for me it continuously doesn't work - other items are given and/or applied. Except the steel cap (from Markath) - Temple of Dibella. In addition I'm running the beta of PapyrusUtil v30.
Leeyds4LLTS Posted December 18, 2014 Posted December 18, 2014 I found another problem which is reoccuring for me. I'd like to know if this has happened to others. I enter a tavern with Maria set to amuse herself, and as soon as we enter she insists that my PC dance for everyone. So she does, BUT after awhile she stops me from dancing, more or less insisting that my PC has not danced long enough (in actuality she never stopped dancing). Maria then forces her to strip and get whipped. I have found that this will repeat endlessly if I don't interrupt it.
aqqh Posted December 18, 2014 Posted December 18, 2014 Thanks for this Thor... as a noob not familiar with how to do this, but willing to explore... I do I make those changes? Change a particular script in the scripts folder? I would love to learn, but understand if you are unable to explain over this media. Thx in advance to modify a script file you need to load that mod into creation kit, find that script, edit it, compile and save. editing .psc files in source folder doesn't matter. game does not care one bit about them. only about .pex files in scripts folder. And i dont think .pex can be edited with anything else than CK. sidenote - maria.esp crashes my creation kit every time i try to load it turns out it was crashing because of Dawnguard not because of Maria.esp.
WaxenFigure Posted December 18, 2014 Posted December 18, 2014 Odd bug, can anyone confirm or tell me it's a "my problem"? When I use the "1" key to toggle my girl to kneel, I can then use the "WASD" movement keys to move her around and it's all no-collisions mode so she can fly through walls etc until I use the "1" key to get her up from her kneeling at which point she becomes subject to collisions and gravity again.
Recommended Posts