Jump to content

Dead Or Alive Xtreme Venus Vacation - Modding Thread and Discussion -


Recommended Posts

Finally, I can start to mod in practice,

 

I try to implement white lace mod with puffy tits to SSR Libra (hitomi)

What I want is removing the bar and panty (The green part) but keep the mini jeans and light green part 

Spoiler

image.png.1db62d2f65f7df650611ff702cafe688.png

But, after I replaced body, the breast part is overlap the suit layer.

Spoiler

image.png.2ff59235ead8436143d4addf3928c968.png

 

I try to slightly edit the green part in blender, So I get the hash value but also linked with pantry, Jeans.

I import the vb+ib.txt with hash value, but I only see the panty, the green part (My target) and the jeans is not loaded

Spoiler

image.png.62affcb4321703583dba13b45906808c.png

 

Is there any way to edit the green part in blender???

 

 

 

Link to comment
4 hours ago, creepysnake said:

Finally, I can start to mod in practice,

 

I try to implement white lace mod with puffy tits to SSR Libra (hitomi)

What I want is removing the bar and panty (The green part) but keep the mini jeans and light green part 

  Reveal hidden contents

image.png.1db62d2f65f7df650611ff702cafe688.png

But, after I replaced body, the breast part is overlap the suit layer.

  Reveal hidden contents

image.png.2ff59235ead8436143d4addf3928c968.png

 

I try to slightly edit the green part in blender, So I get the hash value but also linked with pantry, Jeans.

I import the vb+ib.txt with hash value, but I only see the panty, the green part (My target) and the jeans is not loaded

  Reveal hidden contents

image.png.62affcb4321703583dba13b45906808c.png

 

Is there any way to edit the green part in blender???

 

 

 

 

Your d3dx.ini file seems out of date. The d3dx.ini file is located in the DOAX-VenusVacation folder.

 

The frame analysis can't dump the mini jeans (light green) part because the following code doesn't exist in your d3dx.ini file.

Please add the following code to the bottom of your d3dx.ini file and try running the frame analysis again. And if you import with the same procedure, the mini jeans (light green) part should appear.

Spoiler

 

[ShaderOverrideClothesPS10-20201105]
hash = 86ea375d41faa35e
run = CommandListClothes

 

 

Please note that some people in this forum provide a new d3dx.ini that contains the above code, so we recommend that you use it.

 

PS. After changing d3dx.ini, reload it with [F10].

Edited by tk2004
Link to comment

Is there a method/mod to freeze time during photoshoots or gravure scenes, WITHOUT buying the hourglasses for every girl?

(I thought I should ask before pointlessly spending 300 Venus Coins)

 

 

Also,

has the Sayuri Blonde Mod by unkbrbr3 stopped working for anyone else too? Is there a fix?

Link to comment
1 hour ago, Revan32 said:

Is there a method/mod to freeze time during photoshoots or gravure scenes, WITHOUT buying the hourglasses for every girl?

(I thought I should ask before pointlessly spending 300 Venus Coins)

 

 

Also,

has the Sayuri Blonde Mod by unkbrbr3 stopped working for anyone else too? Is there a fix?

Yes, but it needs to be coded for each girl's head, eyes, hair, etc... and each outfit / body you want to freeze.

here is a demo, it works for Nyotengu and that hair style and/or the common body Eagle bikini

 

freezeDemo.ini

Press [ P ] to pause/un-pause

 

Spoiler

Nyo_Eagle.png.b17f62b2fa72dc18da5566793e6a7142.png

 

Edited by krunkDunk
Link to comment
16 hours ago, tk2004 said:

 

Your d3dx.ini file seems out of date. The d3dx.ini file is located in the DOAX-VenusVacation folder.

 

The frame analysis can't dump the mini jeans (light green) part because the following code doesn't exist in your d3dx.ini file.

Please add the following code to the bottom of your d3dx.ini file and try running the frame analysis again. And if you import with the same procedure, the mini jeans (light green) part should appear.

  Reveal hidden contents

 

[ShaderOverrideClothesPS10-20201105]
hash = 86ea375d41faa35e
run = CommandListClothes

 

 

Please note that some people in this forum provide a new d3dx.ini that contains the above code, so we recommend that you use it.

 

