Jump to content

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


Recommended Posts

@zhenshidaila - Not sure what you mean by the body turned white. I don't photoshop so when i import a skin into paint.net it's almost completely transparent but changes I make turn out fine. However, regarding the nails, I did my own testing on Luna, and turns out some of the suits use a different pixel shaders for the nails. One of the other pixel shaders turns the nails a bit more pastel than the other ones, so colors were different but still changed. The following should be added to the d3dx.ini to support replacing the texture for them:

 

[ShaderOverrideFingernails2PS]
hash = 21c6d0474bdddcc7
run = CommandListFingernailsEyes

 

; Muted color Nails
[ShaderOverrideFingernails3PS]
hash = 1e5caf9fe37994e9
run = CommandListFingernailsEyes

Link to comment
43 minutes ago, KuroKaze78 said:

@zhenshidaila - Not sure what you mean by the body turned white. I don't photoshop so when i import a skin into paint.net it's almost completely transparent but changes I make turn out fine. However, regarding the nails, I did my own testing on Luna, and turns out some of the suits use a different pixel shaders for the nails. One of the other pixel shaders turns the nails a bit more pastel than the other ones, so colors were different but still changed. The following should be added to the d3dx.ini to support replacing the texture for them:

 

[ShaderOverrideFingernails2PS]
hash = 21c6d0474bdddcc7
run = CommandListFingernailsEyes

 

; Muted color Nails
[ShaderOverrideFingernails3PS]
hash = 1e5caf9fe37994e9
run = CommandListFingernailsEyes

According to your practice, I added the text, successfully replaced the nail color, you are too great.Thank you!

Link to comment

Since I didn't learn this or forgot it from the tutorial video I'll leave this info here to maybe help someone else.

I was trying to modify the textures on Honoka and Luna, but they share the same identical mesh ( ib & vb ) so any modifaction to one or the other would affect both.

 

Apparently using the hash from the relevant dumped .dds texture can be used as the hash instead.

e.g. "...-ps-t0=fbfd0add.dds" the last 8 characters ( fbfd0add )

Also match_first_index would be the same as you would use if the hash was the ib.

ex:

[TextureOverrideHo]

hash = fbfd0add

match_first_index = 3624

ps-t0 = ResourceLunaTop

...

 

In this pic I just swapped their 'wet top' textures, Honoka has Luna's and vice versa

seperateColors.png.1a74462b272501b0c85cd62f9fbf89d9.png

Link to comment
On 10/30/2018 at 1:22 AM, HI-METAL said:

I began making new high resolution skin textures.

DOAX-VenusVacation_181030_020110.thumb.jpg.0850eaec71f22bff1c60ae86c829bbcd.jpg

Standard body M size nipple.

  Reveal hidden contents

DOAX-VenusVacation_181030_025656.thumb.jpg.840c35129a59ddc21fae61438d560dd4.jpg

New UV body L size nipple.

DOAX-VenusVacation_181030_020325.jpg.5b054ea61376d33721cd1f6e9cd9c758.jpg

New UV body M size nipple.

HI_Res_Kasumi_V3_test.7z

There are two nipple size files.
Write the file you want to enable in "kasumi.ini".

Copy the file to the Skins folder.
Disable the skins of kasumi in use.

 

This is a test version.
Please report if there is a problem.

nice mod bro, this what i have been waiting for. I look forward for your work on the other girls

Link to comment
On 11/2/2018 at 4:35 PM, Octavia said:

how do we edit the textures of this game? none of the dds plugins available for PS or gimp seem to work.

A couple of days ago I saw a special plugin in this thread so that you can edit dds in Photoshop, but it is difficult to find it now.

Link to comment
3 hours ago, Cordelia410 said:

can reserved swimsuit bottom for Fiona? 

she's bottom suit and ass is sexy~

or maybe open a hole?

 

 

since I dont own this suit and all access I have to it only shows her upper body, I cant really see how it affects maybe other things. I could probably remove just the top and leave the panty on, but as I said, I dont see the lower body part of her.

