ryomaddox2026 Posted April 6 Posted April 6 I am using the BTTB7 Collection with Whicked Whims and the BTTB Core Sliders. In CAS, I can edit the penis to look exactly how I want, then I save and continue, but back in Live Mode, the changes are not reflected, and it just has the ugly straight small head penis that BTTB had set as its default. I've gone into the body selector and made sure the BTTB bottom I chose in CAS matches the one I chose in the Body Selector, but it's still just using the base form without the edits I made. It seems to have reflected the changes I made to the length, but not the curve, the girth, the head size, or the ball size. I even changed all outfits to be completely nude with the same BTTB Bottom and Top I'm using with the Body Selector, I've tried changing outfits and undressing completely, I've tried changing to different bodies in the body selector and then changing back, but the changes I make to the penis is CAS NEVER reflect back in Live Mode. Â I've searched all over the internet and it seems like I'm the only one having this issue or that simply nobody's talking about it. Can anyone think of a possible cause or solution? I really do not like the small head/flared base dimensions that the BTTB 7.1.3 comes with, and I downloaded the core sliders for a reason...
SAFMeiko Posted April 7 Posted April 7 (edited) 2 hours ago, ryomaddox2026 said: I am using the BTTB7 Collection with Whicked Whims and the BTTB Core Sliders. In CAS, I can edit the penis to look exactly how I want, then I save and continue, but back in Live Mode, the changes are not reflected, and it just has the ugly straight small head penis that BTTB had set as its default. I've gone into the body selector and made sure the BTTB bottom I chose in CAS matches the one I chose in the Body Selector, but it's still just using the base form without the edits I made. It seems to have reflected the changes I made to the length, but not the curve, the girth, the head size, or the ball size. I even changed all outfits to be completely nude with the same BTTB Bottom and Top I'm using with the Body Selector, I've tried changing outfits and undressing completely, I've tried changing to different bodies in the body selector and then changing back, but the changes I make to the penis is CAS NEVER reflect back in Live Mode.  I've searched all over the internet and it seems like I'm the only one having this issue or that simply nobody's talking about it. Can anyone think of a possible cause or solution? I really do not like the small head/flared base dimensions that the BTTB 7.1.3 comes with, and I downloaded the core sliders for a reason... I don't use it myself, so this is just a prediction. Hard values for snippet tuning in BTTB 7 Bottom Collection 1 XML Tuner by BANK42n.package       <U n="penis_sliders"> <!-- REMOVE IF NOT A 'PENIS_HARD' PART TYPE VARIANT -->         <T n="length_slider_low">0</T> <!-- Numerical ID of the Low Length Slider resource. -->         <T n="length_slider_high">0</T> <!-- Numerical ID of the High Length Slider resource. -->         <T n="girth_slider_low">0</T> <!-- Numerical ID of the Low Girth Slider resource. -->         <T n="girth_slider_high">0</T> <!-- Numerical ID of the High Girth Slider resource. -->       </U> <!-- REMOVE IF NOT A 'PENIS_HARD' PART TYPE VARIANT -->  Try replacing this value of 0 with 0xC5F6763E. Alternatively, delete this entire field. Test it now.  Actually, this is outdated, and now there's more room for adjustment, so I think we should replace this section with the new one. Spoiler       <U n="penis_sliders"> <!-- REMOVE IF NOT A 'PENIS_HARD' PART TYPE VARIANT -->         <T n="length_slider_low">0</T> <!-- Numerical ID of the Low Length Slider resource. -->         <T n="length_slider_high">0</T> <!-- Numerical ID of the High Length Slider resource. -->         <T n="girth_slider_low">0</T> <!-- Numerical ID of the Low Girth Slider resource. -->         <T n="girth_slider_high">0</T> <!-- Numerical ID of the High Girth Slider resource. -->         <T n="testicles_slider_low">0</T> <!-- Numerical ID of the Low Testicles Slider resource. -->         <T n="testicles_slider_high">0</T> <!-- Numerical ID of the High Testicles Slider resource. -->         <T n="testicles_asymmetry_slider_low">0</T> <!-- Numerical ID of the Low Testicles Asymmetry Slider resource. -->         <T n="testicles_asymmetry_slider_high">0</T> <!-- Numerical ID of the High Testicles Asymmetry Slider resource. -->         <T n="tilt_vertical_slider_low">0</T> <!-- Numerical ID of the Low Vertical Tilt Slider resource. -->         <T n="tilt_vertical_slider_high">0</T> <!-- Numerical ID of the High Vertical Tilt Slider resource. -->       </U> <!-- REMOVE IF NOT A 'PENIS_HARD' PART TYPE VARIANT -->  https://turbodriver.itch.io/wickedwhims/devlog/137359/support-for-custom-cas-parts  Of course, this value of 0 is also replaced with 0xC5F6763E. This will at least make it compatible with the WW body slider, but this might take precedence and not be compatible with the included slider. That's why I think the slider might work better if you delete it. But I don't know for sure. Edited April 7 by SAFMeiko 1
SAFMeiko Posted April 7 Posted April 7 (edited) I've replaced it, though I'm not sure if it will work. It's just a tuning file, so re-uploading it should be fine, right?  BTTB 7 Bottom Collection 1 XML Tuner by BANK42n.package  I'm making tons of mistakes submitting data.  Edited April 7 by SAFMeiko 1
1047307659 Posted April 12 Posted April 12 On 4/7/2026 at 9:43 AM, SAFMeiko said: I've replaced it, though I'm not sure if it will work. It's just a tuning file, so re-uploading it should be fine, right?  BTTB 7 Bottom Collection 1 XML Tuner by BANK42n.package 5.75 kB · 3 downloads  I'm making tons of mistakes submitting data.  got the same problem. Thank you for your reply but this didn't fix it.
1047307659 Posted April 12 Posted April 12 21 minutes ago, 1047307659 said: got the same problem. Thank you for your reply but this didn't fix it. AND deleting XML tunning file.package definitely won't help, that just make all the penises disappear
SAFMeiko Posted April 12 Posted April 12 (edited) 10 minutes ago, 1047307659 said: AND deleting XML tunning file.package definitely won't help, that just make all the penises disappear I didn't say "delete the tuning file" ; I said "delete the description in the tuning file." From my perspective, it looks like either the WW slider is simply being prioritized, or perhaps there's just no bone for the soft penis? I'll take a closer look inside. Edited April 12 by SAFMeiko
SAFMeiko Posted April 12 Posted April 12 46 minutes ago, 1047307659 said: got the same problem. Thank you for your reply but this didn't fix it. Well, I checked, and while the size will change, it won't be a dramatic change. It seems like it would be quicker to just remove the value description.
1047307659 Posted April 12 Posted April 12 56 minutes ago, SAFMeiko said: I didn't say "delete the tuning file" ; I said "delete the description in the tuning file." From my perspective, it looks like either the WW slider is simply being prioritized, or perhaps there's just no bone for the soft penis? I'll take a closer look inside. Sorry I skipped words while reading. I will try that later
1047307659 Posted April 12 Posted April 12 18 minutes ago, 1047307659 said: Sorry I skipped words while reading. I will try that later still no difference, penis straight like a pole🙃maybe we should just contact the author
SAFMeiko Posted April 13 Posted April 13 On 4/13/2026 at 1:48 AM, 1047307659 said: still no difference, penis straight like a pole🙃maybe we should just contact the author Now that I think about it, I believe you've already tested it using only WW and bttb, right?
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