merryMalfunctioning Posted October 28, 2017 Posted October 28, 2017 View File Trying to make a patch for Inconsequential NPCs and sexlab. So far it doesn't work. The addicts and flower girls will masturbate, but that's it. The player isn't involved. I am officially ready to farm this out to people who are better at this. Submitter markdf Submitted 10/27/2017 Category Sexual Content Requires Sexlab, Inconsequential NPCs Special Edition Compatible
Storms of Superior Posted October 28, 2017 Posted October 28, 2017 Don't give up just like that. There are folks herd who can offer guidance. Press on.
merryMalfunctioning Posted October 28, 2017 Author Posted October 28, 2017 Don't give up just like that. There are folks herd who can offer guidance. Press on. That's WHY I posted it here. :-)
Storms of Superior Posted October 28, 2017 Posted October 28, 2017 Don't give up just like that. There are folks herd who can offer guidance. Press on. That's WHY I posted it here. :-) I knew that.
simplefries Posted October 28, 2017 Posted October 28, 2017 Can't see why it's not working as it should; but what if you tried a different angle? You could just clobber the scripts (because who would run this without SexLab?) with something simple like this: Actor player = Game.getPlayer() player.removeItem(Gold001, 30) SexLabUtil.quickStart(player, akSpeaker) Attachment is a quick demo of this; works on my setup. INPC-SL.7z
Uncle64 Posted October 28, 2017 Posted October 28, 2017 That mod do needs some more stuff. Always annoyed about the guards at the carriage they only stand there and do nothing. Give them one small tent and let them have fun whit the driver.Dont stop, sadly my CK skills are limited.
merryMalfunctioning Posted October 28, 2017 Author Posted October 28, 2017 That mod do needs some more stuff. Always annoyed about the guards at the carriage they only stand there and do nothing. Give them one small tent and let them have fun whit the driver. Dont stop, sadly my CK skills are limited. Trying to stay pretty minimalist on this, at least at first.
fingerscrossed Posted October 28, 2017 Posted October 28, 2017 So, I figured I would pull it up and take a look at it, but what is the goal of this, at least so far? It sounds like the goal, from what you said in your top post, is to have the addicts and flower girls charge the PC for sex and then play a sexlab animation? I'm guessing the thread == none clause is there with the intention that if the player doesn't have sexlab installed, it will do what the mod did previously? In my opinion, that should be removed, since Sexlab will be a requirement that if they don't have, the game won't load with the mod enabled anyways, so it's not an important consideration in my opinion. My recommendation would be, especially if you'd like to do anything substantial with this, to create a controller function where you can set some parameters for how you want the payment to go. I can mock something up for you if you'd like.
merryMalfunctioning Posted October 28, 2017 Author Posted October 28, 2017 They addicts and flower girls already charge the player sex in Inconsequential NPCs. I'm just trying to replace the fade-to-black with a sexlab scene.
fingerscrossed Posted October 29, 2017 Posted October 29, 2017 I loaded up the scripts into the CK, and the original scripts seemed pretty screwy (couldn't get them to properly compile) so I just played around with everything a little bit. I made a small controller function for Prostitution (in case you or someone else wanted to do more with it with other options) and then just passed running the scene to the controller. I've attached a modified .esp and the modified source scripts to this post if you want to take a look, though I didn't do any testing in game. The controller function is (probably) more than you wanted but I figured "why not" while I was at it since it could be useful later. Hopefully that helps you. Inconsequential NPC Patch V1.0.zip 1
Dark_Fenix Posted October 29, 2017 Posted October 29, 2017 They addicts and flower girls already charge the player sex in Inconsequential NPCs. I'm just trying to replace the fade-to-black with a sexlab scene. I like the idea, if you succeed, maybe can make the same for the girl in a quest in helgen reborn? or tell me how to do it,
merryMalfunctioning Posted October 29, 2017 Author Posted October 29, 2017 They addicts and flower girls already charge the player sex in Inconsequential NPCs. I'm just trying to replace the fade-to-black with a sexlab scene. I like the idea, if you succeed, maybe can make the same for the girl in a quest in helgen reborn? or tell me how to do it, I haven't played through Helgen Reborn yet. But I'm sure it can't be too hard. I just don't have much time myself because of work and family stuff. FallrimTools takes up a lot of my existing free time.
Uncle64 Posted October 29, 2017 Posted October 29, 2017 They addicts and flower girls already charge the player sex in Inconsequential NPCs. I'm just trying to replace the fade-to-black with a sexlab scene. I like the idea, if you succeed, maybe can make the same for the girl in a quest in helgen reborn? or tell me how to do it, I haven't played through Helgen Reborn yet. But I'm sure it can't be too hard. I just don't have much time myself because of work and family stuff. FallrimTools takes up a lot of my existing free time. Take your time, your Family is always top priority. And FallrimTools you are good send whit that tool. Treads like this is good to have. Since they accumulate information that there is no need to fix it right now. We all have played whit those mods for atleast 2 years now, we can wait 2 years more. Question. If you make one change to one of those mods mention in this tread, is it possible to merge that to one bigger one?
yatol Posted October 29, 2017 Posted October 29, 2017 just replace the script with the one of defeatsurrender (or sexlab solution or whatever) then renumber back to 1400ecd2 if there's no threesome blabla to copy paste for the blabla with more than one npc replace player with actor3 in the propertie put back player propertie in that script rename that script to scriptname_threesome open the psc copy paste actor player auto -> actor actor3 auto sexlab.something(actor,player) -> sexlab.something(actor,player,actor3) move the psc onto scriptcompile.bat and you just put the third npc in actor3
Santander Posted February 8, 2019 Posted February 8, 2019 On 10/28/2017 at 12:54 PM, simplefries said: Can't see why it's not working as it should; but what if you tried a different angle? You could just clobber the scripts (because who would run this without SexLab?) with something simple like this: Actor player = Game.getPlayer() player.removeItem(Gold001, 30) SexLabUtil.quickStart(player, akSpeaker) Attachment is a quick demo of this; works on my setup. INPC-SL.7z Thanks man it works, only actors positions are swapped which is annoying to switch back all the time. I guess it will have to do for the lack of better patch\solution.
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