PS. After changing d3dx.ini, reload it with [F10].

I get the copy after loaded the command , thanks

 

However, The light green part lost transparent effect after I overwrite the original one. Is any other commands to turn this on? 

 

Also, As you can after I integrated this suit with Puffy tits, I need to extend the suit to cover the new body. Is any clever way to do that? Yesterday My method was change the vertex of the suit

Link to comment
5 hours ago, creepysnake said:

I get the copy after loaded the command , thanks

 

However, The light green part lost transparent effect after I overwrite the original one. Is any other commands to turn this on? 

 

Also, As you can after I integrated this suit with Puffy tits, I need to extend the suit to cover the new body. Is any clever way to do that? Yesterday My method was change the vertex of the suit

 

The following code is required to specify the lightgreen part exactly.
match_first_index = 0

 

The code should look like this:

Spoiler

[TextureOverrideLightGreenPart]
hash = e860c7d2
match_first_index = 0
vb0 = ResourceLightGreenPartVB
ib = ResourceLightGreenPartIB
drawindexed = auto
handling = skip

 

[ResourceLightGreenPartVB]
type = Buffer
stride = 76
filename = lightgreenpart.vb

 

[ResourceLightGreenPartIB]
type = Buffer
format = DXGI_FORMAT_R16_UINT
filename = lightgreenpart.ib

 

The light green part of the swimsuit has a simple structure, so I think it's enough to edit the vertices manually.

Another option is to use the lattice modifier. The lattice modifier can apply one lattice to multiple objects. Therefore, it is useful when you want to edit like the following swimsuit.

Spoiler

image.png.553a5a382599949ddffa85e259c1e061.png

 

Link to comment
8 hours ago, tk2004 said:

 

The following code is required to specify the lightgreen part exactly.
match_first_index = 0

 

The code should look like this:

  Reveal hidden contents

[TextureOverrideLightGreenPart]
hash = e860c7d2
match_first_index = 0
vb0 = ResourceLightGreenPartVB
ib = ResourceLightGreenPartIB
drawindexed = auto
handling = skip

 

[ResourceLightGreenPartVB]
type = Buffer
stride = 76
filename = lightgreenpart.vb

 

[ResourceLightGreenPartIB]
type = Buffer
format = DXGI_FORMAT_R16_UINT
filename = lightgreenpart.ib

 

The light green part of the swimsuit has a simple structure, so I think it's enough to edit the vertices manually.

Another option is to use the lattice modifier. The lattice modifier can apply one lattice to multiple objects. Therefore, it is useful when you want to edit like the following swimsuit.

  Reveal hidden contents

image.png.553a5a382599949ddffa85e259c1e061.png

 

 

This time I try to mod another suit from Honoka and purposed to increase the transparent level of this suit, I try to reference others modder and implement something like this

 

[CustomShaderHonoka]
blend[0] = ADD BLEND_FACTOR INV_BLEND_FACTOR
blend_factor[0] = 0.5
blend_factor[1] = 0.5
blend_factor[2] = 0.5
blend_factor[3] = 1
draw = from_caller

 

However the suit becomes thicker than default, Is that code not work for this suit or I need to add more resource to make it happened? 

 

Also, usually I combine all the parts of the same suit into a single vb,ib file, unfortunately sometime not all the components share the same hash value (for example this bikini have a bowknot on Honoka back but the hash value linked to skirt instead of bikini part). I try to import all the mesh based on that 2 values and combine it to a full bikini manually in blender, But it's glitched and I have no choice to hard code in my file. Usually what is the good practice in this case?

Spoiler

image.png.a1c5c6eefb42fb297429e4ca6c2a5a4b.png

 

Link to comment
17 hours ago, creepysnake said:

 

This time I try to mod another suit from Honoka and purposed to increase the transparent level of this suit, I try to reference others modder and implement something like this

 

[CustomShaderHonoka]
blend[0] = ADD BLEND_FACTOR INV_BLEND_FACTOR
blend_factor[0] = 0.5
blend_factor[1] = 0.5
blend_factor[2] = 0.5
blend_factor[3] = 1
draw = from_caller

 

However the suit becomes thicker than default, Is that code not work for this suit or I need to add more resource to make it happened? 

 

