Jump to content

Recommended Posts

Posted
1 hour ago, Thingolf said:

Im trying to surrender, but after surrendering thist is only a short bit of dialogue, and then my player and the npc just stand still staring at eachother, and nothing else happens... any way to fix?

Q: I can surrender to enemies, they surround me, but then no animations play and everyone stands in place forever.

A: This means AAF did not respond to an animation request.  Violation scenes depend on AAF sending event messages back to Violate.  If AAF is not running or experiences a fatal error, it won't send any events and Violate will be stuck waiting forever.

 

There are two possibilities:

  • AAF is not working at all.  You should verify that AAF works in your game by using the Home key to select actors and play animations.  If that doesn't work, your AAF installation has a problem.  Playing animations in Violate will therefore not work.
  • AAF tried to play an animation that caused it to crash.  Some animation packs or XML patches with incorrectly formatted XML can cause this.  You should make sure that your animation packs are correctly installed and that any patches (The One Patch, Patch for Animations, AJ's Various XML, etc) and their required mods are installed in the right order.

You can force a stuck violation to end by holding down the surrender hotkey for 5 seconds and releasing it.  This will allow you to continue playing, but AAF will probably remain stuck.

Posted
On 9/22/2020 at 8:51 PM, ETSubmariner said:

The AAF admin screen can tell you the error code. If that code is 4, it means AAF could not find a suitable set of animations for the NPCs involved - usually gangbang problems is what I experience. Try turning off Female Raiders temporarily in there to test.

 

Sadly AAF itself doesn't somehow see the error code it throws because if it did it might be nice for it to find some other animation set to use instead rather than just quitting. Just keep looking until it can find one it will use, basically, even if it is a 1:1 animation with 20 NPCs standing around waiting their turn.

Sorry, been busy and not messed with it, the gang bang animations work, all the other raiders went through multiple animation types but when it got to Bosco each time it failed. I lost to an Assaultron from the junkyard by Finch Farms and got the same outcome as there are not animations for robots that I am aware of so is it possible Bosco is a race of his own?

Posted
On 9/23/2020 at 2:37 PM, EgoBallistic said:

Strange.  There isn't anything special about Bosco that should prevent him from playing AAF animations.  However, he is a quest NPC.  If you are using version 1.40 or 1.41 of AAF Violate, you should update to the latest, as there is a bug in those versions that prevents quest NPCs from being surrendered to or participating in violations.

 

If that isn't the problem then I would need to see what the error message was.

Nah I am updated to the newest of everything. I sadly finally killed him so I cant go back and see it. I did lose to an original game Assaultron with no robot animations and it played out the same way, if you checked Bosco and saw nothing different about him then...I dont know. Weird but selective enough it will likely never come up. Thanks for all your efforts here.

Posted
8 hours ago, Vuulgar said:

Nah I am updated to the newest of everything. I sadly finally killed him so I cant go back and see it. I did lose to an original game Assaultron with no robot animations and it played out the same way, if you checked Bosco and saw nothing different about him then...I dont know. Weird but selective enough it will likely never come up. Thanks for all your efforts here.

I tested this for myself and, to my great surprise, I also got a SceneInit error 4.  It turns out there's nothing wrong with Bosco or any of his goons.  The issue is that the latest version of Themes commented out the tags for AJ's Various XML.  This led to AAF being unable to find an aggressive mixed-gender gangbang animation.

 

This is frustrating.

 

Anyway here is a modified version of Theme_SexKinky_NoFurnGB_tagData.xml which re-enables those tags.

Theme_SexKinky_NoFurnGB_tagData.xml

Posted
20 minutes ago, EgoBallistic said:

I tested this for myself and, to my great surprise, I also got a SceneInit error 4.  It turns out there's nothing wrong with Bosco or any of his goons.  The issue is that the latest version of Themes commented out the tags for AJ's Various XML.  This led to AAF being unable to find an aggressive mixed-gender gangbang animation.

 

This is frustrating.

 

Anyway here is a modified version of Theme_SexKinky_NoFurnGB_tagData.xml which re-enables those tags.

Theme_SexKinky_NoFurnGB_tagData.xml 6.9 kB · 1 download

Is this why my game is occasionally crashing to desktop?

 

:exclamation:

Posted

Hello Ego,

first of all thanks for this realy nice Mod ?

 

A short question.

At the start of the surrender scene the victim stands.

Is there a chance to change that against another pose?

 

I can change it myself if you give me some hints where to change it - i have all the bondage poses installed ?

 

Thanks for help

Ava

Posted
13 minutes ago, Avahashija said:

At the start of the surrender scene the victim stands.

Is there a chance to change that against another pose?

It's not a pose, it's an animation flavor.  The player works differently than NPCs in this mod.  Changing it to an idle would require modifying the scripts in several places.

Posted
On 9/25/2020 at 12:56 PM, EgoBallistic said:

Q: I can surrender to enemies, they surround me, but then no animations play and everyone stands in place forever.

A: This means AAF did not respond to an animation request.  Violation scenes depend on AAF sending event messages back to Violate.  If AAF is not running or experiences a fatal error, it won't send any events and Violate will be stuck waiting forever.

 

There are two possibilities:

  • AAF is not working at all.  You should verify that AAF works in your game by using the Home key to select actors and play animations.  If that doesn't work, your AAF installation has a problem.  Playing animations in Violate will therefore not work.
  • AAF tried to play an animation that caused it to crash.  Some animation packs or XML patches with incorrectly formatted XML can cause this.  You should make sure that your animation packs are correctly installed and that any patches (The One Patch, Patch for Animations, AJ's Various XML, etc) and their required mods are installed in the right order.

You can force a stuck violation to end by holding down the surrender hotkey for 5 seconds and releasing it.  This will allow you to continue playing, but AAF will probably remain stuck.

Yes that was the problem, solved it now :) But now I have another problem, suddenly my character suddenly went down into a crawling (dog/pet like) animation, and I am stuck that way now. Whenever I equip weapons and fight things work as normal, but when I unequip them she goes back crawling again. She was made a slave by a wolf and had that animation, but I killed the wolf and that should no longer be the problem. Help?

Posted
13 minutes ago, Thingolf said:

Yes that was the problem, solved it now :) But now I have another problem, suddenly my character suddenly went down into a crawling (dog/pet like) animation, and I am stuck that way now. Whenever I equip weapons and fight things work as normal, but when I unequip them she goes back crawling again. She was made a slave by a wolf and had that animation, but I killed the wolf and that should no longer be the problem. Help?

