Jump to content

Recommended Posts

Posted
20 hours ago, EgoBallistic said:

 

Sounds like the mod isn't installed correctly, or one of the requirements is missing.  When you hit the manual surrender key, do you maybe see a message like "Cannot surrender due to AAF not found" or "Cannot surrender due to LLFP dll not loaded" ?

Hi thanks for replying ! Well when I press the button it just doesn't do anything and no messages show up so i'm kind of lost. I tried uninstalling everything and reinstalling again but it's still the same :/

Posted
8 minutes ago, fabiolous said:

Hi thanks for replying ! Well when I press the button it just doesn't do anything and no messages show up so i'm kind of lost. I tried uninstalling everything and reinstalling again but it's still the same :/

 

When you say "press the button" you mean the hotkey you assigned in the MCM? Or something else?

 

Also are you using this along with other surrender mods like RSE II: CSA or Crime and Punishment? They could be taking over before you get a chance to surrender with Violate.

Posted
5 minutes ago, vaultbait said:

 

When you say "press the button" you mean the hotkey you assigned in the MCM? Or something else?

 

Also are you using this along with other surrender mods like RSE II: CSA or Crime and Punishment? They could be taking over before you get a chance to surrender with Violate.

Yes the hotkey. And no, this is the only one I have (along with the animation requirements) so I really don't understand what's wrong. Every esp pops up in my mod list so I don't really know where the issue could be coming from.

Posted
1 hour ago, Slorm said:

I was looking through CK at the mod with a view to make a private adjustment for myself to move the Super Mutants into the same group as creatures (Ghouls, Mirelurks etc) so that robbery only happens if the pc loses to humans.

 

It would be simpler to change the conditions for robbery in the Surrender() function in the FPV_OnHit script.  Currently the condition for the robber actor includes

 

BasicRaces.Find(Ags_Valid[FirstNPC].getRace())

 

If you change BasicRaces to CompanionRaces then super mutants and synths will be excluded.

Posted
13 minutes ago, fabiolous said:

Yes the hotkey. And no, this is the only one I have (along with the animation requirements) so I really don't understand what's wrong. Every esp pops up in my mod list so I don't really know where the issue could be coming from.

 

Can you post your script log in here as an attachment?  Instructions here.

Posted
1 hour ago, EgoBallistic said:

 

It would be simpler to change the conditions for robbery in the Surrender() function in the FPV_OnHit script.  Currently the condition for the robber actor includes

 

BasicRaces.Find(Ags_Valid[FirstNPC].getRace())

 

If you change BasicRaces to CompanionRaces then super mutants and synths will be excluded.

 

Brilliant, that's just perfect :classic_smile:

 

Just recompiled and tested and it works perfectly. Thanks so much :beer:

Posted
14 minutes ago, fabiolous said:

Update : It's working whenever I press the hotkey but now all the npcs do is undress my character and tare at her even though I have the animation packs on.

 

That means AAF isn't working, so Violate is getting stuck when it tries to play an animation through AAF.

 

Your script log shows that LooksMenu was not installed, which prevented the AAF scripts from loading since they depend on Looksmenu, and that in turn prevented AAF Violate from loading since it depends on the AAF scripts.  If you are now able to surrender, then I guess you fixed that by installing looksmenu.  But AAF is still hosed up.

 

You need to get your setup to the point where AAF can load and play animations using the Home key.  Then violate will work.

Posted
On 8/7/2021 at 8:41 PM, EgoBallistic said:

 

That means AAF isn't working, so Violate is getting stuck when it tries to play an animation through AAF.

 

Your script log shows that LooksMenu was not installed, which prevented the AAF scripts from loading since they depend on Looksmenu, and that in turn prevented AAF Violate from loading since it depends on the AAF scripts.  If you are now able to surrender, then I guess you fixed that by installing looksmenu.  But AAF is still hosed up.

 

You need to get your setup to the point where AAF can load and play animations using the Home key.  Then violate will work.

Update : Everything is working just fine now. I started a new caracter and it all started working perfectly ! Sorry for bothering you and good job on the mod, it's great !

Posted (edited)

hi @EgoBallistic

I have a question about AAF tags in AAF_Violate_Creature_tagData.xml shipped with your mod.

It has the entry for vad_Ghoul 4w MMMF animation with tags that confuses me.

It contains 2 tags related to actor types in the animation: F_FGhoulM_FGhoulM and FGhoulM

Could you explain what you tried to express by declaring those 2 tags. Is it just a mistake?

Edited by Dlinny_Lag
Posted (edited)

Hi,

 

There was a fantastic post that spicydoritos made in the combat lite strip mod that made Violate activate on the 6 stack, when you are butt naked.

 

He has written how to do this ! (thank him very much !)

 

So i read his instruction and did the changes. all that it left is to compile it.

 

Thing is if Violate updates do i have to do the changes again each times ?  If yes

 

