Slorm Posted March 15, 2015 Posted March 15, 2015 Help please the bowels of my character is always empty... You need to increase the defecation points per hour in the MCM for some reason it defaults to zero (version 2.11). I normally set it to 60 to get it started then drop it 5 after the first bowel movement. If you're using the RND patch you'll need to eat something first as well.
AwfulArchdemon Posted March 18, 2015 Posted March 18, 2015 ^ Also, if you don't see the message about an Excrement Script at the top left when you activate bowels, you may need to either make some kind of save and load it (sometimes triggers slate scripts, for some ridiculous reason), or literally eat a laxative. Can be made at a Cooking Pot. And don't forget, you need to eat something before you'll have to take a shit!
bruce142 Posted March 20, 2015 Posted March 20, 2015 After I got the infamous bathing bug (shows up in my hotkey menu but doesn't do anything), I tried to incorporate the hygiene aspect into Private Needs Discreet by adding the following code in the PND_MainScript : ; Private Needs GlobalVariable Property MaxHygiene Auto GlobalVariable Property PNHygienePoints Auto GlobalVariable property PNBowelContent Auto GlobalVariable property PNBladderContent Auto Spell Property hygieneSpell00 Auto Spell Property hygieneSpell01 Auto Spell Property hygieneSpell02 Auto Spell Property hygieneSpell03 Auto Spell Property hygieneSpell04 Auto ;Private Needs - Remove dirt levels PNhygienepoints.SetValue(MaxHygiene.GetValue()) PlayerRef.RemoveSpell(hygieneSpell00) PlayerRef.RemoveSpell(hygieneSpell01) PlayerRef.RemoveSpell(hygieneSpell02) PlayerRef.RemoveSpell(hygieneSpell03) PlayerRef.RemoveSpell(hygieneSpell04) Playerref.AddSpell(hygieneSpell00, false) It does work and the player's character gets cleaned (from unkempt to Immaculate clean) but after 1 minute or so ingame the player's character gets unimaginable filthy/very dirty, which is strange because she was unkempt before bathing. Did I miss anything? Also I hope that richard19840706 didn't gave up on this mod because it still has some great potential.
fragsnippy Posted March 23, 2015 Posted March 23, 2015 Any news on the stable version of Private Needs 3.0
bruce142 Posted March 25, 2015 Posted March 25, 2015 I think I have fixed the bathing bug. All I did was transferring all functions and properties from privateneedsbathingutilityscript to privateneedsutilityscript. I place some debug.notification between the steps and noticed that privateneedsutilityscript never called privateneedsbathingutilityscript's startBathEvent() function. I first tried to fix this but whatever I did it wouldn't work either. So I did something radical and placed all the code of privateneedsbathingutilityscript in privateneedsutilityscript and suddenly my character began to bathe gain : I wonder why richard placed the bathing code in a seperate script while the urination/defecation code was already present in the privateneedsutilityscript. The bathing fix along with the latest Follower quest fix is in the attachment. If it works, let me know. Private Needs Follower Fix 3 + Bathing fix.rar
bruce142 Posted March 27, 2015 Posted March 27, 2015 Could anyone confirm if the above fix is working? It will not only help me but also other users.
kaizersoze27 Posted March 27, 2015 Posted March 27, 2015 Yes, I can confirm that the above solution from Bruce works. Thank you Bruce
XeonWolf Posted March 31, 2015 Posted March 31, 2015 Hey, just installed this mod, for some reason the sexlab add and the RND make my game crash, the mod only works if I install the alpha6 alone. And when I'm in game no MCM menu ever pops up, I've waited, re-installed and used the commands, non have worked so far. Any help would be appreciated.
bruce142 Posted March 31, 2015 Posted March 31, 2015 Hey, just installed this mod, for some reason the sexlab add and the RND make my game crash, the mod only works if I install the alpha6 alone. And when I'm in game no MCM menu ever pops up, I've waited, re-installed and used the commands, non have worked so far. Any help would be appreciated. The Sexlab addon and RND patch is for version 2.11 of Private Needs only, the reason why your game crashes is because the PrivateNeeds.esp of Private Needs 2.11 is missing. Version 3.0 and onward use PrivateNeedsNEW.esp and support RND natively so no need for a RND patch. Try to start a new game and see if the MCM menu will then pops up.
XeonWolf Posted April 1, 2015 Posted April 1, 2015 Hey, just installed this mod, for some reason the sexlab add and the RND make my game crash, the mod only works if I install the alpha6 alone. And when I'm in game no MCM menu ever pops up, I've waited, re-installed and used the commands, non have worked so far. Any help would be appreciated. The Sexlab addon and RND patch is for version 2.11 of Private Needs only, the reason why your game crashes is because the PrivateNeeds.esp of Private Needs 2.11 is missing. Version 3.0 and onward use PrivateNeedsNEW.esp and support RND natively so no need for a RND patch. Try to start a new game and see if the MCM menu will then pops up. Thanks, that did the trick!
Mucro404 Posted April 15, 2015 Posted April 15, 2015 I think I have fixed the bathing bug. All I did was transferring all functions and properties from privateneedsbathingutilityscript to privateneedsutilityscript. I place some debug.notification between the steps and noticed that privateneedsutilityscript never called privateneedsbathingutilityscript's startBathEvent() function. I first tried to fix this but whatever I did it wouldn't work either. So I did something radical and placed all the code of privateneedsbathingutilityscript in privateneedsutilityscript and suddenly my character began to bathe gain : I wonder why richard placed the bathing code in a seperate script while the urination/defecation code was already present in the privateneedsutilityscript. The bathing fix along with the latest Follower quest fix is in the attachment. If it works, let me know. How do I implement this
iggypop1 Posted April 15, 2015 Posted April 15, 2015 Hi I had this mod in my loadorder for ages its v2.0 Beta2. Its working with the Bathing ani and filthy consequences Its working with the Urinating ani and consequences(wet your self) except the male one where the sos dick just hangs there (Im playing female so i can live with that) Its working with shitting (but i dont use that feature (to much shit in the world and i have no clean-up fairy I see in my MCM general: a follower option but its blank.....how can i get my followers to Urinate? Im reluctant to make and upgrade (why fix it if it works?) But i would like my followers to have needs and males to have the peeing dick animation So what to do? Can this fix help? Thanks
Joomla Posted April 16, 2015 Posted April 16, 2015 i have this weird bug where my character randomly stops and starts to pee while i cannot do anything. i noticed it was something wrong because she uses animation i did not select. also she pees at random times even after i placed pee increase to 0 she kept randomly doing it. anyone ever had this bug and knows how to fix? its extremely frustrating when i need to use TGM just because my character started animation during combat. also no i did not find any jump/move to cancel it
AwfulArchdemon Posted April 17, 2015 Posted April 17, 2015 Hi I had this mod in my loadorder for ages its v2.0 Beta2. Its working with the Bathing ani and filthy consequences Its working with the Urinating ani and consequences(wet your self) except the male one where the sos dick just hangs there (Im playing female so i can live with that) Its working with shitting (but i dont use that feature (to much shit in the world and i have no clean-up fairy I see in my MCM general: a follower option but its blank.....how can i get my followers to Urinate? Im reluctant to make and upgrade (why fix it if it works?) But i would like my followers to have needs and males to have the peeing dick animation So what to do? Can this fix help? Thanks This mod doesn't make NPCs piss/shit. There is a separate mod for that called NPC Private Needs.
h87dst54 Posted April 23, 2015 Posted April 23, 2015 while warming up by a campfire with frostfall PC takes a dump without me pushing the hotkey
Krasovskiy Posted May 15, 2015 Posted May 15, 2015 This made my game very unstable for some reason, even though I've used it several times. Like my game had a 50% chance of a successful load-in, otherwise it would crash. When it does load and I press on Private Needs on MCM, it's an instant crash. Uninstalling stabilized my game, I don't know why it's doing this with this mod.
Tirader Posted May 18, 2015 Posted May 18, 2015 I see that Richard has been online but makes no appearance on this forum where numerous people are struggling to get this mod to behave. A quick notification on whether or not this mod is abandoned would be very appreciated.
Schrodinger's Trap Posted May 19, 2015 Author Posted May 19, 2015 Sorry, there has been progress, but very slow progress at that. I still not sure exactly why 3.0 has so much issues especially with regards to the MCM menu disappearing.Thus, I'm currently abandoning the 3.0 build and working on recoding everything again which will, hopefully, not have as much issues(So the next version will be a complete new one). Anyways, the 2.1 version is still stable so I suggest people use that if they have issues with 3.0.
Tirader Posted May 19, 2015 Posted May 19, 2015 Thanks for the update Richard, I appreciate you taking the time to reply, and I look forward to the new version.
aqqh Posted May 19, 2015 Posted May 19, 2015 Sorry, there has been progress, but very slow progress at that. I still not sure exactly why 3.0 has so much issues especially with regards to the MCM menu disappearing.Thus, I'm currently abandoning the 3.0 build and working on recoding everything again which will, hopefully, not have as much issues(So the next version will be a complete new one). Anyways, the 2.1 version is still stable so I suggest people use that if they have issues with 3.0. If it wouldnt be too much of a problem (it shouldnt be) Could it be made that your mod would be sending ModEvents at certain points of bladder / hygiene progression. Lets say event info would be send on bladder 20 / 40 / 60 / 80 / 100 % full. Similar with hygiene status. On urination / bath start / finish, bladder burst etc. Something line SendModEvent("PN_Bladder", "Bladder", 20) SendModEvent("PN_Bladder", "UrinationStart") etc What for? Some time ago there was a talk to add some support for Private Needs in mods like APPS or Domina by Cainen. A need to urinate could be used as a part of humiliation play (actor could be forbidden to take care of his / her needs until it's... too late or forced to urinate in public for example). Now - to make other mod react to what happens in PN then PN needs to be added as hard dependency. In order to avoid having to do that such Mod Events would be very helpful. then you just set other mod to "listen" to such PN events.
Schrodinger's Trap Posted May 19, 2015 Author Posted May 19, 2015 Sorry, there has been progress, but very slow progress at that. I still not sure exactly why 3.0 has so much issues especially with regards to the MCM menu disappearing.Thus, I'm currently abandoning the 3.0 build and working on recoding everything again which will, hopefully, not have as much issues(So the next version will be a complete new one). Anyways, the 2.1 version is still stable so I suggest people use that if they have issues with 3.0. If it wouldnt be too much of a problem (it shouldnt be) Could it be made that your mod would be sending ModEvents when at certain points of bladder / hygiene progression. Lets say event info would be send on bladder 20 / 40 / 60 / 80 / 100 % full. Similar with hygiene status. On urination / bath start / finish, bladder burst etc. Something line SendModEvent("PN_Bladder", "Bladder20") SendModEvent("PN_Bladder", "UrinationStart") etc What for? Some time ago there was a talk to add some support for Private Needs in mods like APPS or Domina by Cainen. A need to urinate could be used as a part of humiliation play (actor could be forbidden to take care of his / her needs until it's... too late or forced to urinate in public for example). Now - to make other mod react to what happens in PN then PN needs to be added as hard dependency. In order to avoid having to do that such Mod Events would be very helpful. then you just set other mod to "listen" to such PN events. I suppose that wouldn't be too hard to add. I'll try it work it in when I have time.
Josephine Loire Posted May 22, 2015 Posted May 22, 2015 I think I have fixed the bathing bug. All I did was transferring all functions and properties from privateneedsbathingutilityscript to privateneedsutilityscript. I place some debug.notification between the steps and noticed that privateneedsutilityscript never called privateneedsbathingutilityscript's startBathEvent() function. I first tried to fix this but whatever I did it wouldn't work either. So I did something radical and placed all the code of privateneedsbathingutilityscript in privateneedsutilityscript and suddenly my character began to bathe gain : I wonder why richard placed the bathing code in a seperate script while the urination/defecation code was already present in the privateneedsutilityscript. The bathing fix along with the latest Follower quest fix is in the attachment. If it works, let me know. This fixed the bug, it works perfectly fine now. Still, i would like to appoint that, after creating the soap, and changed location, my game crashed, and i could not reload the save with the soap and the one before it. Had to load one older, not that much, so i'm pretty sure the problem was with that. Keep up with the good work tho, love the idea, love dem fetish. ;P
siskin Posted May 29, 2015 Posted May 29, 2015 3.0Alpha6 simply refuses to show up in MCM no matter what. The stopquest and startquest don't do the trick either. I'm looking forward to 3.0Alpha7 to fix the MCM issue so I can upgrade from 2.11
Morgoth Bauglir Posted June 5, 2015 Posted June 5, 2015 Hello. I am using 3.0 aplha6 version. I cant figure out how to activate the bathing animation. I stand in waist deep water and press the same button for urinate/ defecate but no option to bathe/wash appears. I have the Hygiene buff/debuff . Does anyone else have this problem or am I doing something wrong?.
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