This mod doesn't do anything like that.  But I am interested to know what mod the crawling animation came from.

 

You should be able to reset your animations by opening the console and typing these two commands:

player.caf

player.caa AnimArchetypePlayer

Posted
9 hours ago, EgoBallistic said:

This mod doesn't do anything like that.  But I am interested to know what mod the crawling animation came from.

 

You should be able to reset your animations by opening the console and typing these two commands:

player.caf

player.caa AnimArchetypePlayer

Could be Simple slavery or deviously enslaved OR Sanguine Debauchery I think.

Posted
15 minutes ago, Thingolf said:

Could be Simple slavery or deviously enslaved OR Sanguine Debauchery I think.

Those are Skyrim mods, it would be a Fallout 4 mod that you're currently using

Posted
22 minutes ago, Slorm said:

Those are Skyrim mods, it would be a Fallout 4 mod that you're currently using

Ah, been confusing the two subs then, my bad! Posted a comment on the fallout 4 sub too and mixed them up.

Posted
2 hours ago, Thingolf said:

Ah, been confusing the two subs then, my bad! Posted a comment on the fallout 4 sub too and mixed them up.

I've almost done the same thing lots!

Posted

Need some help if possible.  I have auto surrenders turned off in the CSA mod as the Violate mod page suggests, but my character still auto surrenders when her health gets low.  Are there any other options that I need to toggle to stop this from happening?  In other words, I only want to surrender by hotkey via Violate.  I don't have any other combat mods installed and only have the mods required/soft required for Violate to work.

Posted
3 hours ago, tsnootch said:

Need some help if possible.  I have auto surrenders turned off in the CSA mod as the Violate mod page suggests, but my character still auto surrenders when her health gets low.  Are there any other options that I need to toggle to stop this from happening?  In other words, I only want to surrender by hotkey via Violate.  I don't have any other combat mods installed and only have the mods required/soft required for Violate to work.

The recommendation you read was about avoiding having RSE II: CSA's autosurrender conflict with AAF Violate's autosurrender. If you don't want any mods to autosurrender when health is low, then you have to turn it off in all of them.

Posted
1 hour ago, vaultbait said:

The recommendation you read was about avoiding having RSE II: CSA's autosurrender conflict with AAF Violate's autosurrender. If you don't want any mods to autosurrender when health is low, then you have to turn it off in all of them.

That makes sense.  I didn't see any toggle labeled "autosurrender" in Violate.  Now, I think I am understanding that Violate's "autosurrender" options, such as "chance that character will surrender," IS its autosurrender option.  So, I've moved that toggle all the way down to 0% so hopefully that will stop it from happening so that I can only surrender with Hotkey.  Sorry for dumb questions.

Posted

Short question. Whenever I got defeated and I surrender, as usually AAF animations start, restrains apply as normal. But as soon as the rape scene is over, the NPC turns hostile immediatly and just kills me. I have no idea what conflicts it. I have CSA also installed. Also moving around with 3 companions atm(no idea if THAT conflicts the scripts). Can someone help me with that? Can't really find any settings to fix that.

 

Already installed Knockout Framework, just not to die because of that

Posted
28 minutes ago, Tortout4 said:

Short question. Whenever I got defeated and I surrender, as usually AAF animations start, restrains apply as normal. But as soon as the rape scene is over, the NPC turns hostile immediatly and just kills me. I have no idea what conflicts it. I have CSA also installed. Also moving around with 3 companions atm(no idea if THAT conflicts the scripts). Can someone help me with that? Can't really find any settings to fix that.

 

Already installed Knockout Framework, just not to die because of that

knockout framework is broken 

Posted
1 hour ago, Tortout4 said:

Short question. Whenever I got defeated and I surrender, as usually AAF animations start, restrains apply as normal. But as soon as the rape scene is over, the NPC turns hostile immediatly and just kills me. I have no idea what conflicts it. I have CSA also installed. Also moving around with 3 companions atm(no idea if THAT conflicts the scripts). Can someone help me with that? Can't really find any settings to fix that.

Multiple companions doesn't cause any issues, you can have up to 20 companions with you.

 

You can set the pacification duration to a higher value in the MCM.  If that doesn't help then something is going wrong.  In that case make it happen again and post your script log and I'll take a look.

Posted
8 minutes ago, EgoBallistic said:

Multiple companions doesn't cause any issues, you can have up to 20 companions with you.

 

You can set the pacification duration to a higher value in the MCM.  If that doesn't help then something is going wrong.  In that case make it happen again and post your script log and I'll take a look.

Pacifaction timer is already on 120. I will post logs soon

Posted
34 minutes ago, EgoBallistic said:

Multiple companions doesn't cause any issues, you can have up to 20 companions with you.

 

You can set the pacification duration to a higher value in the MCM.  If that doesn't help then something is going wrong.  In that case make it happen again and post your script log and I'll take a look.

Somehow logs wont show up when I use debug mode. Where do I see that?

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
×
×
  • Create New...