Jump to content

Four-Play WIP Discussion (was SexTec)


DocClox

Recommended Posts

Some options for disabling/enabling voice types would be a great feature imo. I play with silent protagonist mods for the male character and I don't like hearing male grunts in my porn, so having the option to remove them entirely while still keeping the female moans intact would be fantastic.  I understand that this is still early phase, but even SexLab for Skyrim doesn't have a "mute male" option that I know of.

Link to comment

DoccClox,

 

I found a bug when it comes to adding races to the whitelist.

 

Because the whitelist private array is not a property, it technically doesn't exist until it is set up via the script. The only time that the main script sets up the array is when it uses actor_allowed(actor) when checking if sex is possible.

 

What happens is that the only time the race whitelist array is initialized is when the script tries for the first instance of sex, so any modder using register_race(race) on a quest that starts as soon as a new game starts will have their script not work because the array doesn't exist until someone tries to have sex, which is after a new game started.

 

To fix this, set up your arrays in the On_Init() event handler, so that mods calling register_Race(race) will work. Make sure to put a Utility.Wait(0.3) or something in the register_race(race) function so that the game has time to set up all the arrays.

 

I only found this out by adding a race to the whitelist before starting the first sex scene for the first time, only to see that my papyrus logs spat this out:

 

[06/16/2017 - 07:00:32PM] error: Cannot add elements to a None array

stack:

[dox_4play_q (42002679)].four_play:main.init_blacklist() - "C:\Program Files (x86)\Steam\steamapps\common\Fallout 4\Data\Scripts\Source\User\four_play\Main.psc" Line 518

[dox_4play_q (42002679)].four_play:main.register_race_inner() - "C:\Program Files (x86)\Steam\steamapps\common\Fallout 4\Data\Scripts\Source\User\four_play\Main.psc" Line 530

<unknown self>.four_play:main.register_race() - "C:\Program Files (x86)\Steam\steamapps\common\Fallout 4\Data\Scripts\Source\User\four_play\Main.psc" Line 526

[alias Player on quest 4PRGRQuest (4B001732)].four_play:AddRaceToWhitelist.OnPlayerLoadGame() - "C:\Program Files (x86)\Steam\steamapps\common\Fallout 4\Data\Scripts\Source\User\four_play\AddRaceToWhitelist.psc" Line 13

I feel kinda bad that you have all these posts to come back and address after a busy period in your life. I hope your schedule clears up smile.png

Link to comment

Is it normal for this (Or at least mods using this) to put you through a loading screen when something starts?  Is that a temporary feature?

 

It seems to be giving me infinite loading screen problems,  about one out of every five load screens from a scene wanting to play gives me an ILS.   Quite frustrating.

 

Fallout 4 is shoddy a/f for sure, but this is even more than normal.   I'm afraid of every load door in case of one,  though I only get them about 1/10 or 20 times normally.

Link to comment

 

 

Fallout 4 is shoddy a/f for sure, but this is even more than normal.

Well now - that's kinda harsh.

 

You do realize that this is very much a work in progress, right?  And not to mention FREE... 

 

Personally, I'm rather impressed with what all the mod authors listed in the original post have done thus far; the amount of functional content they've put out in such a relatively short time is stunning.  And yes - I say functional; I haven't had any problems with any of the mods I've used: Family Planning, Four-Play, FO4 Animations by Leito, Four-Lei Patch, Kidnapped, Sex 'Em Up, Violate and Vanilla Fudge.  Aside from the usual early W.I.P. stuff (occasional misaligned actors and such), they've worked fine.

 

 

Just have little patience and remember: it took a long time for Sex Lab and other such frameworks/mods to get where they are now.

 

Cheers!

Link to comment

I was wondering if it would be possible to use the pacify ability to access the violate options? I have been trying and haven't been able to. What I would like is a dialog option that would allow me to order the pacified enemy to strip so that I could take the clothes they're wearing then take my time violating them and then either kill or just leave them naked in the wasteland.

Link to comment

I was wondering if it would be possible to use the pacify ability to access the violate options? I have been trying and haven't been able to. What I would like is a dialog option that would allow me to order the pacified enemy to strip so that I could take the clothes they're wearing then take my time violating them and then either kill or just leave them naked in the wasteland.

