Jump to content

Recommended Posts

Posted
9 minutes ago, lee3310 said:

I don't know about the unresponsive companion maybe a mod conflict or npc stuck in alias, but the ragdoll issue also happened to me with glowing mirelurks. Maybe it's related to radiation damage triggering OnHit event.

Is there a console command I could use to reset Cait's AI? I've already tried the vanilla "resetai" console command and holding down the surrender button for five seconds, but all it says is something like, "there's no one here to surrender to". I figure I might just start a new playthrough if there's no way to fix this. Had my eye on a few new mods I wanted to try out, anyway. I'll just keep a close eye on my companions after a violation scene ends, to make sure they're all good before I just happen to notice it, many hours later.

Posted (edited)
3 hours ago, lee3310 said:

I don't know about the unresponsive companion maybe a mod conflict or npc stuck in alias, but the ragdoll issue also happened to me with glowing mirelurks. Maybe it's related to radiation damage triggering OnHit event.

 

That's what it is.  AAF listens for OnHit events, and they are being triggered by radiation effects.  In the Hubris Comics case there is a Glowing One that hits everything in the area.  When an actor in an animation sends an OnHit, AAF stops the animation and pushes the actors away from each other (PushActorAway and ApplyHavokImpulse) which makes them ragdoll.  There are various ways to fix this but the best way is to change it in AAF itself.  Violate's OnHit code ignores OnHit from spells (which is what radiation is) and I think that's the way AAF should handle it also.

 

6 hours ago, Church the Cat said:

Cait became a buggy mess that will hardly follow me outside, or at all in other interior locations. Not even using the "moveto player" console command works. So far, I've tried fast travelling, dismissing/rehiring her, using the "resetai" console command on her and even knocking her down with a headshot. But, she stays nearly motionless.

 

Can you be more specific?  What do you mean by "will hardly follow me" and "stays nearly motionless"?

 

3 hours ago, Church the Cat said:

Is there a console command I could use to reset Cait's AI? I've already tried the vanilla "resetai" console command and holding down the surrender button for five seconds, but all it says is something like, "there's no one here to surrender to".

 

Holding down the surrender button doesn't do anything if a violation isn't in progress.  I don't think this problem is being caused by Violate, as Violate stops everything that affects actors' AI once pacification stops.

 

I see you're running Unlimited Companion Framework, try doing a System Reset with UCF's Companion Module holotape.

 

Another thing that might be informative is to see what AI package she is running.  Open the console and run:

cqf fpv_player gcp 079305

 

Then look in your Papyrus for a line that looks something like:

[10/06/2022 - 04:17:27AM] akActor Cait package [Package < (E9001F32)>] sitting 0 Flying False act True mov True

 

