aGuL kHaN Posted June 29, 2024 Posted June 29, 2024 I really want this mod and the nightcrawler add-on to be updated, but alas seems like the creator has retired already 🥲 2
Omnishade Posted June 30, 2024 Posted June 30, 2024 I'm looking for an alternative to Defeat. What features from Defeat aren't included in BF and does it support more tha 5 aggressors?
gg7base Posted July 12, 2024 Posted July 12, 2024 On 3/5/2024 at 10:24 AM, PenBoozerX said: Half (or more) of the time when I manage to escape from restraints middle of assault, the assaulter turns into a... floating tilted person with just standing idle playing, their AI doesnt do anything, i cant talk to them and I cant even hit them. They'll float there forever. Cant really use this mod without turning my entire skyrim into floating npcs like this. What is causing this or how do i fix these afterwards? This happens probably because _BF_BattleFuck script uses PushActorAway to reset the attacker anim "Running PushActorAway on the target of an idle animation started with a function such as PlayIdleWithTarget can cause unusual behavior." - https://ck.uesp.net/wiki/PushActorAway_-_ObjectReference I doubled up the command with a wait and seemed to fix it. Debug.SendAnimationEvent(_victim, "IdleForceDefaultState") - also added another IdleForceDefaultState Debug.SendAnimationEvent(_victim, "IdleForceDefaultState") Utility.Wait(0.1) _victim.PushActorAway(_lastRapers, 0.01) Utility.Wait(0.1) _victim.PushActorAway(_lastRapers, 0.01) Etc, there are other spots the command was used. Added to all. This is for BF 20211005 Put in BF scripts folder. _bf_battlefuck.pex 2
Cineri Posted July 13, 2024 Posted July 13, 2024 Set chances of escape to 0... PC still escapes every time... Cause that totally makes sense.
kingdom5 Posted July 15, 2024 Posted July 15, 2024 How do you make it so you dont have to use a controller and a keyboard ? to escape
Cassandraaa Posted August 18, 2024 Posted August 18, 2024 is there someone who are able to make it compatible to LE version please?
gasspoll83 Posted August 19, 2024 Posted August 19, 2024 how to fix problem when entring battle fuck MCM menu it got only blank screen
aweeeeeee Posted September 3, 2024 Posted September 3, 2024 could this mod work with sexlab p+, if so how? when i click check animation, it does nothing
Omnishade Posted September 4, 2024 Posted September 4, 2024 What's the maximum number of actors the mod can handle, if any? I assume it would be very demanding of the system to go beyond a certain limit in either case.
Lulu78 Posted September 11, 2024 Posted September 11, 2024 So after the first assaulter is done, none of the following people animate in the poses. They just stand naked close by as my player character animates through the sex poses. Anyone by chance know how to fix that? Also there is no way to do the QTE stuff as it all seems controller only. With no options to set it for keyboard binds.
johnhamm Posted September 16, 2024 Posted September 16, 2024 I would love to see a mod like this aimed at followers. The mod looks fantastic, but I always play as a male character so I can't use it
sunadokei Posted October 6, 2024 Posted October 6, 2024 every time my character escapes, it completely breaks my game. can't attack, stuck in 3rd person, interactions are broken... i really wanted to use this but it never works and just causes nothing but problems in my game
mopsyd Posted October 19, 2024 Posted October 19, 2024 (edited) I really like the setup for this mod. It is pretty fantastic that it gives you a checklist of all of the requirements and tells you if they are working in their current state, and the animation checker is nice too. It would be nice if more authors took a queue from this, as is illustrated by the distinct lack of support requests with the setup of this mod. I'd like to take a moment and point out that sometimes what you don't hear is a good sign, and this is one of those cases. The settings for the QTE difficulty is pretty on point, but there are no meaningful settings for during an attack, and most of the options the player has don't really seem to do much. Assailants just do whatever they want anyways or just wait for your pitifully small bit of stamina to run out then resume. Amount of stamina, breakaway chance, etc should be tunable in the MCM. I want to like this mod, but it comes across as only presenting the illusion of control which is just aggravating. I have tested the attacks at various player levels and conditions, and none of them seem to have any impact whatsoever on difficulty during an attack. This is pretty much the killing point for me for a huge swath of mods from LL. They just can't respect that the player is not trying to play a victim simulator 24/7 and it gets real old, real fast. If the rest of the encounter were as tunable as the lead up, this would not be a problem at all. Some suggestions for refining the mod, if it is still under development: - Let the player's success chance scale with level, or make an MCM option to toggle. - Let the success chance of defending against penetration, resisting, struggling, escaping, calling for help, etc be configurable in the MCM. - Let the attack effect on stamina/pleasure during an assault be configurable in the MCM, so individual players can determine whether they want it to be an excercise in futility, a challenging consequence of poor choices, or just a casual fun gag to let play out or just "nah not right now" and get on with whatever you were doing. All three of these reflect very strongly in the player base, and if you only give one option you are alienating the other two. Edited October 19, 2024 by mopsyd
agent_hermit Posted October 19, 2024 Posted October 19, 2024 Couple of quick questions... How does the mod handle if the PC is in beast form? How about mounted combat?
TacoBellSux Posted October 27, 2024 Posted October 27, 2024 On 9/10/2024 at 6:06 PM, Lulu78 said: So after the first assaulter is done, none of the following people animate in the poses. They just stand naked close by as my player character animates through the sex poses. Anyone by chance know how to fix that? Also there is no way to do the QTE stuff as it all seems controller only. With no options to set it for keyboard binds. I'm having the same problem. Everyone works perfectly until I am passed to another assaulter or onlooker. >Also there is no way to do the QTE stuff as it all seems controller only. With no options to set it for keyboard binds. Its in the MCM you just have to configure it. I have it set to WASD in my setup.
Talis22 Posted October 27, 2024 Posted October 27, 2024 This looks like an amazing mod! Definitely worth looking at. I am a bit concerned about my computer's ability to handle it though. My current rig is a bit on the old side, and this looks pretty script heavy. Any idea how much of a performance hit or script lag I might expect from this?
wareware Posted October 29, 2024 Posted October 29, 2024 @Suzutsuki Can you tell me which mod event is thrown when player escapes from QTE or through the battlefuck minigame? From my testing _BF_Calm is the event that happens when all battlefuck scenes are done and I assume sztk_CellChange is used when one of the consequences triggers.
gg7base Posted October 29, 2024 Posted October 29, 2024 (edited) My favorite defeat mod I think this function controls ending the scene... Function MainloopBattleFuck() if !_isAnimationStarted Debug.Trace("[_BF] MainloopBattleFuck !_isAnimationStarted") return endif FindEnemiesTeammates() if _changeAggressor && _aggressorBP >= 0.0 _changeAggressor = false ChangeAggressor() return endif _controller.AutoAdvance = false if !IsInterrupted ProcessTurn() endif if IsEscaped || IsReleased || IsGiveUp || IsInterrupted || !IsActive ; tfcが有効なまま終わると抜刀できなくなるぽいのでtfc無効にしておく ToggleFreeCamera(false) ; Hookが登録してあるのでアニメーション終了後にOnAnimationEnding_BattleFuck()が実行される _controller.EndAnimation() if IsEscaped if Utility.RandomFloat() < 0.5 Utility.Wait(3.0) _aggressor.StartCombat(_victim) Debug.Notification("The Attacker Is Very Angry!!!") endif endif else ; HUD有効化 EnableHUD() RegisterForSingleUpdate(0.5) endif EndFunction You can manipulate IsEscaped || IsReleased || IsGiveUp || IsInterrupted || !IsActive Like this I use in script.... Int PDHandling = 0 string BattleFuck = "BattleFuck.esp" if Game.GetModByName(BattleFuck) < 255 Quest _BF_MCMQuest = Game.GetFormFromFile(0x04251A, BattleFuck) As Quest Bool LocEnabled = (_BF_MCMQuest as _BF_MCM).Enabled as Bool If LocEnabled Debug.Notification("Approaches Enabled For BattleFuck!") JVbattlefuckGO.SetValue(1) PDHandling += 1 Else Debug.Notification("BattleFuck Found! But Is Not Enabled!") JVbattlefuckGO.SetValue(0) EndIf Else JVbattlefuckGO.SetValue(0) EndIf Set some of BF's internal Var or Bool like so....... (_BF_MCMQuest as _BF_MCM) Same format for BF mainquest forgot its name (Quest as Script).Iswhatever = maybe (_BF_MainQuest as _BF_BattleFuck). IsEscaped = True Not sure about the permissions to release anything on this mod though. Edited October 29, 2024 by gg7base
TanukiDanuki Posted October 30, 2024 Posted October 30, 2024 Curious, how does this perform over a long-running game or with AE? Seeing a recent Acheron addon pop up that makes use of this brought this mod's existence to my attention. Makes me wonder if this mod's QTEs are more efficient than the ones you can make with the "Flash Games - Struggling QTE" mod or the "sztkUtil" SKSE plugin.
pingbi146 Posted October 31, 2024 Posted October 31, 2024 On 10/6/2024 at 4:29 PM, sunadokei said: every time my character escapes, it completely breaks my game. can't attack, stuck in 3rd person, interactions are broken... i really wanted to use this but it never works and just causes nothing but problems in my game Same problem as Sunadokei, I have all requirements, and everything is up-to-date, save and load does not fix. I have to just uninstall, unless someone has a fix, it bricks the game.
lovalter Posted October 31, 2024 Posted October 31, 2024 Does anyone know exactly which Leito animations arew needed? I don't have space for the whole pack
SheanGomes Posted November 25, 2024 Posted November 25, 2024 On 9/19/2023 at 10:31 PM, hdhdhdad said: Hi, the qte's are not appearing on my screen? when I enter the battle fuck, I get battle fucked, but there's no ui. any fixes? It's crazy nobody responded to this 1
poporaltemporal Posted December 5, 2024 Posted December 5, 2024 I found this mod yesterday and I think its really nice piece. I have some questions or comments though. - For some reason the mod has default keybinds to controller and I dont have one. - I rebound the keys to keyboard and that works semi-ok. But all prompts still come in x-y-a-b - As I finally found out the way the struggle works. When you are battle fucked it is kinda weird how the battle mechanic works. It also puts kinda lot on the screen which is bit awful. 1) Could you make update that at least used the bound key name instead of hardcoded text value for the struggles? 2) I think like 90% people probably play on PC without controller. It would be neat if you could have option to straight forward swap between controller and keyboard/mouse. 3) Did you try same type of struggle mechanic for the battle fuck as you have in the start etc? I am not sure if its good idea but it feels like it would be more intuitive that there were QTE events during the fuck that you would need to fullfil to get away. I think that calling help and preventing inset could be included to this. As if you got like 50% of the struggle right then it would block insert. If you got 100% right you would get free etc. The QTE game could have difficulty according on how difficult the struggle is like have changing piece in sequence or in worst case ? which you would have to guess.
kakaroto63334 Posted December 11, 2024 Posted December 11, 2024 So uh yeah I installed everything and its not working lol, the animations in the MCM menu keep giving me 'ERROR' 1
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