Also, usually I combine all the parts of the same suit into a single vb,ib file, unfortunately sometime not all the components share the same hash value (for example this bikini have a bowknot on Honoka back but the hash value linked to skirt instead of bikini part). I try to import all the mesh based on that 2 values and combine it to a full bikini manually in blender, But it's glitched and I have no choice to hard code in my file. Usually what is the good practice in this case?

  Reveal hidden contents

image.png.a1c5c6eefb42fb297429e4ca6c2a5a4b.png

 

 

The transparency implementation code is applicable to most objects. Please refer to the implementation code of the transparency of the mod and try it.

For example, there are two implementation patterns:

Spoiler

[TextureOverrideLightGreenPart]
hash = e860c7d2
match_first_index = 0
vb0 = ResourceLightGreenPartVB
ib = ResourceLightGreenPartIB
run = CustomShaderTransparency
handling = skip

 

[ResourceLightGreenPartVB]
type = Buffer
stride = 76
filename = lightgreenpart.vb

 

[ResourceLightGreenPartIB]
type = Buffer
format = DXGI_FORMAT_R16_UINT
filename = lightgreenpart.ib

 

[CustomShaderTransparency]
blend[0] = ADD BLEND_FACTOR INV_BLEND_FACTOR
blend_factor[0] = 0.5
blend_factor[1] = 0.5
blend_factor[2] = 0.5
blend_factor[3] = 1
handling = skip
drawindexed = auto

 

Spoiler

[TextureOverrideLightGreenPart]
hash = e860c7d2
match_first_index = 0
run = CustomShaderTransparency

 

[CustomShaderTransparency]
blend[0] = ADD BLEND_FACTOR INV_BLEND_FACTOR
blend_factor[0] = 0.5
blend_factor[1] = 0.5
blend_factor[2] = 0.5
blend_factor[3] = 1
handling = skip
Draw = from_caller
 

 

 

 

You don't have to create a full bikini. Just create two mods as below.

  • Create a mod for the bikini part (use the hash value and first index value for the bikini part)
  • Create a mod for the bowknot and skirt part (use the hash value and first index value for the bowknot and skirt part)
Link to comment
5 hours ago, tk2004 said:

 

The transparency implementation code is applicable to most objects. Please refer to the implementation code of the transparency of the mod and try it.

For example, there are two implementation patterns:

  Reveal hidden contents

[TextureOverrideLightGreenPart]
hash = e860c7d2
match_first_index = 0
vb0 = ResourceLightGreenPartVB
ib = ResourceLightGreenPartIB
run = CustomShaderTransparency
handling = skip

 

[ResourceLightGreenPartVB]
type = Buffer
stride = 76
filename = lightgreenpart.vb

 

[ResourceLightGreenPartIB]
type = Buffer
format = DXGI_FORMAT_R16_UINT
filename = lightgreenpart.ib

 

[CustomShaderTransparency]
blend[0] = ADD BLEND_FACTOR INV_BLEND_FACTOR
blend_factor[0] = 0.5
blend_factor[1] = 0.5
blend_factor[2] = 0.5
blend_factor[3] = 1
handling = skip
drawindexed = auto

 

  Reveal hidden contents

[TextureOverrideLightGreenPart]
hash = e860c7d2
match_first_index = 0
run = CustomShaderTransparency

 

[CustomShaderTransparency]
blend[0] = ADD BLEND_FACTOR INV_BLEND_FACTOR
blend_factor[0] = 0.5
blend_factor[1] = 0.5
blend_factor[2] = 0.5
blend_factor[3] = 1
handling = skip
Draw = from_caller
 

 

 

 

You don't have to create a full bikini. Just create two mods as below.

  • Create a mod for the bikini part (use the hash value and first index value for the bikini part)
  • Create a mod for the bowknot and skirt part (use the hash value and first index value for the bowknot and skirt part)

 

I just add this code to my ini file

and found that the transparent part just like with "Holy light effect" as image (all blend[x] value are 0.94) 

Spoiler

image.png.ba9d677bb5fbb8b45fc3b6f60d603fc4.png

 

I think the transparent code has been successfully loaded because the transparent part will be seen barely after I change to 0.175 to all blend value

Spoiler

image.png.13c75e7b11b39c2abd9662c30b1b052e.png

 

Spoiler

