stavlan Posted August 31, 2024 Posted August 31, 2024 4 hours ago, Tiptopbunman said: Any mod that builds off of this's features and makes changes to actor morphs in game will need this script to correctly target the sliders, both 3BA and CBBE have a RaceMenuMorphs.pex packaged with their files. True, these are the same files with the new sliders added to the list, before I figured out how to make it stackable I had to choose between having this or the ovi resources body but now it should be possible to have both at the same time if ducky decides to add the denser belly mesh to this variant of 3ba.
Arkbar. Posted September 2, 2024 Posted September 2, 2024 On 8/30/2024 at 7:27 PM, Tiptopbunman said: Tried your script doesn't end up making anything - threw a simple breakline on at the end of the code's run to see if it prints out any errors or tracebacks. Nothin - just not converting. Had a quick scan of your .py and it seems simple enough - just injecting the additional slider data right at the end of every preset xml. Not entirely sure what's catching it but some Bodyslide xml are transplanted from oldrim and other versions of CBBE/3BA and retain redundant references that're released for the SE/AErim, it could potentially be getting caught on em? Otherwise idk lol it seems like it should work. For reference - I'm trying to use it to convert 300 or so xmls If the script is not creating any files/folders it means that is not finding your presets. As you can read in the script, the first step is to copy the preset files to the target location, then it modifies the files on the target location to convert the presets. The script relies heavily in python's own path tools, and the string comparison is case insensitive, so the assuming that there is a problem in the script, it should be on def find_sliderpresets_xml_files(start_dir='.'): There are 2 potential fixes that may allow the script to properly find the files def find_sliderpresets_xml_files(start_dir=os.path.dirname(os.path.realpath(__file__))): # Basically start from the directory of the script def find_sliderpresets_xml_files(start_dir='<path to the root of the presets>'): # Edit it and add the directory from which all presets can be found There should be no capacity issue from python for a mere 300 xml files, so you are either not running the script from a directory in which the presets can be found(note that the script looks specifically for sliderpresets folder), or the startdir='.' is not portable enough and is not working in your system, so you may need to edit the script to use either of the previous fixes. Let me know if this works for you
OtherMoleva Posted September 4, 2024 Posted September 4, 2024 Can somebody make patch for Wear And Tear mod? I tried to add sliders manually, but i failed multiple times 😅
ZenoSamaZ Posted September 12, 2024 Posted September 12, 2024 Hi there, don't want to bother anyone but I don't understand how to make this mod working... I'm using cbbe body amazing with demonic body preset, how am I supposed to proceed ? Thank you all
donnerwetter Posted September 12, 2024 Author Posted September 12, 2024 24 minutes ago, ZenoSamaZ said: Hi there, don't want to bother anyone but I don't understand how to make this mod working... I'm using cbbe body amazing with demonic body preset, how am I supposed to proceed ? Thank you all Install this body and build it using your preset the same you did with regular 3BA.
ZenoSamaZ Posted September 12, 2024 Posted September 12, 2024 I got a blank page when I try to select the preset, maybe I've missed something ?
donnerwetter Posted September 13, 2024 Author Posted September 13, 2024 15 hours ago, ZenoSamaZ said: I got a blank page when I try to select the preset, maybe I've missed something ? Can you show me a screenshot?
Nuascura Posted September 26, 2024 Posted September 26, 2024 Patch made following those Japanese instructions, but using Photopea. No compression so to match the original .dds - if you want compression, just import and export with dds BC7. The base I used is specifically the one from Regenbot's website. Direct Link: Google Drive. Demoniac 1.32 FMS UBE Anus Patch.7z 1
Nuascura Posted September 27, 2024 Posted September 27, 2024 Binibini Skin, slim map, BC7 compression with mipmaps. Binibini UBE Anus Patch.7z 2
belegost Posted October 3, 2024 Posted October 3, 2024 (edited) Can I request a patch for this particular file please? This is The Pure muscle slim 2k map. I have previously requested, and received, a similar patch for default The Pure slim, non-muscled variant, but the anus doesn't show up with the new option, since this is completely different map. I do not have any graphical program that can edit dds files. My ancient Photoshop Installation (2015 CC) does not open those type of files, otherwise I would've tried my hand at patching it myself. Many thanks is advance. femalebody_1_msn.zip BTW. @Neyri LL while fiddling with the files I had a look at the initial patch that you provided long ago for The Pure (I still have it on my disk). Knowing a lot more now, I have identified the source of the issues I had with it. All your .dds files in the FOMOD have incorrect dimensions. They are 2048x2074 instead of 2048x2048 and are therefore not displayed correctly in BodySlide. Edited October 3, 2024 by belegost 1
Neyri LL Posted October 3, 2024 Posted October 3, 2024 3 hours ago, belegost said: BTW. @Neyri LL while fiddling with the files I had a look at the initial patch that you provided long ago for The Pure (I still have it on my disk). Knowing a lot more now, I have identified the source of the issues I had with it. All your .dds files in the FOMOD have incorrect dimensions. They are 2048x2074 instead of 2048x2048 and are therefore not displayed correctly in BodySlide. HUH... Maybe I mistakenly uploaded a file I used to learn GIMP... My mistake 😅 To make up for it: the file you asked for! The Pure anus normal.7z BC7 Compression with mipmaps. 1
anonotoko55 Posted October 9, 2024 Posted October 9, 2024 ur a god bro hope u get head for making this mod
New Horizons Posted October 21, 2024 Posted October 21, 2024 How do i edit normal maps of this skin to make the Anus a little less close to the vagina? femalebody_1_msn.7z
donnerwetter Posted October 24, 2024 Author Posted October 24, 2024 On 10/21/2024 at 8:48 PM, New Horizons said: How do i edit normal maps of this skin to make the Anus a little less close to the vagina? femalebody_1_msn.7z 9.79 MB · 0 downloads The normal map you posted doesn't seem to even have an anus. You could just follow the instructions linked to on the mod page.
Hoontarius Posted November 3, 2024 Posted November 3, 2024 I would kill for someone to get a collection going of this with a vaginaless varient, for the life of me I cannot get these mods to work together without loadorder/textures not overwriting
donnerwetter Posted November 4, 2024 Author Posted November 4, 2024 19 hours ago, Hoontarius said: I would kill for someone to get a collection going of this with a vaginaless varient, for the life of me I cannot get these mods to work together without loadorder/textures not overwriting dw's Vaginaless 3BA has a UBE Anus option, so just use that
Murl0cR41d3r Posted November 14, 2024 Posted November 14, 2024 On 5/3/2024 at 7:07 PM, donnerwetter said: Nope, I added the recently released Zhizhen Female Skin to the list of UBE Anus supported skins. Edit: Aaand it looks like the author has set it to hidden already. Hopefully it comes back, it looked pretty good. do you have the file? since it is hidden.. he has updated the skin so now i don't even know which version goes with the patch
donnerwetter Posted November 14, 2024 Author Posted November 14, 2024 2 hours ago, Murl0cR41d3r said: do you have the file? since it is hidden.. he has updated the skin so now i don't even know which version goes with the patch The skin had UBE Anus support built-in so the new version should have it too 1
APQ8064T Posted November 28, 2024 Posted November 28, 2024 Who can make zhizhen skin patch,need to help😭
donnerwetter Posted November 28, 2024 Author Posted November 28, 2024 (edited) 3 hours ago, APQ8064T said: Who can make zhizhen skin patch,need to help😭 I thought zhizhen already had UBE Anus support? At least the version that released earlier this year seemed to have it Edited November 28, 2024 by donnerwetter
APQ8064T Posted November 29, 2024 Posted November 29, 2024 6 hours ago, donnerwetter said: I thought zhizhen already had UBE Anus support? At least the version that released earlier this year seemed to have it 我以为zhizhen已经有UBE肛门支持了?至少今年早些时候发布的版本似乎有它 There are indeed patches shared in the post, but it seems to correspond to the previous version. Using the latest version of zhizhen skin may cause color differences between my head and body.
XarisZ Posted December 1, 2024 Posted December 1, 2024 Could you add support for CBBE 3BA/BHUNP Oviposition resources ?
zyf2008 Posted December 9, 2024 Posted December 9, 2024 Need a patch for zhizhen3ba. Zhizhen3ba has a unique anal texture.
Attenater Posted December 15, 2024 Posted December 15, 2024 Is there a quick way to convert normal 3ba clothes to this one?
donnerwetter Posted December 16, 2024 Author Posted December 16, 2024 On 12/15/2024 at 8:01 PM, Attenater said: Is there a quick way to convert normal 3ba clothes to this one? Open the clothing project in Outfit Studio, delete the base 3BA body, save project. Open the project again (opening and closing is important to clear the old body sliders), import 3BA w UBE Anus, conform to the new sliders, save project. You might also want to make sure that the new body mesh is in the same place in the mesh order as the old one or swappable textures might break. 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