Well, until those kind of options become available, what you can do is go into the console and:

 

1. Select the NPC in question.

 

2. Type "unequipall" (without the quotes) and hit enter.

 

3. Type "openactorcontainer 1" (again, without the quotes), hit enter and exit the console.

 

Note that the above commands sometimes don't work on NPCs who aren't completely pacified.

Link to comment

 

I was wondering if it would be possible to use the pacify ability to access the violate options? I have been trying and haven't been able to. What I would like is a dialog option that would allow me to order the pacified enemy to strip so that I could take the clothes they're wearing then take my time violating them and then either kill or just leave them naked in the wasteland.

Well, until those kind of options become available, what you can do is go into the console and:

 

1. Select the NPC in question.

 

2. Type "unequipall" (without the quotes) and hit enter.

 

3. Type "openactorcontainer 1" (again, without the quotes), hit enter and exit the console.

 

Note that the above commands sometimes don't work on NPCs who aren't completely pacified.

 

 

I try to avoid using the console at all as I am playing in survival mode. It needs a mod just to enable the console and once the console is used then you have to save and exit and reload to re-enable triggering the shiny achievements

Also once the items are unequipped they are easily obtained as you have full access to the inventory of a pacified enemy. the main negative is that when you holster your weapon they revert to hostile.

The most important down side is that none of this will enable the violate options so I can't get my fix of kink.

for now I simply made a quick ring mod that equips to the ring and torso slot forcing them to remove their items when you make them equip it then you can easily take it back along with all their items.

Link to comment

 

 

I was wondering if it would be possible to use the pacify ability to access the violate options? I have been trying and haven't been able to. What I would like is a dialog option that would allow me to order the pacified enemy to strip so that I could take the clothes they're wearing then take my time violating them and then either kill or just leave them naked in the wasteland.

Well, until those kind of options become available, what you can do is go into the console and:

 

1. Select the NPC in question.

 

2. Type "unequipall" (without the quotes) and hit enter.

 

3. Type "openactorcontainer 1" (again, without the quotes), hit enter and exit the console.

 

Note that the above commands sometimes don't work on NPCs who aren't completely pacified.

 

 

I try to avoid using the console at all as I am playing in survival mode. It needs a mod just to enable the console and once the console is used then you have to save and exit and reload to re-enable triggering the shiny achievements

Also once the items are unequipped they are easily obtained as you have full access to the inventory of a pacified enemy. the main negative is that when you holster your weapon they revert to hostile.

The most important down side is that none of this will enable the violate options so I can't get my fix of kink.

for now I simply made a quick ring mod that equips to the ring and torso slot forcing them to remove their items when you make them equip it then you can easily take it back along with all their items.

 

Oh yeah - I only play with Survival Mode; once I started using it there was no going back.  But I've got a mod to allow console because, well - it's a Bethesda game and stuff happens ya know.

 

Violate gives you access to an NPC's inventory?  I'd looked for that option, but hadn't seen it.  Just have to check again I guess.

Link to comment

 

 

(snip)

Oh yeah - I only play with Survival Mode; once I started using it there was no going back.  But I've got a mod to allow console because, well - it's a Bethesda game and stuff happens ya know.

 

Violate gives you access to an NPC's inventory?  I'd looked for that option, but hadn't seen it.  Just have to check again I guess.

 

 

Violate doesn't give access to the inventory the pacify ability does when it turns them into a pseudo follower.

After thinking about it some, I think it would be less difficult to add in the functionality that I am looking for through dialog, Adding two simple dialog options to make the enemy give you all of their items except their worn outfit, and another option to make them give everything including their worn outfit. Though this isn't my preference as it would completely bypass the pacify ability which I find rather fun and would much prefer to keep and integrate further into the violate functionality.

I haven't delved too deeply into the CK for fo4 nor fo4edit, but if the original mod author isn't able to look into it I likely will, and release it here as an addendum mod.

Link to comment

 

Violate doesn't give access to the inventory the pacify ability does when it turns them into a pseudo follower.

 

 

Oh!  You mean the Intimidation Perk, right?

 