image.png.ea8821c700c278534c1ff2c721774006.png

 

However, Once I disable the transparent effect, The default effect is more realistic. Is my code have problem or the material problem?

(if $var2 the suit will be disappear, if $var4 is on then load the transparent code)


 

Spoiler

[TextureOverrideHonokaBikini]

hash = 8da7e32e
match_first_index = 546
if $active
    if $var2 == 1
        vb0 = ResourceBikiniVB
        ib = ResourceBikiniIB
        if $var4 == 1
            run = CustomShaderTransparencyBikini
        else
            drawindexed = auto
        endif
    endif
    handling = skip
endif

 

[CustomShaderTransparencyBikini]
blend[0] = ADD BLEND_FACTOR INV_BLEND_FACTOR
blend_factor[0] = 0.175
blend_factor[1] = 0.175
blend_factor[2] = 0.175
blend_factor[3] = 1
draw = from_caller
drawindexed = auto

 

Link to comment
19 hours ago, creepysnake said:

 

I just add this code to my ini file

and found that the transparent part just like with "Holy light effect" as image (all blend[x] value are 0.94) 

  Reveal hidden contents

image.png.ba9d677bb5fbb8b45fc3b6f60d603fc4.png

 

I think the transparent code has been successfully loaded because the transparent part will be seen barely after I change to 0.175 to all blend value

  Reveal hidden contents

image.png.13c75e7b11b39c2abd9662c30b1b052e.png

 

  Reveal hidden contents

image.png.ea8821c700c278534c1ff2c721774006.png

 

However, Once I disable the transparent effect, The default effect is more realistic. Is my code have problem or the material problem?

(if $var2 the suit will be disappear, if $var4 is on then load the transparent code)


 

  Reveal hidden contents

[TextureOverrideHonokaBikini]

hash = 8da7e32e
match_first_index = 546
if $active
    if $var2 == 1
        vb0 = ResourceBikiniVB
        ib = ResourceBikiniIB
        if $var4 == 1
            run = CustomShaderTransparencyBikini
        else
            drawindexed = auto
        endif
    endif
    handling = skip
endif

 

[CustomShaderTransparencyBikini]
blend[0] = ADD BLEND_FACTOR INV_BLEND_FACTOR
blend_factor[0] = 0.175
blend_factor[1] = 0.175
blend_factor[2] = 0.175
blend_factor[3] = 1
draw = from_caller
drawindexed = auto

 

 

Please compare the two patterns of transparency codes I've shown in the example. You can see that there is a difference in how to use "Draw = from caller".

 

For mods that replace vb0 and ib, using "Draw = from_caller" in the "[CustomShaderTransparencyBikini]" will be strange.

Link to comment
1 hour ago, Revan32 said:

Anyone plans to make the cowsuit SSR available as a standalone mod (for CC), so that we could have it for all Honoka-type girls,, not just the ones we manage to draw?

?????

 

 

No, or at the very least not publicly. Making gacha outfits available for free is extremely risky for the forum, because it's costing Bamco money, and it's the best way to have them strike the place down for copyright infringement.

Link to comment

I try to mod [SR] Vermillion_dance for Momiji, I try to mod a half naked and full naked for this suit.

But this suit seems not similar with R suit I modded before, The body is combined with multi-hash value instead of a single hash represents a whole body mesh.

(One value is for torso and another one is for limbs)

So I try to follow this video and Darkstarsword using [Merge 3dmigoto poses] to combine a whole body and transfer the weight to square bikini mesh

 

 

However, The limbs is glitched, It cannot function as my expectation. I try it in blender 2.9 and 2.83 before, but still the same. Is something I did wrong?

 

Spoiler

image.png.0dd59ca97c1ae6bf3f28628bc4629d8c.png

 

 

 

 

image.png

Link to comment

After I merge the multi-mesh into a single body mesh

It seems that the weight of feet (toe) has something wrong, The toe is zero weight, and it shows glitched after I import to the game.

The original part is from long sock, a vertex group 77 and 90, However, The upper body mesh also using this range of vertex for the finger. So probably the process choses the finger vertex instead of it. It possible to fix? Please guide me

Spoiler

image.png.a7712b19c48b329bea4c11d5285f90bf.png

Spoiler

image.png.18ebbe7e7498964d8be07a1689de114d.png

 

