Jump to content

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


Recommended Posts

1 hour ago, janong49 said:

I found 3DMigoto work better than SpecialK+Resorap. Luna and Honaka use same model  

But I don't know how to override Luna texture. 

This is Luna texture. 6291332.dds

I don't have Luna unlocked, so you will need to get the 3DMigoto hash for her, but that is easy:

 

Enable hunting (either =1 or =2) in the d3dx.ini before launching the game, then when Luna is on screen turn on the hunting overlay if it isn't already (numpad 0) and press F8. In the game directory you will now have a folder called "FrameAnalysis-<timestamp>", and inside that will be a "ctx-<something>" folder. Inside that you will have the textures and meshes that were dumped out.

 

The skin texture will have a filename similar to "<drawcall>.0-[ShaderOverrideSkinPS]-ps-t0=e6dcf9ba.dds" - there will be several of these for the body and faces of all characters that were on screen, so you will need to work out which one corresponds to Luna's body (check the thumbnail or use trial and error - there's only a couple of them). The number after "ps-t0=" in the filename is the hash you are after.

 

In the d3dx.ini add a section like this:

[TextureOverrideLuna]
hash = <whatever hash you found above>
ps-t0 = ResourceLunaNude

[ResourceLunaNude]
filename = 6291332.dds

Here I'm reusing Honoka's nude texture since knight77 didn't have a Luna specific texture in his pack, but you can just as easily create one yourself and adding a [ResourceLunaNude] section to load it.

 

Oops, I missed you provided one - updated above. The filename path is always relative to where the d3d11.dll is located.

Link to comment
1 hour ago, honey68228 said:

Can you bother creating hotkeys for hidden interfaces?

The mouse back button is assigned to hide the user interface if that's what you mean?

 

If you want to change which button is used for that, just edit this section:

[KeyToggleHUD]
Key = XBUTTON1
y = 0
type = toggle

For A-Z and 0-9 on the number row, just use "key=z" or whatever. For every other keyboard & mouse button, use the virtual key name from here:

http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx

 

You can also bind them to buttons on an xbox controller - it's all documented inside the d3dx.ini

Link to comment
4 hours ago, ausgeek said:

Attached is 3DMigoto configured for this game:

https://www.loverslab.com/applications/core/interface/file/attachment.php?id=483342

 

Extract it into the game directory and remove Resorap / SpecialK if installed (3DMigoto replaces both their use cases), then extract knight77's texture replacements from this post:

https://www.loverslab.com/topic/87780-dead-or-alive-xtreme-venus-vacation/?do=findComment&comment=2192146

 

3DMigoto is configured to look for those texture replacements in the Save_DOAXVV_texEdits folder from knight77's zip file, so you want the directory structure to look like this:


DOAX_VV.exe
d3d11.dll
d3dx.ini
ShaderFixes/*
Save_DOAXVV_texEdits/*

3DMigoto is configured to replace the skin textures, remove the White Lace Bikini and Towel costumes and replace their tan textures. Honoka's mesh will be replaced whenever she is wearing the white lace bikini.

Does this remove just the towel or the panties, too? Because I just finished to get the black towels for all the girls, and I don't want to have the panties removed.

And can the swimsuit changes (Shaders, Textures) be toggled on and off like in SpecialK?

I am okay with the white lace bikini being the only "full nude" bikini, because who needs two identical nude mod bikinis anyway.

 

PS: The hide UI and 3D features where pretty good, but I had to uninstal 3DMigoto because it prevented me to turn off the shadows, so that's why I am a little more careful before instaling it again. Sorry.

Link to comment
34 minutes ago, Ashes34 said:

Does this remove just the towel or the panties, too?

Just the towel.

 

34 minutes ago, Ashes34 said:

And can it be switched on and off like in SpecialK?

Yes, but there's no hotkey for it (yet). Alt+tab out and in the d3dx.ini find this section:

; Unwanted item removal:
[ShaderRegexEnableIBCommandLists]
shader_model = ps_4_0 ps_5_0
checktextureoverride = ib
[TextureOverrideWhiteLaceBikiniIB]
hash = bf09a88c
handling = skip
[TextureOverrideWhiteLaceBikiniIBMarie]
hash = 84c1f66f
handling = skip
[TextureOverrideWhiteLaceBikiniIBHonoka]
hash = 9f7b762d
handling = skip
[TextureOverrideBlackTowelIB1]
hash = 9604a946
handling = skip
[TextureOverrideBlackTowelIB2]
hash = 93f7818c
handling = skip
[TextureOverrideBlackTowelIBMarie1]
hash = 8a5bbcb9
handling = skip
[TextureOverrideBlackTowelIBMarie2]
hash = 2b2a7ee7
handling = skip
[TextureOverrideBlackTowelIBHonoka1]
hash = 7af16f13
handling = skip
[TextureOverrideBlackTowelIBHonoka2]
hash = 00b26e13
handling = skip
[TextureOverrideWhiteTowelIBMisaki]
hash = fcdf8937
handling = skip

Then comment out (add a ; to the start of the line) or uncomment the items you want removed, then back in the game press F10 to reload the config file (no need to enable hunting for this one).

34 minutes ago, Ashes34 said:

PS: The hide UI and 3D features where pretty good, but I had to uninstal 3DMigoto because it prevented me to turn off the shadows, so that's why I am a little more careful before instaling it again. Sorry.

I'm not quite sure I follow what you mean by that? 3DMigoto shouldn't prevent you from changing any of the game's settings. The only difference that will make is that different settings may use different shaders, and if that includes the skin shader it won't trigger 3DMigoto's texture swapping, but if that is the case it's easy enough to add a [ShaderOverride] section for the low quality skin shader to the d3dx.ini as well.

Link to comment

Since this tool is working on my system, this gives me a lot of possibilities to remove things, not only by texture!

But it is also way more work. Finding out which shader to remove and then add it to the dx file.

Most of my texture edits aren't working yet! Need to add them all to the file if I want the game to be the same like I had it now.

The fully nude lace bikinis are nice, but with the mermaid suit and stuff, I like the texture edits, they dont have to be gone completely.

 

We will see, but maybe all the users can help add the textures to the dx file over time.

All my tan edits dont work right now. Needs all to be added :smile:

 

Together we can do it xD

Link to comment
54 minutes ago, ausgeek said:

Just the towel.

 

Yes, but there's no hotkey for it (yet). Alt+tab out and in the d3dx.ini find this section:


; Unwanted item removal:
[ShaderRegexEnableIBCommandLists]
shader_model = ps_4_0 ps_5_0
checktextureoverride = ib
[TextureOverrideWhiteLaceBikiniIB]
hash = bf09a88c
handling = skip
[TextureOverrideWhiteLaceBikiniIBMarie]
hash = 84c1f66f
handling = skip
[TextureOverrideWhiteLaceBikiniIBHonoka]
hash = 9f7b762d
handling = skip
[TextureOverrideBlackTowelIB1]
hash = 9604a946
handling = skip
[TextureOverrideBlackTowelIB2]
hash = 93f7818c
handling = skip
[TextureOverrideBlackTowelIBMarie1]
hash = 8a5bbcb9
handling = skip
[TextureOverrideBlackTowelIBMarie2]
hash = 2b2a7ee7
handling = skip
[TextureOverrideBlackTowelIBHonoka1]
hash = 7af16f13
handling = skip
[TextureOverrideBlackTowelIBHonoka2]
hash = 00b26e13
handling = skip
[TextureOverrideWhiteTowelIBMisaki]
hash = fcdf8937
handling = skip

Then comment out (add a ; to the start of the line) or uncomment the items you want removed, then back in the game press F10 to reload the config file (no need to enable hunting for this one).

I'm not quite sure I follow what you mean by that? 3DMigoto shouldn't prevent you from changing any of the game's settings. The only difference that will make is that different settings may use different shaders, and if that includes the skin shader it won't trigger 3DMigoto's texture swapping, but if that is the case it's easy enough to add a [ShaderOverride] section for the low quality skin shader to the d3dx.ini as well.

Just reinstalled it, and it works wonderfully!

 

Only "problem" I have, are the holes in the panty area (execept for Honoka of course). You should consider to have an option to just remove the bra and leave the panties, if that is possible.

 

And the mentioned toggle hotkey which enables/disables everything would be much apprechiated, too.

That's just some feedback from my side.

Other than that, I am impressed with everything else (especialy the UI toggle button, I missed it :tongue: )

 

Oh well, then it must've been my fault, because I tinkered a little with the d3dx.ini file. My apologies.

 

PS: In all these years of programming class, it would have never come to my mind to just use ";" instead of the usual "//" to comment a line out (with ";" being obviously the better option). Oh well, you never stop learning, haha.

 

 

 

 

Link to comment
1 minute ago, janong49 said:

Finally I can make it. This is Luna hash

 

[TextureOverrideLuna]

hash = fb2865c1
ps-t0 = ResourceLunaNude

 

[ResourceLunaNude]
filename = Save_DOAXVV_texEdits/Nipple Tex/6291332.dds

luna1.jpg

Is that a viagina mesh edit or just a line?

Link to comment
1 hour ago, Noice123 said:

:confused: Barbie dolls.... Anyone got mesh edits for the breasts at least yet?

Seriously, go watch porn instead if you don´t like 3d nude mods... you won´t see much different breast textures or meshes here, it´s the natural look of doaxvv...

 

And the nude mods of doa5 and such look way worse.

Link to comment
1 minute ago, SealedNexus said:

Seriously, go watch porn instead if you don´t like 3d nude mods... you won´t see much different breast textures or meshes here, it´s the natural look of doaxvv...

 

And the nude mods of doa5 and such look way worse.

Lol at least they have mesh edits. And it's not hard to use reshade or something to give it a fresher look.

Link to comment
1 hour ago, Noice123 said:

So is everyone just interested in nude mods? 

pretty much.

First it will start off hot then later on it will turn to cold and the hot water will not return because it will get boring,when u will see everything u wanting in the game. Same Like in DOA5LR

Link to comment
1 hour ago, X-Fans said:

pretty much.

First it will start off hot then later on it will turn to cold and the hot water will not return because it will get boring,when u will see everything u wanting in the game. Same Like in DOA5LR

Lol so no one's interested in Swimsuit edits and swaps from doax3?

Link to comment
1 hour ago, Noice123 said:

Lol so no one's interested in Swimsuit edits and swaps from doax3?

I am very much interested in swimsuit edits!:open_mouth: I get bored of looking at the same stuff all the time. In fact, I have been working on neatly organising all the common swimsuit textures and creating 'texture packs' for all the DOAX3 swimsuits I can find floating on the web or can just recolour myself. I was just polishing them up and planning to release them maybe later today. 

I can't find all the DOAX3 textures though and would be very happy if you'd share them.

 

Also, do you or anyone else know the proper dds export settings for the normal maps? They've been a big pain in my butt.

Link to comment
9 minutes ago, rotsac13 said:

I am very much interested in swimsuit edits!:open_mouth: I get bored of looking at the same stuff all the time. In fact, I have been working on neatly organising all the common swimsuit textures and creating 'texture packs' for all the DOAX3 swimsuits I can find floating on the web or can just recolour myself. I was just polishing them up and planning to release them maybe later today. 

I can't find all the DOAX3 textures though and would be very happy if you'd share them.

 

Also, do you or anyone else know the proper dds export settings for the normal maps? They've been a big pain in my butt.

How are you exporting them? And where did you get them? Also seems like people don't care about this sort of stuff. They just want "nude" girls!

 

Edit: unless you have the original with the right mapping you will probably encounter issues with it looking dull or pixelated. And the lighting of the current area might make it look super bright in a dull area. I noticed most Swimsuits have 2 textures one dull and the other normal. Gotta accommodate for both.

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