Yeah, I've never actually tried that one yet - most of my character builds are based around Strength, Endurance, Intelligence and/or Agility; I've only really invested in Charisma for Settlements and such.

Link to comment

I am using the violate mod, and they wont strip, I have the newest version of F4SE so im confused as to how to fix this

 

Its also not letting me talk to anyone it keeps telling me to make them my compnaion for fourplay

Try a clean save first. New game, use the coc console command to warp somewhere with raiders, use "tim" so you take damage but don't die, let them hit you a bit.

If the clean save doesn't work, try using the four-play animation guns and try using the random animations on the terminals in the test cell. Tell us what happens. I don't know if it will help but that's what I did to find my problem

Link to comment

I tried to have sex with Danse, but it doesn't let me because it said Danse is in power armor, but he's not in any armor. I even check his inventory, I also try to unequipall which leave him naked but it still says he's in power armor. :'(

 

No idea why that's happening, but you can have sex with power armored NPCs by going to the Four-Play test cell with the command "coc 4test" use the terminal with the exit sign above it, select [Admin Stuff] then [Enable Can Opener]. Power armor shouldn't make a difference after that.

 

Hope this helps :)

Link to comment

I tried to have sex with Danse, but it doesn't let me because it said Danse is in power armor, but he's not in any armor. I even check his inventory, I also try to unequipall which leave him naked but it still says he's in power armor. :'(

 

You have to go to the test room.

 

1. Hit the tilde key & type "coc 4test"

 

2. Walk to the monitor & go into the Admin settings.

 

3. Turn on "Can Opener"

 

4. Open tilde key again.

 

5. Type "coc santuaryext"

 

Profit!

 

:);):P:D:lol:

Link to comment

 

I tried to have sex with Danse, but it doesn't let me because it said Danse is in power armor, but he's not in any armor. I even check his inventory, I also try to unequipall which leave him naked but it still says he's in power armor. :'(

 

You have to go to the test room.

 

1. Hit the tilde key & type "coc 4test"

 

2. Walk to the monitor & go into the Admin settings.

 

3. Turn on "Can Opener"

 

4. Open tilde key again.

 

5. Type "coc santuaryext"

 

Profit!

 

:);):P:D:lol:

 

The message said he's in power armor disappeared but the sex animation didn't play. Thanks anyway though.  :(

Link to comment

There's some interesting potential here (with shit like power armor and the setting in general) and after seeing what was done in skyrim (even them chuarus's got love) I cant wait to see what weird stuff people come up with, and hopefully soon, i can only take so much of the settlement building until it ctds from how big i make them. Thanks Bethesda lol

Link to comment

Are there any way to see the animations in First Person Mode? 

Not yet! Your character is invisible in vanilla 1st person and the camera doesn't follow where their head would be during an animation unless scripted separately to do so. You would get a standing-height view of the NPC having sex with nothing  :lol: 

 

Demand for a 1st person mod that works with Four-Play seems high though, so someone might make one soon.

 

Until then the best you can do is play an animation where your character's head stays still, use the command tfc to fly into their head and look out of their eyes. It's not perfect but it's all we can do for the moment.

Link to comment

One of my biggest quarrels is the lack of basic camera controls you can't even zoom in or out so before the scene occurs you gotta make sure the camera is placed well enough to get a good view. I also hope to see immersive first person for FP in the future. First person intimacy is the best. Wanna watch Cait's hooters bounce as she rides like no tomorrow as Dogmeat patrols Sanctuary's ruins through the eyes of my character.  :angel:

Link to comment

 

 

I tried to have sex with Danse, but it doesn't let me because it said Danse is in power armor, but he's not in any armor. I even check his inventory, I also try to unequipall which leave him naked but it still says he's in power armor. :'(

 

You have to go to the test room.

 

1. Hit the tilde key & type "coc 4test"

 

2. Walk to the monitor & go into the Admin settings.

 

3. Turn on "Can Opener"

 

4. Open tilde key again.

 

5. Type "coc santuaryext"

 

Profit!

 

:);):P:D:lol:

 

The message said he's in power armor disappeared but the sex animation didn't play. Thanks anyway though.  :(

 

 

Danse can be problematic, yes.

 

:(

 

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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