I think it would be best for every users to have it in the official Version of Violate if @egoballistic is ok to include it

 

I think those two mods go well together even more with this change

 

FPV_OnHit.psc

 

Thanks you for the help :) (i leave it here because i think a lot of user could benefits from the change)

 

 

 

 

 

 

Edited by tuxagent7
Posted
36 minutes ago, tuxagent7 said:

Hi,

 

I was wondering if someone could compile a psc file for me !

 

There was a fantastic post that spicydoritos made in the combat lite strip mod that made Violate activate on the 6 stack, when you are butt naked.

 

He has written how to do this ! (thank him very much !)

 

So i read his instruction and did the changes. all that it left is to compile it.

 

Thing is if Violate updates do i have to do the changes again each times ?  If yes

 

I think it would be best for every users to have it in the official Version of Violate if @egoballistic is ok to include it

 

I think those two mods go well together even more with this change

 

FPV_OnHit.psc 63.11 kB · 0 downloads

 

Thanks you for the help :)

 

 

 

 

 

 

Do it yourself. (not being mean, just teaching you how to fish)

Open the Creation Kit click on Gameplay>>Papyrus Script Manager, find FPV_Onhit>> Right Click on it>> Compile. Ya done.

That is IF you made the changes in the original psc in it's original location.

Posted
5 minutes ago, izzyknows said:

Do it yourself. (not being mean, just teaching you how to fish)

 

I got it already by a fantastic kind soul

 

I do try to learn a lot and i do a lot of things by myself but with the CK i feel that it's a hard step to do, i tried a lot of times with Skyrim and the results i always had was compile failed missing this and that...

 

Maybe it's easier in Fallout, i will try someday...

 

 

 

 

Posted
3 hours ago, tuxagent7 said:

if Violate updates do i have to do the changes again each times ?

 

Generally yes, though most of the time you could probably get by copying your old compiled PEX file back over top the new file as long as you can be sure that the script hasn't changed, that none of the scripts/fragments it depends on haven't changed, and that it hasn't been compiled against a newer version of some other mod's scripts (e.g., if it uses functions defined by AAF).

 

The safest way to be sure though is to re-edit the source file and recompile it every time you update Violate. I use PapyrusCompiler directly from a command shell so I can easily script it and don't need to pull up the entire CK just to recompile one edited script.

Posted
11 hours ago, tuxagent7 said:

Hi,

 

There was a fantastic post that spicydoritos made in the combat lite strip mod that made Violate activate on the 6 stack, when you are butt naked.

 

He has written how to do this ! (thank him very much !)(SNIP)

 

Oh hell yes, I am deep in a save with CSL and Violate, and I have found a way to get it to work (most ofthe time) this way - but I would love if CSL was officially supported by Violate.

 

(My settings: under lucky hits 100/50/100, and violate surrender at 25% with no cripple surrender). I get stripped naked, then I usually take enough damage to trip Violate. It works, most of the time - ish. Official CSL + violate integration would make me a happy camper!

 

Posted
16 hours ago, Dlinny_Lag said:

hi @EgoBallistic

I have a question about AAF tags in AAF_Violate_Creature_tagData.xml shipped with your mod.

It has the entry for vad_Ghoul 4w MMMF animation with tags that confuses me.

It contains 2 tags related to actor types in the animation: F_FGhoulM_FGhoulM and FGhoulM

Could you explain what you tried to express by declaring those 2 tags. Is it just a mistake?

 

IIRC, FGhoulM stands for Feral Ghoul Male, and F_FGhoulM_FGhoulM means Female human + two male feral ghouls.  In any event, those lines are the same as in Themes.

 

The intent of that tagData XML is just to ensure that the user has tags for the most common creature animations.  Sometimes people forget to enable creature sex in Themes.

Posted
2 minutes ago, EgoBallistic said:

 

IIRC, FGhoulM stands for Feral Ghoul Male, and F_FGhoulM_FGhoulM means Female human + two male feral ghouls.  In any event, those lines are the same as in Themes.

 

The intent of that tagData XML is just to ensure that the user has tags for the most common creature animations.  Sometimes people forget to enable creature sex in Themes.

I understand that defining of actor types is necessary. And tag like F_FGhoulM_FGhoulM makes sence. I do not understand why single FGhoulM is defined. What did you mean by that?

Posted (edited)
13 minutes ago, Dlinny_Lag said:

I do not understand why single FGhoulM is defined. What did you mean by that?

Because then you can have a Feral Ghoul Male and a Female scene. aka 2 actor scene.

 or F_FGhoulM_FGhoulM_FGhoulM_FGhoulM_FGhoulM gangbang.

 

Edited by izzyknows
Posted
2 minutes ago, Dlinny_Lag said:

In this case tag should contains two actors. For example, F_FGhoulM. Am I wrong?

Correct. But maybe you want a Ghoul to be masturbating while waiting his turn.

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...