Popular Post krunkDunk Posted October 23, 2021 Popular Post Posted October 23, 2021 (edited) **Just the Skins** 2021-11-29 These are a little different. The areola's edge is a little softer - all are shaved except Sayuri; I modded skins from or based on eromaro's hi-res skins. Remember if you don't use the provided skin.ini, inspect the skin.ini I included and apply the $shader_type conditional code in whatever ini file you prefer to use. Honoka.zip Luna.zip Sayuri.zip Tsukushi.zip **New Un-official tits mesh for CostumeCustomizer** 2021-11-29 CC NEW HON TITS.zip Backup your old Honoka_Breast and Honoka_Chest files, before replacing... Copy / Drop into "Mods\Costumes\CostumeCustomizer\shared\" If a CC mod uses the "default" breast or chest mesh in it's configuration, the new tits will show up making use of the hi-res nips texture. Sometimes CC modders make custom breasts meshes that probably won't have the extra UV islands for the hi-res nips texture; in that case switching the Breast slot to an un-used default option may get you the desired results - though there may be some exceptions for complex or specialized CC mods. These new meshes require the new skins from this thread but the skins are backwards compatible with old meshes. **Update** HON new body and skin v2.zip I changed the square bikini body mesh. I took a bigger chunk of the breast for the new UV island - so someone can go with really big areolas if they want... New skins for each big tittied girl. I haven't checked Elise nude, haven't unlocked her - but I included a skin. I included my development meshes and textures for anyone interested in messing with that shit - it should save a little time. And a few text files to read if you want to try to mod some skins. If you don't have photoshop, I Included Plugins for Paint-dot-net free image editor needed for adding alpha transparency ( for skins, alpha / transparency becomes the specular map in-game ). Keep it simple and don't want to mod? Just use the "Skins (krundunk)" and "(_HON) [R] Biwa Square_Bikini [krunkdunk]" - disable older skins for those girls; Square Bikini is optional - but I hope people like the new mesh and use it in future mods. My motivation is waning, and I don't want to learn or spend the time adding the "normal map" effect or make better looking pussies - hopefully someone can make better skins. Tension Burst Skin Shader Override, if you don't have this hash in your d3dx.ini add this section ; Nov-2020-fix [ShaderOverrideSkinPSBurst-20201107] hash = 41a91765e13bc793 run = CommandListSkin -old- Here's a prototype package, nude mod for Biwa / Square Bikini and a skin adapted from Hatto's I think. HON new body skin.zip In the past Honoka's breasts weren't given a separate UV island because of a conflict with the finger/toe nails texture. But I made the connection that with a simple bit of code (that wasn't available when mono1214 first made the hi-res nipple meshes) we can make a UV island for the Honoka body type breasts. In the skin's TextureOverride section use this: if $shader_type == 2 Then the finger and toe nails texture will remain the default game texture. Check out the "Skin Honoka.ini" I made a body mesh that closely resembles the old one that's also used by costume customizer and many old mods. The new skin textures can be baked onto the old mesh so new skins can be fairly cohesive and compatible with old mods as well (but the resolution of the nipples on old meshes is a bit blurry). This is just a first draft. Before a bunch of skins for the other big tittied girls gets made, it would be nice to have community feedback. I think I may have been a little conservative on the amount of breast used in the UV island. Edited November 30, 2021 by krunkDunk 62
HattoWW Posted October 23, 2021 Posted October 23, 2021 5 hours ago, krunkDunk said: nude mod for Biwa / Square Bikini shift+z is not working for me, nothing changes. I tried shift+x and i got this.. What can be the problem? 2
chalombobo Posted October 24, 2021 Posted October 24, 2021 if $shader_type == 2 put in skin skin.ini (anywhere) ? Thx for this mod
krunkDunk Posted October 24, 2021 Author Posted October 24, 2021 5 hours ago, HattoWW said: shift+z is not working for me, nothing changes. I tried shift+x and i got this.. What can be the problem? Maybe you haven't disabled old Honoka skins?
krunkDunk Posted October 24, 2021 Author Posted October 24, 2021 2 hours ago, chalombobo said: if $shader_type == 2 put in skin skin.ini (anywhere) ? Thx for this mod The IF statement should surround the skin texture assignment like this example: Quote [TextureOverride Skin] if $shader_type == 2 ps-t0 = ref ResourceNewSkin endif $shader_type constants were added to help support some features of CostumeCustomizer I believe. In the standard d3dx.ini there are sections for clothes,skin,hair, etc... Quote [CommandListClothes] $shader_type = 1 ... [CommandListSkin] $shader_type = 2 ... [CommandListFingernailsEyes] $shader_type = 3 ... [CommandListHair] $shader_type = 4 2
krunkDunk Posted October 24, 2021 Author Posted October 24, 2021 11 minutes ago, leesangkill said: When using a single skin file, the toenail color changes. The new skin file requires an extra check for $shader_type so that it won't interfere with nails. Quote [TextureOverride Skin] if $shader_type == 2 ps-t0 = ref ResourceNewSkin endif 2
DOSDOS Posted October 24, 2021 Posted October 24, 2021 It looks nice. Looks more realistic with the increased resolution. It would be nice to be able to use it for other Honoka type girls as well. 3
HattoWW Posted October 24, 2021 Posted October 24, 2021 2 hours ago, krunkDunk said: Maybe you haven't disabled old Honoka skins? yeah you are right Any way to add the last white lace nude meshes to this mod? (The one that eramaro shared) BTW how can i use this mod for square bikini and have no problems with other mods for Honoka? If i disabled the original skin file, then all other mods have skin problem for Honoka.
krunkDunk Posted October 24, 2021 Author Posted October 24, 2021 @leesangkill "match_priority" is used when there may be multiple overrides for the same element. the lower the number the lower it's rank in taking effect. In this case, it's used on the tan lines texture map. It's probably not necessary, but that's how that particular section has been coded for years. It's originally from Tan.ini in the Square Bikini mod by knight77 I think. 1
krunkDunk Posted October 25, 2021 Author Posted October 25, 2021 On 10/24/2021 at 1:48 AM, HattoWW said: yeah you are right Any way to add the last white lace nude meshes to this mod? (The one that eramaro shared) BTW how can i use this mod for square bikini and have no problems with other mods for Honoka? If i disabled the original skin file, then all other mods have skin problem for Honoka. This new square bikini body mesh requires the specific included skin texture because of the new UV map. The new skin is designed to still be compatible with older mods like CostumeCustomizer and others that used Hi-Metal skins. But if you insert the dds files into an older skin mod, you have to add a couple of lines of code. The highlighted IF statement... For example: Quote [TextureOverride Skin] if $shader_type == 2 ps-t0 = ref ResourceNewSkin endif
silemile Posted October 26, 2021 Posted October 26, 2021 This mod is very nice,hope you can share sayuri's skin?
krunkDunk Posted October 26, 2021 Author Posted October 26, 2021 for anyone following the topic, I made a new package - look at the top of the first post. new skins for honoka, luna, sayuri, tsukushi, elise. new body for square bikini outfit - requires the new skins. 8
square_pants13 Posted October 28, 2021 Posted October 28, 2021 Sayuri loses her areola on tension burst screen. Would you please fix this?
krunkDunk Posted October 29, 2021 Author Posted October 29, 2021 (edited) 13 hours ago, square_pants13 said: Sayuri loses her areola on tension burst screen. Would you please fix this? I couldn't replicate that with the skin I uploaded. Search your d3dx.ini for "41a91765e13bc793" in a ShaderOverride section; or try an older skin from another modder. If that shader hash isn't in d3dx.ini add this section: ; Nov-2020-fix [ShaderOverrideSkinPSBurst-20201107] hash = 41a91765e13bc793 run = CommandListSkin Edited October 29, 2021 by krunkDunk
square_pants13 Posted October 29, 2021 Posted October 29, 2021 7 hours ago, krunkDunk said: I couldn't replicate that with the skin I uploaded. Search your d3dx.ini for "41a91765e13bc793" in a ShaderOverride section; or try an older skin from another modder. If that shader hash isn't in d3dx.ini add this section: ; Nov-2020-fix [ShaderOverrideSkinPSBurst-20201107] hash = 41a91765e13bc793 run = CommandListSkin Now your skin files work properly. Thank you!
niceicedrice Posted October 30, 2021 Posted October 30, 2021 As someone who enjoys Honoka a lot, I thank you for all your effort in making this! Truely breathtaking work making her nipples higher quality.
modaca1919 Posted November 1, 2021 Posted November 1, 2021 Why does this happen? Of course I have disabled the other honoka type skin mods.
krunkDunk Posted November 2, 2021 Author Posted November 2, 2021 @modaca1919 That's not one of the skins I uploaded. You'll have to double check what skin mods you have enabled. I think that may be one that Hatto had made - it was for an alternate body mesh with bulging puffy nipples in eromaro's thread.
modaca1919 Posted November 2, 2021 Posted November 2, 2021 17 hours ago, krunkDunk said: @modaca1919 That's not one of the skins I uploaded. You'll have to double check what skin mods you have enabled. I think that may be one that Hatto had made - it was for an alternate body mesh with bulging puffy nipples in eromaro's thread. I've been editing the ini file with various mods, so it might be confusing. I'll give up using this mod...
yoti1711 Posted November 15, 2021 Posted November 15, 2021 Created a version of Honoka body type mesh for hi-res nipples with additional pubic hair. krunkDunk gave me permission to upload it forum, but I couldn't select this forum when I chose [Download] > [Submit a file], probably because of my low user level. I was going to upload just a screenshot, but I'll have to post an external link. 1
yoti1711 Posted November 15, 2021 Posted November 15, 2021 Additional pubic hair version are as follows: * "Elise 2.dds" is based on "Honoka body type mesh for hi-res nipples", HI-METAL's HI-METAL v4 4k Elise version was reduced to 2048px x 2048px and only the pubic hair part was transplanted. * "Tsukushi 2.dds" is based on "Honoka body type mesh for hi-res nipples", eromaro's maroskin 4k Tsukushi version was reduced to 2048px x 2048px and only the pubic hair part was transplanted. * "Honoka 2.dds" and "Sayuri 2.dds" are based on"Honoka body type mesh for hi-res nipples". eromaro's maroskin 4k Tsukushi version was reduced to 2048px x 2048px and only the pubic hair part was transplanted and the color was adjusted. * "Luna 2.dds" is based on "Honoka body type mesh for hi-res nipples". eromaro's maroskin 4k tsukushi version was reduced to 2048px x 2048px and only the pubic hair part was transplanted, and the color was adjusted and added wrote pubic hair . 2
Popular Post yoti1711 Posted November 15, 2021 Popular Post Posted November 15, 2021 I posted two and now I can upload... Created a version of Honoka body type mesh for hi-res nipples with additional pubic hair. How to use: 1. install HON new body and skin v2.zip 2. Overwrite the .dds files in this zip with the .dds files in each character folder you installed in [1]. Luna's specular doesn't match her underhair aren't great...sorry. I'm a little concerned about the roughness around the stomach, so I may make a 4K version. Skins (krunkdunk)_add_pubichair.zip 35
chalombobo Posted November 22, 2021 Posted November 22, 2021 for Sayuri, luna ,elise ,tsukushi Can you make medium nipple version?
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