Slorm Posted November 25, 2022 Posted November 25, 2022 12 minutes ago, Oldwolf58 said: I actually LIKE the way this works, it's a nice seamless animation run that covers all the parts, begin, sex postures, ending animation, end. I'd rather see it stay as is myself, of course that's just my preference but there it is for what it's worth. I agree as well, it works well this way 1
Axary Posted November 25, 2022 Posted November 25, 2022 (edited) @Vel W a little more about compatibility with other mods. I didn't want to make changes to someone else's .esp, so I made my robot fix as a replayer. But it would be better to leave the existing .hkx untouched and add my modified .hkx as new. The thing is that some mods can use .hkx files of separate stages as situational animations. If you need, I can redo my robot fix and make the necessary changes to the .esp Edited November 25, 2022 by Axary
Vel W Posted November 26, 2022 Posted November 26, 2022 (edited) 13 hours ago, Axary said: @Vel W a little more about compatibility with other mods. I didn't want to make changes to someone else's .esp, so I made my robot fix as a replayer. But it would be better to leave the existing .hkx untouched and add my modified .hkx as new. The thing is that some mods can use .hkx files of separate stages as situational animations. If you need, I can redo my robot fix and make the necessary changes to the .esp Okay. So you have compatibility in mind, which is nice. It'd be hard for me to ship it as part of the mod in this state, however, seeing all animations that come from the main mod itself are loopable. Your design of choice feels way closer to BP70’s. One improvement i can think of is if you made a loopable version of all the animations you’re fixing and add those loopables as 3rd options next to PT1 and PT2 If that makes any sense. Edited November 26, 2022 by Vel W grammar
galazar Posted December 15, 2022 Posted December 15, 2022 On 23/11/2022 at 16:50, Axary said: Obrigado, isso foi muito útil, agora eu entendo o que está errado. Eu olhei para os scripts Violate e percebi que você e eu estamos chamando cenários diferentes. Eu chamo o cenário com as tags "Aggressive,Rough,Neutral" e funciona. Você chama o cenário com as tags "Aggressive,Rough" e não funciona. Já adicionei as tags necessárias e recarreguei a correção. Você pode, por favor, baixar novamente e testá-lo? Good morning, I'm having the same problem, but I don't understand one thing, where do I download the fix?
vaultbait Posted December 15, 2022 Posted December 15, 2022 6 hours ago, galazar said: Good morning, I'm having the same problem, but I don't understand one thing, where do I download the fix? It's attached to this comment up-thread:
vaultbait Posted December 16, 2022 Posted December 16, 2022 On 8/17/2022 at 10:40 PM, vaultbait said: I suspect I can use Nifscope to de-Havok one of the movable static meshes and then create a custom static object from the result, though that definitely entails carrying custom AAF XML and potentially breaking if any of the related data in this animation pack becomes incompatible with what I'm shipping. I eventually hit on a variation of this which won't require adjusting animation files. I transplanted the physics node from a static truck into the mesh for the moveablestatic using Nifskope, and have added a patch option in my mod's FMOOD installer to override the base game's static mesh with that file. The down side is that any other place in the game where that same moveablestatic is used, it will also be stationary. One other gotcha this doesn't end up covering is damage. If you accidentally inflict enough damage on the truck it will still explode and then get replaced with a pickup truck hulk moveablestatic (also the passive NPCs in that cell will all aggro you if they're within range of the blast, bad time all around). I've addressed this by having the patch include an ESPfe plugin that overrides the record for the original moveablestatic with a version that has the damage info deleted, so that specific model of truck effectively becomes invincible. The end result is that the base Pick-R-Up behaves like a normal (fixed) static now, but still gets used by the same female human + super mutant animations and looks correct. And if players don't want to accept the side effects of those workarounds, they can always deselect the patch of course. 1
lee3310 Posted December 17, 2022 Posted December 17, 2022 (edited) 2 hours ago, vaultbait said: I eventually hit on a variation of this which won't require adjusting animation files. I transplanted the physics node from a static truck into the mesh for the moveablestatic using Nifskope, and have added a patch option in my mod's FMOOD installer to override the base game's static mesh with that file. The down side is that any other place in the game where that same moveablestatic is used, it will also be stationary. One other gotcha this doesn't end up covering is damage. If you accidentally inflict enough damage on the truck it will still explode and then get replaced with a pickup truck hulk moveablestatic (also the passive NPCs in that cell will all aggro you if they're within range of the blast, bad time all around). I've addressed this by having the patch include an ESPfe plugin that overrides the record for the original moveablestatic with a version that has the damage info deleted, so that specific model of truck effectively becomes invincible. The end result is that the base Pick-R-Up behaves like a normal (fixed) static now, but still gets used by the same female human + super mutant animations and looks correct. And if players don't want to accept the side effects of those workarounds, they can always deselect the patch of course. Your movable static workaround is good, very reliable but if you only need those objects (cars) to be in specific location (hand placed by you in CK or buildable in workshop), you can add new ones instead of overwriting the existing vanilla and ship a furniture xml with your mod. (want cause any issue or conflict of any kind if you just add some new furniture IDs). Edited December 17, 2022 by lee3310
vaultbait Posted December 17, 2022 Posted December 17, 2022 3 minutes ago, lee3310 said: Your movable static workaround is good, very reliable but if you only need those objects (cars) to be in specific location (hand placed by you in CK or buildable in workshop), you can add new ones instead of overwriting the existing vanilla and ship a furniture xml with your mod. (want cause any issue or conflict of any kind if you just add some new furniture IDs). I did consider that, but custom furniture forms would mean adding new IDs to the XML, which runs a risk of breaking down the line and causing AAF to be unable to load completely if the animation's XML changes at some point. I'm trying my best to future-proof this against such situations, but yes there are a number of alternatives if I wasn't trying to mitigate those risks.
lee3310 Posted December 17, 2022 Posted December 17, 2022 (edited) 13 hours ago, vaultbait said: I did consider that, but custom furniture forms would mean adding new IDs to the XML, which runs a risk of breaking down the line and causing AAF to be unable to load completely if the animation's XML changes at some point. I'm trying my best to future-proof this against such situations, but yes there are a number of alternatives if I wasn't trying to mitigate those risks. i personally wouldn't mined replacing all vehicles with static ones just to be able to play Sc animations but from my experience (i added a lot of new furniture to AAF) there is no risk if you add a furnitureDATA.xml like this: <furnitureData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="common.xsd"> <defaults source="MyMod.esp"/> <group id="PickUpTrucksAll"> <furniture form="MyForm01" id="MyID01"/> <furniture form="MyForm02" id="MyID02"/> <furniture form="MyForm03" id="MyID03"/> <furniture form="MyForm04" id="MyID04"/> </group> </furnitureData> If i recall correctly, the only problem that could happen is that AAF will complain about missing furniture in the log if someone delete the esp and leave the xml behind (not using a mod manager) Edited December 17, 2022 by lee3310 1
vaultbait Posted December 17, 2022 Posted December 17, 2022 8 hours ago, lee3310 said: i personally wouldn't mined replacing all vehicle with static ones just to be able to play Sc animations but from my experience (i added a lot of new furniture to AAF) there is no risk if you add a furnitureDATA.xml like this: <furnitureData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="common.xsd"> <defaults source="MyMod.esp"/> <group id="PickUpTrucksAll"> <furniture form="MyForm01" id="MyID01"/> <furniture form="MyForm02" id="MyID02"/> <furniture form="MyForm03" id="MyID03"/> <furniture form="MyForm04" id="MyID04"/> </group> </furnitureData> If i recall correctly, the only problem that could happen is that AAF will complain about missing furniture in the log if someone delete the esp and leave the xml behind (not using a mod manager) That's a fair point, the risk of future AAF breakage is minimal since it doesn't need to refer to other named entities in extant XML files. I've added it to my longer term improvements list. Thanks! 1
fappingAloneHome Posted December 18, 2022 Posted December 18, 2022 It is me or mo2 just refuses to install or maybe Im that dumb? Says roughly, installation of fomod failed cuz no conditions successful in an 'OR' clause! No idea what that means.
Popular Post SavageCabbage Posted December 19, 2022 Author Popular Post Posted December 19, 2022 Hey all, I'm getting pretty close to a release, I'm at the export/import/testing phase to make sure I have no bugs. Here's a little look at one of the ghoul animations (Clocktower part 6). Ignore the sounds (custom ghoul and different sex sounds) and the fact that the tower is tilted a bit, just a consequence of using "placeatme" Hopefully I'll have it done this year but could be after new years too, we'll see. FO4-Ghoul-ClockTower06.mp4 23
lee3310 Posted December 19, 2022 Posted December 19, 2022 6 minutes ago, SavageCabbage said: Hey all, I'm getting pretty close to a release, I'm at the export/import/testing phase to make sure I have no bugs. Here's a little look at one of the ghoul animations (Clocktower part 6). Ignore the sounds (custom ghoul and different sex sounds) and the fact that the tower is tilted a bit, just a consequence of using "placeatme" Hopefully I'll have it done this year but could be after new years too, we'll see. FO4-Ghoul-ClockTower06.mp4 16.51 MB · 0 downloads ? beautiful as always. (i like the sounds too) 1
EngineGaming Posted December 19, 2022 Posted December 19, 2022 59 minutes ago, SavageCabbage said: Hey all, I'm getting pretty close to a release, I'm at the export/import/testing phase to make sure I have no bugs. Here's a little look at one of the ghoul animations (Clocktower part 6). Ignore the sounds (custom ghoul and different sex sounds) and the fact that the tower is tilted a bit, just a consequence of using "placeatme" Hopefully I'll have it done this year but could be after new years too, we'll see. FO4-Ghoul-ClockTower06.mp4 16.51 MB · 0 downloads ❤️❤️❤️ Looking forward! 2
elzee Posted December 20, 2022 Posted December 20, 2022 12 hours ago, SavageCabbage said: Hey all, I'm getting pretty close to a release, I'm at the export/import/testing phase to make sure I have no bugs. Here's a little look at one of the ghoul animations (Clocktower part 6). Ignore the sounds (custom ghoul and different sex sounds) and the fact that the tower is tilted a bit, just a consequence of using "placeatme" Hopefully I'll have it done this year but could be after new years too, we'll see. FO4-Ghoul-ClockTower06.mp4 16.51 MB · 0 downloads You're my only hope. 1
simplyabah Posted December 20, 2022 Posted December 20, 2022 (edited) On 12/19/2022 at 1:56 AM, fappingAloneHome said: It is me or mo2 just refuses to install or maybe Im that dumb? Says roughly, installation of fomod failed cuz no conditions successful in an 'OR' clause! No idea what that means. AAF and its dependencies should be enabled before any other installation(s). This happens because you haven't had AAF activated yet. Edited December 20, 2022 by simplyabah 1
UsernameTaken666 Posted December 20, 2022 Posted December 20, 2022 @SavageCabbage Hey.....take your time obvs. We all appreciate your work and look forward to the next release. Take care! 2
Popular Post SavageCabbage Posted December 30, 2022 Author Popular Post Posted December 30, 2022 (edited) New Update - 1.2.9 Hey all, the update is out now but remember... IF YOU ARE USING OTHER MODS THAT RELY ON OLDER VERSIONS OF THIS MOD, WAIT FOR THEM TO UPDATE BEFORE UPDATING THIS MOD. Below is a list of the animations included in this update. As is the case for the last few updates, it's about finishing existing things but there are a few new ones too. Spoiler SC-FM-FeralGhoul-ClockTower01-01Tease SC-FM-FeralGhoul-ClockTower01-04Doggy SC-FM-FeralGhoul-ClockTower01-05Doggy SC-FM-FeralGhoul-ClockTower01-06Doggy SC-FM-FeralGhoul-ClockTower01-07ClimaxLoop SC-FM-FeralGhoul-ClockTower01-08Finish SC-FM-Human-ArmorBench01-02Start SC-FM-Human-ArmorBench01-08Finish SC-FM-Human-ChairHigh01-08Finish SC-FM-Human-ChairLow01-04Doggy SC-FM-Human-ChairLow01-05Doggy SC-FM-Human-Couch_PlayerHouse01-05Facefuck SC-FM-Human-Couch_PlayerHouse01-06Facefuck SC-FM-Human-CouchChaise01-01Tease SC-FM-Human-CouchChaise01-02Start SC-FM-Human-CouchChaise01-08Finish SC-FM-Human-Dresser_Player_PostWar01-01Tease SC-FM-Human-Dresser_Player_PostWar01-02Start SC-FM-Human-Dresser_Player_PostWar01-03Doggy SC-FM-Human-Dresser_Player_PostWar01-04Doggy SC-FM-Human-Dresser_Player_PostWar01-05Doggy SC-FM-Human-Dresser_Player_PostWar01-06Doggy SC-FM-Human-Dresser_Player_PostWar01-07ClimaxLoop SC-FM-Human-Dresser_Player_PostWar01-08Finish SC-FM-Human-Mattress01-02Start SC-FM-Human-Mattress01-07ClimaxLoop SC-FM-Human-Mattress01-08Finish SC-FM-Human-WeaponWorkbenchLarge01-01Tease SC-FM-Human-WeaponWorkbenchLarge01-05Doggy SC-FM-Human-WeaponWorkbenchLarge01-06Doggy SC-FMM-SuperMutantFEVHound-Standing01-01Tease SC-FMM-SuperMutantFEVHound-Standing01-02Start SC-FMM-SuperMutantFEVHound-Standing01-06Doggy SC-FMM-SuperMutantFEVHound-Standing01-07ClimaxLoop SC-FMM-SuperMutant-SMBed01-02Start SC-FMM-SuperMutant-SMBed01-07ClimaxLoop SC-FMM-SuperMutant-SMBed01-08Finish SC-FMM-SuperMutant-Standing01-04DoubleTeam SC-FM-SuperMutant-FightMove01-01Missionary SC-FM-SuperMutant-StovePlayerHouseRuin01-01Tease SC-FM-SuperMutant-StovePlayerHouseRuin01-02Start SC-FM-SuperMutant-StovePlayerHouseRuin01-03Missionary SC-FM-SuperMutant-StovePlayerHouseRuin01-04Missionary SC-FM-SuperMutant-StovePlayerHouseRuin01-05Missionary SC-FM-SuperMutant-StovePlayerHouseRuin01-06Missionary SC-FM-SuperMutant-StovePlayerHouseRuin01-07ClimaxLoop SC-FM-SuperMutant-StovePlayerHouseRuin01-08Finish Other than that, It works fine on my end, so should be good to go. Thanks again to dabobaking for AAF, CGi for making the archive and jerkoffalltrades for some testing. Happy New Year, all! Edited December 30, 2022 by SavageCabbage 43
poblivion Posted December 30, 2022 Posted December 30, 2022 The new animations look great, thanks for the update. Happy New Year to you too. ? 3
Orpheaned Posted December 30, 2022 Posted December 30, 2022 Thanks for this update. It's always a pleasure to have more anims in fallout 4 ? 3
ookkerpak Posted December 30, 2022 Posted December 30, 2022 Great to see new animations after a while! Does this include fixes for the robot animations? Or should I still have some version of the patches posted in this thread some time ago? 1
Axary Posted December 30, 2022 Posted December 30, 2022 16 minutes ago, ookkerpak said: Does this include fixes for the robot animations? No. But my patch is compatible with the new version, so you can use it. 2
Axary Posted December 30, 2022 Posted December 30, 2022 (edited) 4 hours ago, SavageCabbage said: Hey all, the update is out now... Many thanks to you for your amazing animations. 4 hours ago, SavageCabbage said: IF YOU ARE USING OTHER MODS THAT RELY ON OLDER VERSIONS OF THIS MOD, WAIT FOR THEM TO UPDATE BEFORE UPDATING THIS MOD. Checked how "Nuka Ride" works with the new version of the animations, and everything is fine. PS I noticed a little bug: The "SC-FM-Human-WeaponWorkbenchLarge01-06Doggy" animation has no slap sounds. Edited December 30, 2022 by Axary 1
SavageCabbage Posted December 30, 2022 Author Posted December 30, 2022 36 minutes ago, Axary said: Many thanks to you, for your amazing animations. Checked how "Nuka Ride" works with the new version of the animations, and everything is fine. PS I noticed a little bug: The "SC-FM-Human-WeaponWorkbenchLarge01-06Doggy" animation has no slap sounds. Okay, I'll put that down for fixing in the next update for now, unless any more issues pop up. 3
SCZero Posted December 30, 2022 Posted December 30, 2022 I've found an error in two of your animations: SC-FMM-SuperMutant-SMBed01-07ClimaxLoop SC-FMM-SuperMutant-SMBed01-08Finish You can see the weird clipping in the attached image file. I looked in the folder where the animation files for this specific two animations are sitting and have noticed, the two files have the exact same size. I guess you accidentally copied the same animation on both SM-actors 2
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