Jump to content

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


Recommended Posts

On 12/22/2018 at 5:52 PM, ach22 said:

Does it mess with boob bounciness at all? That's the one thing I really want to unlock but no idea how to unlock that option. I know in DOAX3 you had "skin softening" lotion to make their boobs & butt bouncier.

 

It only increases breast size through messing with codes. 

 

Doesnt look like anyones gonna fix it tho.

Link to comment

As far as the assembly code is concerned, the same marker is still there. Just it's possible with the new introduction, if it truly isn't working, then whatever it was affecting may not be utilized anymore with the changes from the addition of the dual posing/owner room stuff. I didn't create the original mod nor am I aware how they stumbled upon this originally, I just helped correct the code searching previously. Anyways, with the recent events, I'm even more wary of hooking into the game using Cheat Engine, so I have no plans to really look further into this than what I can tell from the disassembly shown below.

 

Spoiler

Cheat Engine script looks for "0F 28 43 40 66 0F 7F 45 D0", which is still a valid sequence found at address: 0x0000000140144158 in the latest DOAXVV executable.


0000000140144129: 48 8B C8           mov         rcx,rax
000000014014412C: 41 FF 90 D8 00 00  call        qword ptr [r8+000000D8h]
                    00
0000000140144133: 48 C7 45 18 0F 00  mov         qword ptr [rbp+18h],0Fh
                    00 00
000000014014413B: 48 89 75 10        mov         qword ptr [rbp+10h],rsi
000000014014413F: C6 45 00 00        mov         byte ptr [rbp],0
0000000140144143: 0F 28 05 46 74 D8  movaps      xmm0,xmmword ptr [40ECB590h]
                    00
000000014014414A: 0F 29 45 D0        movaps      xmmword ptr [rbp-30h],xmm0
000000014014414E: 48 8B 4C 24 48     mov         rcx,qword ptr [rsp+48h]
0000000140144153: 48 3B 19           cmp         rbx,qword ptr [rcx]
0000000140144156: 74 09              je          0000000140144161

// TARGET
0000000140144158: 0F 28 43 40        movaps      xmm0,xmmword ptr [rbx+40h]
000000014014415C: 66 0F 7F 45 D0     movdqa      xmmword ptr [rbp-30h],xmm0
// END TARGET

0000000140144161: F3 0F 10 05 F3 A1  movss       xmm0,dword ptr [40ECE35Ch]
                    D8 00
0000000140144169: F3 0F 11 45 BC     movss       dword ptr [rbp-44h],xmm0
000000014014416E: 48 C7 45 AC 00 00  mov         qword ptr [rbp-54h],0
                    00 00
0000000140144176: 48 C7 45 98 00 00  mov         qword ptr [rbp-68h],0
                    00 00
000000014014417E: 48 C7 45 88 00 00  mov         qword ptr [rbp-78h],0
                    00 00
0000000140144186: 48 C7 45 B4 00 00  mov         qword ptr [rbp-4Ch],0
                    00 00
000000014014418E: 48 C7 45 A0 00 00  mov         qword ptr [rbp-60h],0
                    00 00
0000000140144196: C7 45 84 00 00 00  mov         dword ptr [rbp-7Ch],0
                    00
000000014014419D: C7 45 90 00 00 00  mov         dword ptr [rbp-70h],0
                    00
00000001401441A4: F3 0F 10 45 D0     movss       xmm0,dword ptr [rbp-30h]

 

 

Link to comment

 Grey Sweater Mod

 

This mod swaps the クミン swimsuit.1405863586_8aa66e74ee4d5326baad14ce36a31b06fe46a91546c446d2d61d1912753804601.png.47dc165fc0807417dc6a4ad9cbb33e60.png for the common body into 

 

Spoiler

DOAX-VenusVacation_181224_143946.jpg.55b580bd8dcfea84e524d242816c157d.jpg

 

installation

read the readme.txt included or you will have problems.

 

Overview

 

grey_sweater.rar

 

Credits

boots -> http://mod.dysintropi.me/mods/skyrim/

sweater -> unknown creator

Gloves -> lei fangs china dress

body & textures -> saafrats and amiga5000 

And a special thanks to  KuroKaze78  for his help with the underwear.

 

merryxmas&/happy holidays keep your girls warm. ?

 

 

 

Link to comment