Link to comment
51 minutes ago, amiga5000 said:

Hello, for big tits lovers here are the BigBoobs for the common body!

 

Original_Costume.jpeg.b2609b0b94d74866612da9f88978b865.jpeg

Thank you

Amiga, you seriously win the internet! The skin texture needs work (quite blotchy) but this is great 1st version :)

 

On 11/4/2018 at 7:03 PM, Donline- said:

muscle tone..

Sorry I don't know what this post is. The "Muscle tone" image is just blank with a red smudge. Could you explain what you are doing?

Link to comment

@Donline- & @Jumeng - I think the intention is to allow for overlaying multiple skin textures, likely similar to the SkinTex Mod for Honey Select if you are aware of that mod. It's a bit harder of a challenge in this game because the UV maps for the skin textures are different between the body models. It may be possible by leveraging a out-of-scope texture slot (example: ps-t130 or something) and a custom skin pixel shader that would blend the overlay. Then the out-of-scope texture slot would be assigned anytime the skin texture is loaded (to enable loading a different overlay depending on the model being rendered). Updating the pixel shader may be a bit difficult as well globally so that it continues supporting mods, maybe a ShaderRegex modification (global swap) rather than a CustomShader substitution (isolated swap) which I've yet to mess with (documented usage in the d3dx.ini). Swapping the pixel shader globally can be accomplished by deploying the updated pixel shader in the ShaderFixes folder.

 

I've only barely messed around with the pixel shaders so I'm not currently sure how to actually implement this, but I think it could be possible.

 

Any other implementation i can think of would require a specific implementation for every suit rather than a global mod.

Link to comment
On 9/4/2018 at 2:00 PM, amiga5000 said:

Hi, here is Marie big tits:

 

1606383821_Senzatitolo.gif.ebc6b859e241b1f80daa7c269d1eeb0f.gif

 

Use This Costume

 

DOAX-VenusVacation_180904_202145.jpg.6eb8bb9bfd6ba7ea6bf687d0e6f43ddd.jpg

 

Nude Normal Tits ( In two version standard Texture and NEW_UV_MAP )

 

DOAX-VenusVacation_180904_202320.jpg.6a9626bd5982c69a652222d50488ad59.jpg

 

Big BOOB Version ( First Release )

 

DOAX-VenusVacation_180904_202108.jpg.fb71831de9c6e7cf3bb0fb7909890f71.jpg

 

 

This Mod (also applies to Honoka big tits) I used the H-LOD version as a starting point.

 

Some things of course did not match such as nails, the position of the feet and hands, so I had to adapt the meshes.

 

Then I took the original model and expanded the vertex map as much as possible to adapt it to the new body.

 

Compared to the standard mods that remove parts of clothes and replace the body in the nude version there is only the initial adaptation of the mesh after the import of the TMC model. The rest is the same as the usual procedure.

 

I would like to point out that these mods are used to experiment.

 

If anyone has any technical questions about it, I will be happy to give as many explanations as I can.

 

As always excuse my English, I use Google Translator ..

 

Thank you

 

 

NEW NATURAL BODY

DOAX-VenusVacation_180910_191330.jpg.8892f09b52b4793781bacf35d3cf2b28.jpg

 

 

DOAX-VenusVacation_180904_201955.jpg

 

DOAX-VenusVacation_180904_215726.jpg.45697772c497d61e2b262894d73142f1.jpg

 

UPDATE Version 3 of BIGBOOBS MARIE

 

Now with Full Tan

 

DOAX-VenusVacation_180917_215527.jpg.cb74c14adfe1e7656c1966d5e379300e.jpgDOAX-VenusVacation_180917_215411.jpg.316cf7f1e75a162765413221a948b912.jpg

 

Marie_BigBoobs_V3.zip

 

https://mega.nz/#!3R0B3IiT!2SNGLu3jXjrpwEoJzJi8LK9VKDRkgmNayvJFho_mcqM

Marie_BigBoobs_V1.0.zip

Marie_BigBoobs_V2.zip

Sorry, someone would tell us how to activate this mode?

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