View attachment 503387
A cute but very strong and fierce ninja send to assassinate you but got caugtht after killing three of your best men.
now she was braught to you, beathless and sweaty from fighting and strugling, stript out of her armor and tight bound with rope for questioning and torturing her. she says she will never give up and tell you anything and kill you immidiatly if she has the chance.
a question:
i want to make a VN about her ''advetures''. but it is very importent to me that the rope bondage looks as realistc as possible!
as you can see it is still missing in the picture. she is so beautiful and so should be the bounding. i want to put her in many different humiliating and shameful positions.
i have seen mods for rope in honey select, but i did not like them. there was one for com3d2 that was ''okay...'' but still not as good looking as i wanted. so i want to do it myself. any tips how to make it not too complicated?? so the rope parts are usable for more than one bodypart part (hands, feet, thigh, arms..... ) or is it unavoidable to make everything from scratch?
for the hanging rope atatched to the ceiling i think i can use the rope that is in the game. the problem is the one around her body. a tight fit is very important!
thanks in advance
Big #1. Take advantage of the Unity HDRP shader PBR support. Us BB's Materialize --
You must be registered to see the links
-- and understand the basics of Lambertian Coefficients --
You must be registered to see the links
Here is a screenie of a Materialize shader I just threw together in 5 minutes while typing this:
Once you've taken a photo of rope, then set that as your Diffuse layer, you can use the photo to create all other channels in Materialize. Onceyou've applied the Lambertian Coefficients and adjusted everything as you like it (remember, this is very up close, the rope in the game will be zoomed back quite a bit), then save your project create new folder, then chose select. You will end up with something like this:
2. This will show you how to create your mask map for the mask channel:
You can use Photoshop, Illustrator, GIMP, Corel Draw, whatever you prefer.
Open a new 2024x2024 project @ 300dpi
Set your smoothness channel from Materialize as the base photo layer
Open a new file 2024x2024 @ 300dpi
Open the color channel editor, for each you will port in other layers of the Materialize Texture
Red = Metallic (add nothing for non-metallic shaders)
Green = Ambient Occlusion map
Blue = Edge map (aka Detail map)
Once that is done you will have this green version of the others combined, select all the copy
Go back to your smoothness map and paste, you now have a PBR mask map for your HDRP texture
(basic but unrelated tutorial here, for combing RGB channels:
You must be registered to see the links
)
Personally, I just import my base layer and name it Smoothness. Then make a new project, name it Red and in this case make that a transparent layer no background, then new project, name it green drag in the AO map, new project name it blue drag in the edge map. Go back to smoothness, open the channel pane (bottom right) delete the RGB channels. Next to paths, see the 3 little lines and the down arrow, click that and choose New Channel, in the pop-out name it Red_Alpha and set the color to r-255, G-0, B-0 opacity 50%. Now open the Red tab project, select all and copy, go back to your Smoothness tab and in the Red_Alpha channel paste the transparent Red layer. Make another New Channel, Green_Alpha, R-0, G-255, B-0, Opacity 50%, and then paste in the AO map from the Green project. New Channel, Blue_Alpha, R-0, G-0, B-255, Opacity 50% then copy/paste Edge Map from the Blue project tab.
Now click all of them as visible, go back to the Layers tab and it should be a blue-green image of the rope.
Should look something like this:
File>Save for Web>PNG24 and name it Mask_Map save it to your Materialize Project folder.
3. Make a subfolder and copy your Diffuse (aka Albedo in some tutorials), Normal, Height, and Mask Map for your shader texture.
(explanation here:
You must be registered to see the links
)
4. Make your rope model... Here is a Blender tutorial:
You must be registered to see the links
5. Apply the shader texture to your 3D model in Blender or whatever you use. I suggest using the PBR shader node logic, this is an example for Blender 2.79 (
You must be registered to see the links
) and will work in any Blender (pre-2.8+ which sucks terrible balls, do not use 2.8+ or no non-2.8+ tutorial will work for anything as they went further away from industry standard and more proprietary in terms and methodology), then save it all as FBX for your zipmod.
Hope that helps...