Link to comment
On 2022/1/25 at PM6点13分, tk2004 said:

 

泳衣有“正面(外)”和“背面(内)”两种型号。

例如,有一种模型可以防止从泳衣背面看时透视。

 

您的搅拌机图像中有 6 个模型,但如果排除重复的模型,您最终会得到 2 个模型。
两个模型的“第一指标值”应该是不同的。

 

您可以使用这两个模型创建一个 mod。我没有尝试在CC中使用这两个模型,所以我无法回答。

I turned to your learning process, may I ask which way did you complete the repair of OFFICE OL shoulder strap? A: Normalize All B: Data Transfer Modifier. In addition, I really like the shoulder strap you repaired, but it was deleted. Can you send it again?

Link to comment
On 3/5/2022 at 2:12 AM, Revan32 said:

Where can I get this for Common girls???

I heard that there is a way to mechanically convert swimsuits of different body shapes to some extent.
If that method becomes popular among modders, I think more mods will be created.

Link to comment
On 2/14/2019 at 10:27 AM, string072 said:

Puffy nipples body mesh for Nude mod v1.1

I made mesh to replace White Lace Nude.

DOAX-VenusVacation_190214_014240.jpg.97bf43e10232549edbfffd9d14d503b9.jpg

 

Normal body

  Hide contents

DOAX-VenusVacation_190214_014242.jpg.13069ac1b575d7c79f983c9452ae5b86.jpg

DOAX-VenusVacation_190214_014243.jpg.80c7849a7c5c183832f9fdf949e3b33c.jpg

 

Pregnant body

  Hide contents

DOAX-VenusVacation_190226_131013.jpg.03a174f6cca659faa06ac7771a34727f.jpg

 

I edited the weight for pregnant body.

20180522307.jpg.1a13d23d1438132bf98ae1b0ba891745.jpg

 

Before

DOAX-VenusVacation_190226_123450.jpg.9c74d7cea53cdc4da5d75d3398512104.jpg

 

After

DOAX-VenusVacation_190226_123455.jpg.ae8de4dd5a2ff9f2e8d7f6312162009e.jpg

Update

v1.1    Pregnant body added.

v1.1.2 Corrected the weight of the common body.

v1.1.3 Corrected the weight of the common body.

 

Notice

Ctrl+HOME or Ctrl+END to change body mesh. I use this post(#1129) as reference.

This mod needs Hi-res body Skin Texture. I use "L"texture.

  Reveal hidden contents

 

Download

White Lace Nude.7z 934.86 kB · 4,178 downloads

White Lace Nude v1.1.7z 737.99 kB · 4,372 downloads

White Lace Nude v1.1.2.7z 729.2 kB · 486 downloads

White Lace Nude v1.1.3 .7z 731.48 kB · 4,090 downloads

 

forCC.7z (for Costume Customizer Mod. Only puffy nipple.)

 

 

 

 

If you want to edit  the size of  nipples or belly...

  Hide contents

I have made a blender base file for White Lace Nude that can change the size of nipples and belly.

It is is for blender beginners. The original mesh is Square Bikini Nude v1.3.1

 

Requirements

Blender

Blender 3DMigoto Addon

 

Download

White Lace Nude Puffy Nipple blender file.7z 5.2 MB · 1,561 downloads

 

White Lace Nude Puffy Nipple+pregnant blender file.7z(It is for only pregnant body because It is different weight. )

White Lace Nude common body v1.1.2 blender file.7z(Including pregnant body)

 

 

for CC blend.7z 1.28 MB · 734 downloads

 

All files are made with Blender 2.79b

 

Notice

The mesh is already transferred weight of white race.

If you want to edit mesh for other swimsuit, You will have to transfer its weight.

The UV map of the body mesh is made for Hi-res body Skin Texture.  I use "L"texture.

 

How to use

  Reveal hidden contents

1.Change the shape key value.

 

2.Export file

2.export.jpg.b5c0e4690cd6ea4f03e7369f9d6a48c5.jpg

 

3.Put the exported file in White Lace Nude folder(DOAX-VenusVacation\Mods\Costumes\White Lace Nude).

4.Done

 

 

image.png.1da0c2c4eede90eda8c0436b218269ff.pngHow to solve this problem?

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use