The important part is [Package < (E9001F32)>].  E9 is the plugin index (in my case it's UCF) and 001F32 is the form ID of the AI package in that plugin.

 

Edited by EgoBallistic
Posted

So how does this mod works? insalled requirements But my character just standing there when surrender? no animations. any fix for this ?

Posted
1 hour ago, 354d1 said:

So how does this mod works? insalled requirements But my character just standing there when surrender? no animations. any fix for this ?

 

Like the Requirments on the download page say, you need to have AAF, AAF Themes, and animation packs installed and working.  There is a list of recommended animation packs in the Frequently Asked Questions section of the download page.

Posted
7 hours ago, EgoBallistic said:

That's what it is.  AAF listens for OnHit events, and they are being triggered by radiation effects.  In the Hubris Comics case there is a Glowing One that hits everything in the area.  When an actor in an animation sends an OnHit, AAF stops the animation and pushes the actors away from each other (PushActorAway and ApplyHavokImpulse) which makes them ragdoll.  There are various ways to fix this but the best way is to change it in AAF itself.  Violate's OnHit code ignores OnHit from spells (which is what radiation is) and I think that's the way AAF should handle it also.

After a certain level, most of the spawned creature are glowing one (glowing vicious dog, glowing mirelurk...) So, excluding MGF from AAF OnHit event would great ?.   

Posted (edited)
12 hours ago, EgoBallistic said:

 

That's what it is.  AAF listens for OnHit events, and they are being triggered by radiation effects.  In the Hubris Comics case there is a Glowing One that hits everything in the area.  When an actor in an animation sends an OnHit, AAF stops the animation and pushes the actors away from each other (PushActorAway and ApplyHavokImpulse) which makes them ragdoll.  There are various ways to fix this but the best way is to change it in AAF itself.  Violate's OnHit code ignores OnHit from spells (which is what radiation is) and I think that's the way AAF should handle it also.

 

 

Can you be more specific?  What do you mean by "will hardly follow me" and "stays nearly motionless"?

 

 

Holding down the surrender button doesn't do anything if a violation isn't in progress.  I don't think this problem is being caused by Violate, as Violate stops everything that affects actors' AI once pacification stops.

 

I see you're running Unlimited Companion Framework, try doing a System Reset with UCF's Companion Module holotape.

 

Another thing that might be informative is to see what AI package she is running.  Open the console and run:

cqf fpv_player gcp 079305

 

Then look in your Papyrus for a line that looks something like:

[10/06/2022 - 04:17:27AM] akActor Cait package [Package < (E9001F32)>] sitting 0 Flying False act True mov True

 

The important part is [Package < (E9001F32)>].  E9 is the plugin index (in my case it's UCF) and 001F32 is the form ID of the AI package in that plugin.

 

I started the game and used the console command you sent, I uploaded the papyrus text file.
(Edit) My issue with Cait seems to be resolved. Looks like I fixed it by making my character have sex with her, so maybe it was an error with AAF that was reset after the sex scene ended.
Also, I used xEdit to remove the "Radiation Cloak" spell surrounding the Glowing One variants. Hopefully, that will fix the ragdoll issue when a sex scene starts.

Papyrus.0.log

Edited by Church the Cat
Further investigation.
Posted
On 10/5/2022 at 1:31 PM, lee3310 said:

Unfortunately, all none human/ghoul races are treated as Male, the the opposite is not supported by any animation pack. The only solution i can think off, is to change the nurses race from Feral ghoul to human (and everything with it).
I personally never tried messing with races, so i can't help.


 

yeah, sadly I haven’t found anything that will work to change feral ghouls to female and work with aaf.

 

i do like the story of waking up in a radiated wasteland and there is nothing but mostly women who have been made sexually ravenous by radiation

Posted
2 hours ago, Church the Cat said:

I started the game and used the console command you sent, I uploaded the papyrus text file.

Papyrus.0.log 28.24 kB · 0 downloads

 

Thanks.  The logged line is:

 

akActor Cait package [Package <FollowersCompanionPackageEx (21001F32)>] sitting 0 Flying False act True mov True

 

That is the follower package from UCF.  So, whatever is going on, her AI is being controlled by that mod.

 

Like I said above, I would try using the Companion Module holotape, go into Settings, and do a System Reset.  Also, make sure UCF is loaed last in your load order so nothing overwrites its version of the FollowerScript, or that mod will definitely break.

Posted
2 hours ago, IamFrums said:

i do like the story of waking up in a radiated wasteland and there is nothing but mostly women who have been made sexually ravenous by radiation

It would make a very nice NSFW survival mod (id definitely play that mod) but requires a lot of work and skills. Like adding a proper genitalia to the female ghouls for a starter.

Posted
On 1/31/2022 at 5:06 PM, EgoBallistic said:


That’s a cool idea, and I also play with FCOM so yeah I’ll look at adding that.

Out of curiosity, did you ever look into that? Did it end up just not being practical to implement for some reason?

Posted (edited)

Right so i've been at it for about 3 hours now trying to find a fix.

My Furniture detection is just not working.. i have set it to on. radious to like 900 for testing, 99 for chance. and they never ever use it.

I have tested it and i can manually initiate on furniture using the admin menu, but the furniture detection cannot see them no matter what i do.

I looked in to papyrus log but i can't see any sort of errors.

help plz i'm losing my mind here

 

all my mods in case that matters:

https://i.imgur.com/HJ3GjXl.png
https://i.imgur.com/TdKcFO5.png
https://i.imgur.com/NWlPa1s.png

 

EDIT: also yes. i have tried running 1.60 BETA, i downgraded to test if that would work.


Papyrus.0.log

Edited by KinkyChris
Posted
1 hour ago, KinkyChris said:

My Furniture detection is just not working.. i have set it to on. radious to like 900 for testing, 99 for chance. and they never ever use it.

I have tested it and i can manually initiate on furniture using the admin menu, but the furniture detection cannot see them no matter what i do.

 

Furniture use simply passes the radius and chance to AAF.  Whether or not furniture gets used in a particular scene depends on the actors, available furniture, animation tags, and whether you have animations that work with that combination.

 

Keep in mind that unless your character has Submitted, Violate will use animations that are tagged as Aggressive or Rough, which cuts down the number of animations to choose from.  Then, there are a lot of possible combinations and sometimes it just doesn't work out: for example, Violate might pick 2 aggressors but there aren't any 2+1 animations on any of the available furniture.

 

What furniture have you been testing with and with how many / what kind of enemies?

Posted

What exactly do I need to set so that the companion doesn't get kidnapped along with the actress after being treated in Violate? I always see my actress bound at the place of the kidnapping, the attendant standing there with her weapons without shackles.

Posted
52 minutes ago, deathmorph said:

What exactly do I need to set so that the companion doesn't get kidnapped along with the actress after being treated in Violate? I always see my actress bound at the place of the kidnapping, the attendant standing there with her weapons without shackles.

 

In the RSE II CSA MCM, under CSA: Abductions.  If you want them just to be dismissed, set Auto-Dismiss Companions to ON and Companion Abductions Enabled to OFF

 

If you want them to get abducted to a different location, set Auto-Dismiss to OFF, Companion Abduction Chance to whatever, and Companion Destination Chances to 5%.

 

Note that CSA doesn't handle multiple companion mods.  If you have more than one companion, the "extra" ones will eventually come find you, but it's awkward because they won't be hostile to your captors.

Posted
2 hours ago, EgoBallistic said:

In the RSE II CSA MCM, under CSA: Abductions.  If you want them just to be dismissed, set Auto-Dismiss Companions to ON and Companion Abductions Enabled to OFF

 

Thank you for your prompt reply. These are the settings that I had already made. I suspect that Heather is not recognized as a companion and is therefore kidnapped.

Posted
5 hours ago, ColonelChair said:

The surrender key isn't working but I know I have f4se installed properly, are there any other things that could cause that issue?

 

Do you see any sort of message when you use the surrender key?  Is the MCM working?

Posted
17 hours ago, EgoBallistic said:

 

Furniture use simply passes the radius and chance to AAF.  Whether or not furniture gets used in a particular scene depends on the actors, available furniture, animation tags, and whether you have animations that work with that combination.

 

Keep in mind that unless your character has Submitted, Violate will use animations that are tagged as Aggressive or Rough, which cuts down the number of animations to choose from.  Then, there are a lot of possible combinations and sometimes it just doesn't work out: for example, Violate might pick 2 aggressors but there aren't any 2+1 animations on any of the available furniture.

 

What furniture have you been testing with and with how many / what kind of enemies?

i put down a bed and a sofa for testing and neither of them was picked up despite being seen by the admin pannel for manual use, i spawned a single supermutant aggressor to limit the animations for testing since i know i have animations for those (furniture picked was in the images used on the animation download page)

I'm not too confident if they are considered aggressive or rough animations tho, that is a good shout

Posted
6 minutes ago, KinkyChris said:

i put down a bed and a sofa for testing and neither of them was picked up despite being seen by the admin pannel for manual use, i spawned a single supermutant aggressor to limit the animations for testing since i know i have animations for those (furniture picked was in the images used on the animation download page)

I'm not too confident if they are considered aggressive or rough animations tho, that is a good shout

 

Try a Super Mutant Bed (1F599D).

Posted
2 minutes ago, KinkyChris said:

Didn't work, but it isn't picked up by the scene selector either

 

Hmm.  Do you have the latest SavageCabbage pack installed?  It definitely includes 1 on 1 supermutant animations on that furniture.

Posted (edited)
12 minutes ago, EgoBallistic said:

 

Hmm.  Do you have the latest SavageCabbage pack installed?  It definitely includes 1 on 1 supermutant animations on that furniture.

https://i.imgur.com/fnaq00q.png
Installed and running.
I'm running UAP to handle animations. don't know if that could be causing problems, just trying a quick disable and test on that 
UAP isn't causing it to not be picked up

Edited by KinkyChris
Tested UAP. no change
Posted (edited)
13 minutes ago, KinkyChris said:

https://i.imgur.com/fnaq00q.png
Installed and running.
I'm running UAP to handle animations. don't know if that could be causing problems, just trying a quick disable and test on that 

 

Yeah something isn't right there, cause I just tried it here and

 

ScreenShot930.jpgScreenShot947.jpgScreenShot950.jpg

 

One thing - make sure the furniture is level.  Select it and do "setangle X 0" and "setangle Y 0".  Otherwise AAF won't use it.

 

Edited by EgoBallistic
SETangle not MODangle

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...