Excuse me for asking where can I check/get the most up-to-date face expression mod?
Now my newest mod got in this thread include up to LeiFang's and I want some Fiona and Nagisa's too
sry for bad English here
(I can understand Japanese but I can't find it at 2ch)

Link to comment
51 minutes ago, ArKey said:

Excuse me for asking where can I check/get the most up-to-date face expression mod?
Now my newest mod got in this thread include up to LeiFang's and I want some Fiona and Nagisa's too
sry for bad English here
(I can understand Japanese but I can't find it at 2ch)

These mods are from 2ch originally, I only added the switching on the fly part. So if somebody will find Fiona\Nagisa mod I'll add them to the full pack. But I guess only after the 3DMigoto update, so I'll make proper 2 girls support as well.

Link to comment
17 hours ago, KuroKaze78 said:

As far as the assembly code is concerned, the same marker is still there. Just it's possible with the new introduction, if it truly isn't working, then whatever it was affecting may not be utilized anymore with the changes from the addition of the dual posing/owner room stuff. I didn't create the original mod nor am I aware how they stumbled upon this originally, I just helped correct the code searching previously. Anyways, with the recent events, I'm even more wary of hooking into the game using Cheat Engine, so I have no plans to really look further into this than what I can tell from the disassembly shown below.

 

  Hide contents

Cheat Engine script looks for "0F 28 43 40 66 0F 7F 45 D0", which is still a valid sequence found at address: 0x0000000140144158 in the latest DOAXVV executable.



0000000140144129: 48 8B C8           mov         rcx,rax
000000014014412C: 41 FF 90 D8 00 00  call        qword ptr [r8+000000D8h]
                    00
0000000140144133: 48 C7 45 18 0F 00  mov         qword ptr [rbp+18h],0Fh
                    00 00
000000014014413B: 48 89 75 10        mov         qword ptr [rbp+10h],rsi
000000014014413F: C6 45 00 00        mov         byte ptr [rbp],0
0000000140144143: 0F 28 05 46 74 D8  movaps      xmm0,xmmword ptr [40ECB590h]
                    00
000000014014414A: 0F 29 45 D0        movaps      xmmword ptr [rbp-30h],xmm0
000000014014414E: 48 8B 4C 24 48     mov         rcx,qword ptr [rsp+48h]
0000000140144153: 48 3B 19           cmp         rbx,qword ptr [rcx]
0000000140144156: 74 09              je          0000000140144161

// TARGET
0000000140144158: 0F 28 43 40        movaps      xmm0,xmmword ptr [rbx+40h]
000000014014415C: 66 0F 7F 45 D0     movdqa      xmmword ptr [rbp-30h],xmm0
// END TARGET

0000000140144161: F3 0F 10 05 F3 A1  movss       xmm0,dword ptr [40ECE35Ch]
                    D8 00
0000000140144169: F3 0F 11 45 BC     movss       dword ptr [rbp-44h],xmm0
000000014014416E: 48 C7 45 AC 00 00  mov         qword ptr [rbp-54h],0
                    00 00
0000000140144176: 48 C7 45 98 00 00  mov         qword ptr [rbp-68h],0
                    00 00
000000014014417E: 48 C7 45 88 00 00  mov         qword ptr [rbp-78h],0
                    00 00
0000000140144186: 48 C7 45 B4 00 00  mov         qword ptr [rbp-4Ch],0
                    00 00
000000014014418E: 48 C7 45 A0 00 00  mov         qword ptr [rbp-60h],0
                    00 00
0000000140144196: C7 45 84 00 00 00  mov         dword ptr [rbp-7Ch],0
                    00
000000014014419D: C7 45 90 00 00 00  mov         dword ptr [rbp-70h],0
                    00
00000001401441A4: F3 0F 10 45 D0     movss       xmm0,dword ptr [rbp-30h]

 

 

 

 

No idea what to do with that ^^; sorry.

 

You shouldn't be worried about Cheat Engine tho. Aslong as it's only used to change boob sizes you won't get banned. I've used it for nearly a year now non stop.

 

 

Huh... i guess the update just some how messed up my shortcuts to raise or lower settings hmm.. guess it still works then ^^

Link to comment
On 12/21/2018 at 4:31 AM, minazuki said:

Event SSR Xmas 2018 - Phrase Noel (Common body only)

  Reveal hidden contents

1801445701_previewTopless.jpg.a9e1ade2bfbe30488d4a086250433191.jpgpreview-No-Skirt.jpg.6896f0ca015e30ec462068c581013a07.jpg

 

This mod needs Hi-res body Skin Texture, e.g. #1595.

 

Download

SSR Event Xmas 2018.zip

 

Updated v2

  Reveal hidden contents

Top-half.jpg.98f32e5d8e6c587b19a2bf4ed5f02a8b.jpg

Added a top half version


ALTERNATIVE ini: Only enable one at a time.
OPTIONAL ini: Enable them any time you want.

 

Download

SSR Event Xmas 2018 v2.zip

 

excuse me
Does this apply to Luna?
Because my Luna SSR Christmas costume didn't work...

Link to comment
1 hour ago, sinkitsune said:

Could anyone perhaps show me how to accept friend invites or see my friends?

 

I feel like i've been removing friends and denying friend invites.

2018-12-26_00h04_57.png.6f65d2b589e2a8a86cd9958173fa9e0c.png

 

to accept a request go to the second option ( 未承認 = not yet approved )

 

if Im not mistaken red option is agree and blue option is deny. If you want to add a match guest as a friend there is an option on the end match screen

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