Jump to content

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


Recommended Posts

Posted

Man, there's an XPS model of the knit sweater that Kasumi and Momiji got, and I had no idea the malfunction on it was so good. I really hope that gets ported to DOA5LR.

Posted
On 6/7/2018 at 9:29 PM, MKM9999 said:

These problems can be cured relatively easily.
blender import.
Just modify the numerical value of the weight or just move the vertex moving position a little.

 

It seems to me to be a clothing shadow issue. Not drawing VS 41d20c3971827464 or PS 7afeeb590579796f fixes it.

Although I have now run into another issue, not drawing these in hunting mode works perfectly, but when I do it in the ini.. not so much.

 

Hunting

Spoiler

DOAX-VenusVacation_180609_104844.thumb.jpg.bf8b2ab7dbca99cc8c3f04e016ead35d.jpg

 

ini

Spoiler

DOAX-VenusVacation_180609_105108.thumb.jpg.bf703060ffce1e3a5a8b7ec6ab5741d3.jpg

 

ini settings

Spoiler

[ShaderOverride_WTFBBQ]
Hash = 41d20c3971827464
handling = skip
allow_duplicate_hash = overrule
checktextureoverride = ib
checktextureoverride = vb0

 

Not quite sure where to go from here, I think it is possible to fix it, but it's outside of my knowledge.

Posted
4 hours ago, rotsac13 said:

More mods!

Nudity added for the normal SSRs for Honoka, Kasumi, Hitomi and Momiji. You can toggle every part of the outfits on and off.

  Reveal hidden contents

preview_SSRs.thumb.png.1316879e5d45cbf8eb1ccffa4e3ac8cb.png

 

 

got some bug or do something wrong - Kasumi SSR (Nemophila) Remove Bikini A Top Bottom

looks for me like this

Spoiler

8cf1af8d5448397232105189c29ddf85.jpg

same with Hitomi SSR (Libra) Remove Bikini Top Bottom

 

*update* nvm, copied body files from Kasumi SSR (Nemophila) Remove Bikini A Top + Bottom and fix

Posted

okay so I just unlocked Honoka's lv50 character episode which gave me a great idea.

I hereby proudly present my magnum opus: MOMO BALL

momoball.thumb.png.f8664da393552c1abafd82e729833a2e.png

