Nebuchadnezzer2 Posted August 23, 2022 Posted August 23, 2022 Slight flaw with the 'trip' chance with RC8: You can, rarely, 'trip' when moving the camera around in an AAF scene. Which then breaks the camera controls, as it changes your actual character's animation, and you lose camera controls (and any scene controls) until the scene ends, and you stand back up (also had to `tfc` to fix the camera). ? Even better, I think that's the only time I've had that event trip, too (which is now getting left OFF) ?
Elsidia Posted August 23, 2022 Posted August 23, 2022 6 hours ago, Nebuchadnezzer2 said: You can, rarely, 'trip' when moving the camera around in an AAF scene. Any ideas, how to detect, if you are in AAF scene? I'm not familiar with this mod scripts.
vaultbait Posted August 23, 2022 Posted August 23, 2022 2 hours ago, Elsidia said: Any ideas, how to detect, if you are in AAF scene? I'm not familiar with this mod scripts. https://bitbucket.org/dagobaking/aaf-framework/wiki/API/AAF_ActorBusy.md#!keyword-aaf_actorbusy 1
Elsidia Posted August 23, 2022 Posted August 23, 2022 13 hours ago, Nebuchadnezzer2 said: Even better, I think that's the only time I've had that event trip, too (which is now getting left OFF) Something wrong in your side, as in DD RC8 for trip is added this fix: Spoiler Event OnTimer(Int TimerID) If TimerID == Timer If libs.Player.HasKeyword(libs.AAF_ActorBusy) DeferTimer(45) return ElseIf libs.PlayerIsBusy() DeferTimer(15) Else SetTimer() Payload() EndIf EndIf EndEvent Script: DD_Effect_Trip.psc
jbezorg Posted August 24, 2022 Posted August 24, 2022 If you really want, you could use AAF GetSceneSettings to get the default animation duration and use a multiplier to put the next check hopefully after the animation is over. As long as it's not set to -1. There's also GetActorData that gives more detail about the animation state. There's a stat name array and value array pair which I assume contain information about the animation. Perhaps a animation duration can be pulled from there.
Elsidia Posted August 24, 2022 Posted August 24, 2022 (edited) 5 hours ago, jbezorg said: to get the default animation duration I°m not so big hope on that, as AAF is laggy and i'm not sure it get right scene duration as it loads very slow. Edited August 24, 2022 by Elsidia 1
vallnor Posted August 24, 2022 Posted August 24, 2022 I have a question, is kimy the only way to get them off? I got ballgagged and have no idea how to escape. Where can I find kimy? New to this mod.
vaultbait Posted August 24, 2022 Posted August 24, 2022 (edited) 9 minutes ago, vallnor said: I have a question, is kimy the only way to get them off? I got ballgagged and have no idea how to escape. Where can I find kimy? New to this mod. You can struggle out of them given enough time and persistence, or find hairpins and try to pick them if the locks aren't too strong. Also some other mods add restraint and chastity keys to leveled lists for loot (Deviously Cursed Wasteland), provide solutions to unlock items at armor workbenches (DD ArmorBench Unlocker), NPC approaches/dialogues where you may convince them to help you out of things (Sexual Harassment and Boston Devious Helper), the ability to remove devices through sheer willpower (Sex Attributes), and so on. Depending on what mod put the devices on you in the first place, they may already have also given you a way out of them: for example, AAF Violate gives one of your attackers a key to any restraints they put you in, if you can find a way to get it off them. Edited August 24, 2022 by vaultbait 1
vallnor Posted August 25, 2022 Posted August 25, 2022 I realized I can probably pull a key out of the esl file directly if I wanted to cheat. It's a new play through, so don't really have a chance at taking out a raider gang at lvl 4 on survivor. Where is Kimy located if I wanted to look her up?
deathmorph Posted August 25, 2022 Posted August 25, 2022 4 hours ago, vallnor said: Where is Kimy located if I wanted to look her up? Kimy is in the Hall of Oblivion in Goodneighbor
deathmorph Posted August 25, 2022 Posted August 25, 2022 9 hours ago, vaultbait said: You can struggle out of them given enough time and persistence ... That's working? I just struggled with the handcuffs once for 20 minutes and didn't get out.
Elsidia Posted August 25, 2022 Posted August 25, 2022 (edited) 1 hour ago, deathmorph said: That's working? For different restraints different escape chances are set to different value. If you are experienced escapist, your chance is higher. With each escape, chance for escape increases, if you not critically fail escape. Then it set to 0% and no more chance of escape. Also if chance of escape is 0%, it still allow escape, even if it always fail. You can check your chance: Escape-> Examine item. If you got answer - This is a high security restraint. Struggling out from this device will be impossible! - then chance is 0% Any other answers lead to any other percentage of chance. Example - This restraint is fairly weak and will not offer much resistance against struggling. If chance is bigger as 75%. If you interest, i can translate all answer in percentage chance. UPD: For each type - struggling, pick-lock and cut off is own message in answer. UPD2: Also for escape chance is used difficulty level - as higher it is as harder to escape. Edited August 25, 2022 by Elsidia 1
deathmorph Posted August 25, 2022 Posted August 25, 2022 10 hours ago, Elsidia said: If you interest, i can translate all answer in percentage chance That's interesting, thanks for the information. An overview - thanks for the offer, but it's not necessary. I love being surprised. The important thing is that I develop an understanding of the basics. 1
vaultbait Posted August 25, 2022 Posted August 25, 2022 14 hours ago, deathmorph said: That's working? I just struggled with the handcuffs once for 20 minutes and didn't get out. Some you may never be able to struggle out of, but also be sure you're talking about DD cuffs and not RH cuffs. Different mods, different escape mechanics.
vaultbait Posted August 25, 2022 Posted August 25, 2022 3 minutes ago, a_very_chill_ghost said: where can you find Kimy the NPC? The Memory Den in Goodneighbor. Sometimes she's on the sofa near the stairs in the main hall, sometimes she's under the stairs by the bathroom.
deathmorph Posted August 25, 2022 Posted August 25, 2022 42 minutes ago, vaultbait said: RH cuffs I have both enabled. DD also has handcuffs? I thought that uses DD from RH. How can I tell which of the handcuffs are being used? Can't I get out of handcuffs at RH? Spoiler
vaultbait Posted August 25, 2022 Posted August 25, 2022 2 minutes ago, deathmorph said: I have both enabled. DD also has handcuffs? I thought that uses DD from RH. DD has a variety of kinds of wrist cuffs of its own. They typically don't look like normal handcuffs, but some can look fairly similar to the ones from RH at a distance. 2 minutes ago, deathmorph said: How can I tell which of the handcuffs are being used? The DD ones don't generally block you from accessing your Pip-Boy, and you attempt to struggle out of them by trying to unequip them in the Pip-Boy inventory, though they will block you from trying to get out of any other DDs. The RH ones bring up a dialogue if you try to access your Pip-Boy, giving you options to struggle or investigate the lock. 2 minutes ago, deathmorph said: Can't I get out of handcuffs at RH? Yes, they both have escape solutions, they simply differ by interface and implementation. 1
a_very_chill_ghost Posted August 25, 2022 Posted August 25, 2022 15 hours ago, deathmorph said: Kimy is in the Hall of Oblivion in Goodneighbor Hall of Oblivion?
vaultbait Posted August 26, 2022 Posted August 26, 2022 11 minutes ago, a_very_chill_ghost said: Hall of Oblivion? Memory Den. I assume some international releases of the game translate the names of things a little differently.
Robert T Posted August 28, 2022 Posted August 28, 2022 In addition to fixing bugs, what else does RC8 add?
vaultbait Posted August 28, 2022 Posted August 28, 2022 1 hour ago, Robert T said: In addition to fixing bugs, what else does RC8 add? It integrates a lot of the earlier add-on feature patches like face morphs for gags, AAF protected equipment data, a mechanism to keep bound arm poses in AAF scenes, disables running in DD outfits with heels, lockpick mini-game, incorporates the shoes from the Slave Heels mod, adds an MCM to control a lot of the options/settings like setting escape difficulty or toggling between slow walk and bunny hop or the strength of the blindfold effect or whether your Pip-Boy gets disabled with mittens on... lots more I'm forgetting too, I'm sure. 1
Elsidia Posted August 29, 2022 Posted August 29, 2022 19 hours ago, vaultbait said: lockpick mini-game, This was in DD 2.0, in DD 2.0 RC8 just add MCM setting for that.
vaultbait Posted August 29, 2022 Posted August 29, 2022 5 hours ago, Elsidia said: This was in DD 2.0, in DD 2.0 RC8 just add MCM setting for that. In 2.0 but not actually accessible I guess (how were you supposed to turn it on in 2.0)? Sort of like saying the parasite monster devices were in 2.0... well, the meshes were, yes, but there were no armor records for them nor locking/escape instrumentation for them.
Elsidia Posted August 29, 2022 Posted August 29, 2022 (edited) 25 minutes ago, vaultbait said: In 2.0 but not actually accessible Easy. It already, if i remember right, was write in some hidden DD manual inside mod. Not remember where. Open console and set DD_Config_lockPickSystem to 1 UPD: Open Original mod archive and in folder docs are file Devious Devices for Fallout 4 - ReadMe.txt - there is instruction how to activate minigame. Edited August 29, 2022 by Elsidia
vaultbait Posted August 29, 2022 Posted August 29, 2022 5 minutes ago, Elsidia said: Easy. It already, if i remember right, was write in some hidden DD manual inside mod. Not remember where. Open console and set DD_Config_lockPickSystem to 1 That's fair. I don't consider adjusting globalvars via the console to be an "accessible" user interface, but I suppose some mod authors do.
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