Donline- Posted May 23, 2020 Posted May 23, 2020 Tweaked Version (White Lace).. Â CommonBody[A].rar 5
WeebSheep Posted May 23, 2020 Posted May 23, 2020 28 minutes ago, Donline- said: Tweaked Version (White Lace)..  CommonBody[A].rar 251.03 kB · 3 downloads uhm..... there is only a vb file is that correct? Â
Popular Post avenger54 Posted May 23, 2020 Popular Post Posted May 23, 2020 Venus Vacation Mod Manager 0.7 - Costume Customizer framework support   Now you can use Mod Manager to install and remove Costume Customizer packs with ease. Simply put folder with Costume Customizer mod pack anywhere inside your mod Mods folder (except CC folder itself) and install it with Mod Manager. You can freely change slots of the packs, install them to desired slots or remove them. Descriptions and previews are also supported.  0.7-2.webm  Additionaly now you can also access the context menu with right click. You can Enable\Disable mods with it and there's also a new feature to search for conflicts for specific mod. CC support was a really challenging thing to implement for me so there still can be a lot of bugs. Please let me know if you'll encounter any problems!  Download: https://mega.nz/file/JAUxWIiL#IgsunPuXkZkCXByJ9ui6G1j1NDbMy8MMHj2wz716dP4   24
zhenshidaila Posted May 23, 2020 Posted May 23, 2020 I have some questions. I prefer the puffy nipples body, so I fit my bra to the puffy nipples body. I want to replace the original bra with my new bra. My idea is to completely exclude the original clothing and only switch between the bra (puffy nippers body version) and the nude (puffy nippers body version). I tried to mod.ini No matter how I try, I can only switch between bra and bra (puffy nipples body version). This is my code, I don't know how to write it correctly.  ;Swap Body [TextureOverride Body] if $\mods\_id\id.ini\swimsuit1 != $id && $\mods\_id\id.ini\swimsuit2 != $id    run = CommandListID endif hash =  0d2d6059 match_first_index = 0 handling = skip vb0 = ResourceBodyV ib = ResourceBodyI drawindexed = auto $mod_active = 1   [KeyX1] condition = $mod_active == 1 && $slot_active == 1 Key = no_modifiers x 1 type = cycle $brain = 1,  0  [TextureOverride brain] hash = 85049c64 match_first_index = 2028 if $brain < 1 handling = skip vb0 = ResourcebrainV ib = ResourcebrainI drawindexed = auto endif  [ResourceBodyV] type = Buffer stride = 80 filename = body.vb [ResourceBodyI] type = Buffer format = DXGI_FORMAT_R16_UINT filename = body.ib  [ResourcebrainV] type = Buffer stride = 76 filename = bra.vb  [ResourcebrainI] type = Buffer format = DXGI_FORMAT_R16_UINT filename = bra.ib
WeebSheep Posted May 23, 2020 Posted May 23, 2020 8 hours ago, Hans Jürgen said: only if you help answering my questions ? just kidding  Reveal hidden contents Can increase effect even more with technicolor2.fx but for me it´s too much then  Thx mate Â
etsorhtt Posted May 23, 2020 Posted May 23, 2020 @avenger54 Amazed by your work!   Just a small mod for Luna's bunny ears SSR accessory:  Spoiler  LunaBunnyEars_SSR.7z 10
krunkDunk Posted May 23, 2020 Posted May 23, 2020 1 hour ago, zhenshidaila said: [TextureOverride brain] hash = 85049c64 match_first_index = 2028 if $brain < 1 handling = skip vb0 = ResourcebrainV ib = ResourcebrainI drawindexed = auto endif I think this might work... [TextureOverride brain] hash = 85049c64 match_first_index = 2028 handling = skip ; move the if statement after the mesh rendering is skipped if $brain < 1 vb0 = ResourcebrainV ib = ResourcebrainI drawindexed = auto endif Â
krunkDunk Posted May 23, 2020 Posted May 23, 2020 11 hours ago, HattoWW said: Waiting for a mod without horns for her  To each their own I guess... Kannas_Not_Horny.ini
HattoWW Posted May 23, 2020 Posted May 23, 2020 16 minutes ago, krunkDunk said: To each their own I guess... Kannas_Not_Horny.ini 88 B · 1 download Wow what a suprise  I will try, thank you very much. Bu where should i put this file? Or where should i copy this code?  Edit: Alright, i added the code to d3dx.ini and it works , thank you very much  Is there any code for her teeth too, i just want a normal girl, but if if nothing can do to her teeth then its ok, the horns were the main problem for me and they are gone.  Â
bujangles Posted May 24, 2020 Posted May 24, 2020 Hi guys,  I use zzxiaoyi's makeup texture pack compiled by avenger54. Recent update seems to have broke Sayuri's lipstick and eye makeup. Eye color is still switchable. Does anyone have any solutions for fixing?  Thank you  PS thank you for everyone's contributions!
look4love Posted May 24, 2020 Posted May 24, 2020 On 5/22/2020 at 9:03 AM, Hans Jürgen said: Seems there is an error in Finnel Mint mod. It sometimes appears (depending on mod configuration) in/over/next to ... ahem... the top. I don´t know anymore who made this mod.  Apart from that, did I only dream there was a Misaki blonde hair mod ? I cannot find it anymore anywhere. plz help ? correction was made  SR_finnel_mint (marie).zip  2
HattoWW Posted May 24, 2020 Posted May 24, 2020 8 minutes ago, bujangles said: Hi guys,  I use zzxiaoyi's makeup texture pack compiled by avenger54. Recent update seems to have broke Sayuri's lipstick and eye makeup. Eye color is still switchable. Does anyone have any solutions for fixing?  Thank you  PS thank you for everyone's contributions! And i have a similar problem with Hitomi when using make up mod. Make up works but if i change the eye color, the eyes become scary and also funny as i attached below   Â
look4love Posted May 24, 2020 Posted May 24, 2020 Spoiler  correction is made to an existing mod, i did not create this thus i earn no credit  pajama.zip  4
Zzxiaoyi Posted May 24, 2020 Posted May 24, 2020 2 hours ago, HattoWW said: And i have a similar problem with Hitomi when using make up mod. Make up works but if i change the eye color, the eyes become scary and also funny as i attached below    Check if you have this mod。Just delete
zhenshidaila Posted May 24, 2020 Posted May 24, 2020 8 hours ago, krunkDunk said: I think this might work... [TextureOverride brain] hash = 85049c64 match_first_index = 2028 handling = skip ; move the if statement after the mesh rendering is skipped if $brain < 1 vb0 = ResourcebrainV ib = ResourcebrainI drawindexed = auto endif  Thank you for your reply. I changed the code according to your instructions. I tested it. Yes, the original multi bra can be completely hidden now. But now, the bra (puffy nippers body version) can't switch with the naked (puffy nippers body version). How can I write code to make switching possible?
HattoWW Posted May 24, 2020 Posted May 24, 2020 6 hours ago, Zzxiaoyi said: Check if you have this mod。Just delete I have a lightprism mod but with a different name. I tried with disabling it but nothing changed, also disabled all costume mods and again nothing changed, the problem continues. I think there is problem with hitomi eye dds files in make up mod folder.
WeebSheep Posted May 24, 2020 Posted May 24, 2020 3 hours ago, WOPsbahT said: WOW looks great is this a mod or just a picture, if it's a mod could u share it with us?
Inquisidor Posted May 24, 2020 Posted May 24, 2020 On 5/21/2020 at 5:41 PM, avenger54 said: Venus Vacation Mod Manager 0.6    Reveal hidden contents  v0.6.webm 2.57 MB · 2 downloads  Ok, this one is big update. Now Mod Manager can show which outfit each mod modifies! This feature is still a bit underdeveloped but it seems to work fine. If you'll notice any inconsistencies please let me know. I also improved conflict search, now it's much faster than before.  Download: https://mega.nz/file/IIlXWC6a#SCxJcjje4eALU7AufdkiWSO2AiP08MK6weybwEZ6jzg   amazing job my friend 2
krunkDunk Posted May 25, 2020 Posted May 25, 2020 On 5/23/2020 at 6:43 PM, HattoWW said: Wow what a suprise  I will try, thank you very much. Bu where should i put this file? Or where should i copy this code?  Edit: Alright, i added the code to d3dx.ini and it works , thank you very much  Is there any code for her teeth too, i just want a normal girl, but if if nothing can do to her teeth then its ok, the horns were the main problem for me and they are gone.   You can put the ini file anywhere in Mods folder, or any of its sub folders... Here's is a compilation of the no horns no fangs mod. Just drop this in the Mods folder - or a Mods subfolder you like. Fix the change you made to your d3dx.ini so you don't get errors from duplicate overrides. Kanna_Defanged_and_not_Horny.zip 8
HattoWW Posted May 25, 2020 Posted May 25, 2020 15 minutes ago, krunkDunk said: You can put the ini file anywhere in Mods folder, or any of its sub folders... Here's is a compilation of the no horns no fangs mod. Just drop this in the Mods folder - or a Mods subfolder you like. Fix the change you made to your d3dx.ini so you don't get errors from duplicate overrides. Kanna_Defanged_and_not_Horny.zip 133.41 kB · 1 download  Thank you man but i'm having a problem with the DMM player now, i cant try. I dont understand the problem, but when i started the launcher a popup appears, seems like downloading something and then its gone. Nothing happen and game doesnt start. Something like DMM 2.5.5, i attached the pop up window.  Any solutions for this? or anyone has this problem too? Â
koicha Posted May 25, 2020 Posted May 25, 2020 Solution is downloading player and install it again. (No need to uninstall before reinstall) 1
HattoWW Posted May 25, 2020 Posted May 25, 2020 18 minutes ago, koicha said: Solution is downloading player and install it again. (No need to uninstall before reinstall) Yep, this is working. Thank you mate  57 minutes ago, krunkDunk said: You can put the ini file anywhere in Mods folder, or any of its sub folders... Here's is a compilation of the no horns no fangs mod. Just drop this in the Mods folder - or a Mods subfolder you like. Fix the change you made to your d3dx.ini so you don't get errors from duplicate overrides. Kanna_Defanged_and_not_Horny.zip 133.41 kB · 6 downloads Now i tried this mod and its really great, she becomes normal at last  Thank you for your great effort @krunkDunk
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