(it replaces the volleyball with Honoka's stuffed animal Momo-chan)

 

I'd like to thank Ausgeek and all other modders here for making this possible. This is truly the pinnacle of modding.

Posted
8 hours ago, rotsac13 said:

More mods!

Nudity added for the normal SSRs for Honoka, Kasumi, Hitomi and Momiji. You can toggle every part of the outfits on and off.

  Reveal hidden contents

preview_SSRs.thumb.png.1316879e5d45cbf8eb1ccffa4e3ac8cb.png

 

 

I continued the suite room makeover. Features include:

  • more options for flooring
  • replace or remove those ugly low-res rugs
  • different texture for seats, lower-walls and the door
  • remove the table with fruits and random flowers
  • replace the paintings with your favourite fanart!
  Reveal hidden contents

preview_suite1.thumb.png.efc630431c40a48ca689e5ebaf10eaad.png

preview_floor2.thumb.png.6c2e0375dbf6c2d652075289af95ff72.png

preview_paintings.thumb.png.25e9d030fd5e7f124aa6668e3733f02b.png

 

And some fun experiments...

  Reveal hidden contents

preview_ribbon.thumb.png.ff0060d99949693d09fb20058226d2e5.png

Replaces Misaki's scrunchie with a ribbon.

 

 

preview_piercings.thumb.png.e238061b63bf82f0511f9ed482de6662.png

Replaces White Lace Nude with nipple piercings. (supports all girls)

DOWNLOAD

Can you zip all files into one rar? It's a pain downloading them one by one.

Posted
31 minutes ago, lucas38 said:

Can you zip all files into one rar? It's a pain downloading them one by one.

Sure thing, i've added complete zips in the download folders. I didn't realise bulk downloads is a 'premium feature' at mediafire?.

Posted
2 hours ago, rotsac13 said:

okay so I just unlocked Honoka's lv50 character episode which gave me a great idea.

I hereby proudly present my magnum opus: MOMO BALL

momoball.thumb.png.f8664da393552c1abafd82e729833a2e.png

(it replaces the volleyball with Honoka's stuffed animal Momo-chan)

 

I'd like to thank Ausgeek and all other modders here for making this possible. This is truly the pinnacle of modding.

Very nice, can the head of a character be the ball too, or the entire body, that shit would be hilarious.

Posted
1 hour ago, rotsac13 said:

Sure thing, i've added complete zips in the download folders. I didn't realise bulk downloads is a 'premium feature' at mediafire?.

thank you very much :)

Posted
On 6/9/2018 at 6:19 AM, ferris31 said:

Man, there's an XPS model of the knit sweater that Kasumi and Momiji got, and I had no idea the malfunction on it was so good. I really hope that gets ported to DOA5LR.

i made a quick port, needs a bit of work but its mostly OK
kasumi knit.7z

Posted

I still can't seem to get transparency working properly for me ?. Here I swapped the niagra swimsuit (niagra.png.8ac2a0e79ade186db49d71dc4a3da55f.png) for Hitomi's SSR. There seems to be no difference between using the original dds or png converted with texconv. Here are the files if anyone wants to play around with them: Niagra to Hitomi.zip

Spoiler

transparencytest.thumb.png.13cf1291023f8bce60d58c9ffa978d4f.png


[ResourceClothesT0]
filename = clothes_base.dds

[ResourceClothesT1]
filename = clothes_nrm.dds

[ResourceClothesT2]
filename = clothes_spec.dds

[TextureOverrideTop]
hash = 8737be88
vb0 = ResourceTopVB
ib = ResourceTopIB
ps-t0 = ResourceClothesT0
ps-t1 = ResourceClothesT1
ps-t2 = ResourceClothesT2
run = CustomShaderTransparency
drawindexed = auto
handling = skip

[CustomShaderTransparency]
blend[0] = ADD ONE INV_SRC_ALPHA
blend_state_merge = true

 

 

 In another test I tried to make parts of Nyotengu's Red SSR transparent, but the whole thing turns transparent instead. Nyo transparency.zip

Spoiler

transparencytest2.png.dde8b3550f765b17714fc5afeec82484.png


[ResourceTopT0]
filename = top_base.dds

[TextureOverrideTop]
hash = efb6f2d9
match_first_index = 4668
ps-t0 = ResourceTopT0
run = CustomShaderTransparency

[CustomShaderTransparency]
blend[0] = ADD SRC_ALPHA INV_SRC_ALPHA
blend_state_merge = true
draw = from_caller
handling = skip

 

 

Posted
2 hours ago, rotsac13 said:

I still can't seem to get transparency working properly for me ?. Here I swapped the niagra swimsuit (niagra.png.8ac2a0e79ade186db49d71dc4a3da55f.png) for Hitomi's SSR. There seems to be no difference between using the original dds or png converted with texconv. Here are the files if anyone wants to play around with them: Niagra to Hitomi.zip

  Reveal hidden contents

transparencytest.thumb.png.13cf1291023f8bce60d58c9ffa978d4f.png



[ResourceClothesT0]
filename = clothes_base.dds

[ResourceClothesT1]
filename = clothes_nrm.dds

[ResourceClothesT2]
filename = clothes_spec.dds

[TextureOverrideTop]
hash = 8737be88
vb0 = ResourceTopVB
ib = ResourceTopIB
ps-t0 = ResourceClothesT0
ps-t1 = ResourceClothesT1
ps-t2 = ResourceClothesT2
run = CustomShaderTransparency
drawindexed = auto
handling = skip

[CustomShaderTransparency]
blend[0] = ADD ONE INV_SRC_ALPHA
blend_state_merge = true

 

 

 In another test I tried to make parts of Nyotengu's Red SSR transparent, but the whole thing turns transparent instead. Nyo transparency.zip

  Reveal hidden contents

transparencytest2.png.dde8b3550f765b17714fc5afeec82484.png



[ResourceTopT0]
filename = top_base.dds

[TextureOverrideTop]
hash = efb6f2d9
match_first_index = 4668
ps-t0 = ResourceTopT0
run = CustomShaderTransparency

[CustomShaderTransparency]
blend[0] = ADD SRC_ALPHA INV_SRC_ALPHA
blend_state_merge = true
draw = from_caller
handling = skip

 

 

me too... not work transparency.

Posted

Why, when I press F8 to capture the frame analysis, I am getting the outfit, body and entire background but no pose?

Anyone can help? I got everything working up to merging the clothes verts (which gives me an error) to fix the floating legs.

Posted

Guys i'm new to this so may i ask ? 

I have the white lace but i can't use it so how to use it

Does nude mod need max setting because my laptop isn't strong enough to max setting

Thank you 

 

Posted

Ok to my previous post I have the pose and everything working but I'm still getting the entire background when I hit F8. Why is this happening coz its a pain to have to delete everything?

Also following the guide but getting the outfit without the socks, how to make it work?

I got some of the texture working but not below the knee.

 



DOAX-VenusVacation_180615_071534.thumb.jpg.6fdfdcaad87fc626f7fc22e3634cf8c2.jpg

DOAX-VenusVacation_180615_073636.thumb.jpg.8733acff4191b5b6a81a832eef1a17a7.jpg

Posted
13 minutes ago, Ragnorok93 said:

Here is two Test mods.



Anyone who wants to check and help me out please let me know what could be done to improve. 

Momiji SSR and SR outfits modified.

MomijiSSR.7z

Momiji SR.7z

 

SSR

 
  Reveal hidden contents

 

 


 

DOAX-VenusVacation_180615_041515.thumb.jpg.927bf362cd52bc24f59cabe0db5f7b87.jpgDOAX-VenusVacation_180615_041532.thumb.jpg.776df8d3576a465f782b43f480f34b9b.jpg
 

 

 

 

SR

 

  Hide contents

 

 


 

DOAX-VenusVacation_180615_075334.thumb.jpg.fbc0019da0d202bcb8b9f211fbec8a5d.jpgDOAX-VenusVacation_180615_075356.thumb.jpg.1148e4a88b37a24864a1b5ef053ade63.jpg

 

 

The only thing wrong with it are the two little string knots are still attached to her leg. Besides that, nice work. I've been waiting for this one.

 

DOAX-VenusVacation_180614_191600.jpg

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...