fuckthisbullshiticanteven Posted February 28, 2023 Posted February 28, 2023 In general, how do you get wet function redux to affect the trx addon? Specifically, I really only want gloss.
donnerwetter Posted February 28, 2023 Posted February 28, 2023 Here are a few comparison videos of how ball physics look like between the regular TRX and TRX-ERF hybrid addons: TRX: trx3.mp4 TRX-ERF Hybrid: trxerf3.mp4 More in spoilers: Spoiler TRX trx1.mp4 TRX-ERF Hybrid trxerf1.mp4 TRX trx2.mp4 TRX-ERF Hybrid trxerf2.mp4 I like to think making it was time well spent ? Anyway, the whole series of vaginaless body and schlogn updates should finally be ready in the coming days. Just need to organise everything, take screenshots, write some descriptions... 13
huyueke Posted February 28, 2023 Posted February 28, 2023 15 hours ago, donnerwetter said: Here are a few comparison videos of how ball physics look like between the regular TRX and TRX-ERF hybrid addons: TRX: trx3.mp4 8.02 MB · 0 downloads TRX-ERF Hybrid: trxerf3.mp4 7.4 MB · 0 downloads More in spoilers: Reveal hidden contents TRX trx1.mp4 8.87 MB · 0 downloads TRX-ERF Hybrid trxerf1.mp4 8.08 MB · 0 downloads TRX trx2.mp4 6.38 MB · 0 downloads TRX-ERF Hybrid trxerf2.mp4 6.3 MB · 0 downloads I like to think making it was time well spent ? Anyway, the whole series of vaginaless body and schlogn updates should finally be ready in the coming days. Just need to organise everything, take screenshots, write some descriptions... So, can you provide these mods?pls`````
donnerwetter Posted February 28, 2023 Posted February 28, 2023 38 minutes ago, huyueke said: So, can you provide these mods?pls````` Working on it!
FutaNemesislol Posted February 28, 2023 Posted February 28, 2023 (edited) The Succubi Failures mini story Spoiler Edited March 6, 2023 by FutaNemesislol 10
Vaalesha Posted March 1, 2023 Posted March 1, 2023 On 2/22/2023 at 9:17 PM, Piesel said: - snip - What armour/texture mods are you using for this? It looks really good.
donnerwetter Posted March 1, 2023 Posted March 1, 2023 My next project after the updates are done will likely be equippable flaccid schlongs. flaccidslidertests.mp4 Spoiler flaccsizes.mp4 I'm hoping to have working SMP physics with these, but unfortunately my tests with a physics-driven shaft look like this: Spoiler flaccidSMPoops.mp4 I'm fairly confident that by tweaking the values below it could be fixed however: Spoiler <!-- Penis --> <bone-default> <inertia x="2" y="2" z="2" /> <centerOfMassTransform> <basis x="0" y="0" z="0" w="1" /> <origin x="0" y="0" z="0" /> </centerOfMassTransform> <linearDamping>0.99</linearDamping> <angularDamping>0.99</angularDamping> <friction>0.1</friction> <rollingFriction>0.1</rollingFriction> <restitution>0.33</restitution> <gravity-factor>0.7</gravity-factor> </bone-default> <bone name="NPC Genitals01 [Gen01]"> <mass>0.2</mass> </bone> <bone name="NPC Genitals02 [Gen02]"> <mass>0.18</mass> </bone> <bone name="NPC Genitals03 [Gen03]"> <mass>0.16</mass> </bone> <bone name="NPC Genitals04 [Gen04]"> <mass>0.14</mass> </bone> <bone name="NPC Genitals05 [Gen05]"> <mass>0.12</mass> </bone> <bone name="NPC Genitals06 [Gen06]"> <mass>0.1</mass> </bone> <generic-constraint-default name="base"> <frameInA> <basis x="0" y="0" z="0" w="1" /> <origin x="0" y="0" z="0" /> </frameInA> <useLinearReferenceFrameA>false</useLinearReferenceFrameA> <linearLowerLimit x="-0.1" y="-0" z="-0.05" /> <linearUpperLimit x="0.1" y="-0" z="0.05" /> <angularLowerLimit x="-0.2" y="-0.02" z="-0.02" /> <angularUpperLimit x="-0.2" y="0.02" z="0.02" /> <linearStiffness x="1000" y="1000" z="1000" /> <angularStiffness x="800" y="800" z="800" /> <linearDamping x="1" y="1" z="1" /> <angularDamping x="1" y="1" z="1" /> <linearEquilibrium x="0" y="0" z="0" /> <angularEquilibrium x="0" y="0" z="0" /> </generic-constraint-default> <generic-constraint-default name="connect"> <frameInA> <basis x="0" y="0" z="0" w="1" /> <origin x="0" y="0" z="0" /> </frameInA> <useLinearReferenceFrameA>false</useLinearReferenceFrameA> <linearLowerLimit x="-0.1" y="-0" z="-0.05" /> <linearUpperLimit x="0.1" y="-0" z="0.05" /> <angularLowerLimit x="-0.1" y="-0.02" z="-0.02" /> <angularUpperLimit x="-0.05" y="0.02" z="0.02" /> <linearStiffness x="1000" y="1000" z="1000" /> <angularStiffness x="800" y="800" z="800" /> <linearDamping x="1" y="1" z="1" /> <angularDamping x="1" y="1" z="1" /> <linearEquilibrium x="0" y="0" z="0" /> <angularEquilibrium x="0" y="0" z="0" /> </generic-constraint-default> <constraint-group> <generic-constraint template="base" bodyA="NPC Genitals01 [Gen01]" bodyB="NPC GenitalsBase [GenBase]"></generic-constraint> <generic-constraint template="connect" bodyA="NPC Genitals02 [Gen02]" bodyB="NPC Genitals01 [Gen01]"></generic-constraint> <generic-constraint template="connect" bodyA="NPC Genitals03 [Gen03]" bodyB="NPC Genitals02 [Gen02]"></generic-constraint> <generic-constraint template="connect" bodyA="NPC Genitals04 [Gen04]" bodyB="NPC Genitals03 [Gen03]"></generic-constraint> <generic-constraint template="connect" bodyA="NPC Genitals05 [Gen05]" bodyB="NPC Genitals04 [Gen04]"></generic-constraint> <generic-constraint template="connect" bodyA="NPC Genitals06 [Gen06]" bodyB="NPC Genitals05 [Gen05]"></generic-constraint> </constraint-group> Any suggestions? 14
Piesel Posted March 1, 2023 Posted March 1, 2023 8 hours ago, Vaalesha said: What armour/texture mods are you using for this? It looks really good. This is Fashions Of The Banditry with 4k Textures 2
Lara89 Posted March 1, 2023 Posted March 1, 2023 I was to ask about the flaccid penises... Is there any way to do it during Sexlab scenes? Like in a scene with two futas, one with the hard tool and the other with the flaccid. Like it is outside sex scenes. I'm using TRX futanari addon btw. --------- 2
FutaNemesislol Posted March 2, 2023 Posted March 2, 2023 4 hours ago, Lara89 said: I was to ask about the flaccid penises... Is there any way to do it during Sexlab scenes? Like in a scene with two futas, one with the hard tool and the other with the flaccid. Like it is outside sex scenes. I'm using TRX futanari addon btw. --------- all i do is use the sexlab hotkeys to control how hard and soft it is Spoiler The Elder Scrolls V Skyrim Special Edition 2022.09.28 - 13.01.14.05.mp4 The Elder Scrolls V Skyrim Special Edition 2022.09.28 - 13.01.57.06.mp4 3
donnerwetter Posted March 2, 2023 Posted March 2, 2023 I'd like to remake the cover image for Vaginaless 3BA with the 2.1 body but I just can't find the pose I used here: Spoiler Trying out different poses now: 14
wow12303 Posted March 2, 2023 Posted March 2, 2023 (edited) Got horny took pictures. Aurora Racemenu Preset at Skyrim Special Edition Nexus - Mods and Community (nexusmods.com) Skadi - A Snow Elf High Poly Preset at Skyrim Special Edition Nexus - Mods and Community (nexusmods.com) GSPoses & SLAL - Animation - LoversLab Spoiler Edited March 2, 2023 by wow12303 didnt spoilers 4
donnerwetter Posted March 2, 2023 Posted March 2, 2023 Well, I ended up finding the old pose I used anyway Some slight alterations: Spoiler Here's all the new poses: Spoiler Which do you think would fit the best? 11
Impish_ Posted March 3, 2023 Posted March 3, 2023 Professor Garlick is my new favorite videogame redhead. Spoiler 12
tznvlw Posted March 3, 2023 Posted March 3, 2023 5 hours ago, donnerwetter said: Well, I ended up finding the old pose I used anyway Some slight alterations: Hide contents Here's all the new poses: Hide contents Which do you think would fit the best? 2th picture in new poses, the rest of the new poses feels a bit stretched
donnerwetter Posted March 3, 2023 Posted March 3, 2023 3 hours ago, tznvlw said: 2th picture in new poses, the rest of the new poses feels a bit stretched The second one is one of my favourites ? "Hey! What are you looking at?" Spoiler 11
Chill__ Posted March 3, 2023 Posted March 3, 2023 Did anyone ever release a futa version of PSBoss's Mehrunes Dagon
LordDrakath15226 Posted March 3, 2023 Posted March 3, 2023 14 hours ago, Impish_ said: Professor Garlick is my new favorite videogame redhead. Reveal hidden contents Is that a blender model ported to Skyrim?
Impish_ Posted March 3, 2023 Posted March 3, 2023 7 hours ago, LordDrakath15226 said: Is that a blender model ported to Skyrim? The hat and hair are, ported myself. The face is Racemenu sculpt based on the face model.
LordDrakath15226 Posted March 4, 2023 Posted March 4, 2023 3 hours ago, Impish_ said: The hat and hair are, ported myself. The face is Racemenu sculpt based on the face model. Goddamn it, i was hoping the answer would be yes cause then i would ask for help importing models.
Impish_ Posted March 4, 2023 Posted March 4, 2023 2 hours ago, LordDrakath15226 said: Goddamn it, i was hoping the answer would be yes cause then i would ask for help importing models. Yeah getting the face functional for a custom race is beyond me.
Impish_ Posted March 4, 2023 Posted March 4, 2023 14 hours ago, Chill__ said: Did anyone ever release a futa version of PSBoss's Mehrunes Dagon I did in this pack.
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