Exhausted Posted May 28, 2019 Posted May 28, 2019 I tried to get this to work on the Steam version to no avail. Is this a me problem or a Steam problem?
Date.Takenobu Posted June 4, 2019 Posted June 4, 2019 On 5/9/2019 at 11:58 AM, Date.Takenobu said: I too renamed the path for both DOAXVV.ini and defaultpreset.ini, and also for the screenshot path. Then the game not launching at the launcher. Guess its not working now for the latest dmm vesion? I try to install my own ReShade 4.3.0, but It didn't work either. What is the rendering os for now? direct 10+? it still fail to launch at the launcher, the launcher quit itself. Further experiment with Reshade 4.2.1(still can't co-exist), the MAIN problem are the dxgi.dll and d3d11.dll. Both this file only can exist one. And if you want to use Reshade, the dxgi.dll need to be renamed as d3d11.dll to make Reshade work, unfortunately without 3DMigoto. So here is how I make it works: Create two folder to hold the original dxgi.dll and d3d11.dll file separately, and use either one when you want to use Reshader or 3DMigoto. The dxgi.dll need to be renamed as d3d11.dll to work. Additionally, if you had problems after the second time you use Reshade, copy the original copy of dxgi.dll out and rename it again and should be no problem. Anyone can make both of them exist and works together please guide me on how you do it, with the 3DMigoto version and Reshade Version you are using. Great thanks and cheers. Update: I tried using Reshade 4.3.0 together with this mod and, it fail to launch at the launcher, the launcher quit itself. I go through the 3DFix update log, but can't file a clue where it says that the version should be compatible with Reshade (no version stated). Further experiment with Reshade 4.2.1(still can't co-exist), the MAIN problem are the dxgi.dll and d3d11.dll. Both this file only can exist one. And if you want to use Reshade, the dxgi.dll need to be renamed as d3d11.dll to make Reshade work, unfortunately without 3DMigoto. So here is how I make it works: Create two folder to hold the original dxgi.dll and d3d11.dll file separately, and use either one when you want to use Reshader or 3DMigoto. The dxgi.dll need to be renamed as d3d11.dll to work. Additionally, if you had problems after the second time you use Reshade, copy the original copy of dxgi.dll out and rename it again and should be no problem. Anyone can make both of them exist and works together please guide me on how you do it, with the 3DMigoto version and Reshade Version you are using. Great thanks and cheers. 1
yanvenhom Posted June 25, 2019 Posted June 25, 2019 On 6/4/2019 at 10:48 AM, Date.Takenobu said: Update: I tried using Reshade 4.3.0 together with this mod and, it fail to launch at the launcher, the launcher quit itself. I go through the 3DFix update log, but can't file a clue where it says that the version should be compatible with Reshade (no version stated). Further experiment with Reshade 4.2.1(still can't co-exist), the MAIN problem are the dxgi.dll and d3d11.dll. Both this file only can exist one. And if you want to use Reshade, the dxgi.dll need to be renamed as d3d11.dll to make Reshade work, unfortunately without 3DMigoto. So here is how I make it works: Create two folder to hold the original dxgi.dll and d3d11.dll file separately, and use either one when you want to use Reshader or 3DMigoto. The dxgi.dll need to be renamed as d3d11.dll to work. Additionally, if you had problems after the second time you use Reshade, copy the original copy of dxgi.dll out and rename it again and should be no problem. Anyone can make both of them exist and works together please guide me on how you do it, with the 3DMigoto version and Reshade Version you are using. Great thanks and cheers. Really looking for help about this. Same problem here. And one player told me there's no problem for him to let 3DMigoto(d3d11.dll) and ReShade(dxgi.dll) coexist. And he confirmed that he installed many times and he did no modification at all.... Don't know why.....
axelito9 Posted July 11, 2019 Posted July 11, 2019 There's any nude skin or texture? Or how do I enable them? And nice mod
lee850220 Posted August 2, 2019 Posted August 2, 2019 8 hours ago, lee850220 said: There is a way to use both 3Dfix and Reshade (also reshade version is 4.0.1). Omitted below..... Repost: Update script and notes, fully tested (100% working). This tutorials is for steam version. I do not test with DMM version. There is a way to use both 3Dfix and Reshade (also reshade version is 4.0.1). step 1) Install lastest 3Dfix and rename d3d11.dll to 3dmigoto.dll. http://helixmod.blogspot.com/2018/03/dead-or-alive-xtreme-venus-vacation.html step 2) Download 3DMigoto Loader.exe. This file is in 3Dmigoto-xxx.zip https://github.com/bo3b/3Dmigoto/releases step 3) Add this to the bottom of the d3dx.ini: [Loader] target=DOAXVV.exe module=3dmigoto.dll require_admin=true step 4) Install Reshade and rename dxgi.dll to d3d11.dll https://www.loverslab.com/topic/111593-doaxvv-graphics-mod-doahdm-reshade/ step 5) Start the game (every time when you want to start the game need to do this) Before start DOAX_VV_Launcher.exe, you need to start 3DMigoto Loader.exe first. Then start launcher. (Make sure you have Steam running in backgroud.) Have fun! NOTE: when you get in the game, you can close 3DMigoto Loader.exe, but if you close it before quit the game, it will cause no response when you quit the game. On the other hand, if you do not close it, it can quit the game normally but it consumes a lot of computer resource when you running it. https://imgur.com/dUaL5rf It will looks like this. step 6) (Optional) Write a batch to finish step 5 in one click This script automatically start 3DMigoto Loader.exe and check whether Steam is running, if not, it will start it. Then start launcher. After that, it will looping to check the game is quit, if it quits, automatically close 3DMigoto Loader.exe and itself. (for Steam starts, it depends on your PC, I only set 15 seconds to wait, so I suggest to run Steam before you use this script) @ECHO OFF C:\WINDOWS\system32\schtasks.exe /run /tn "3DMigoto Loader.exe_-1437276693" FOR /F %%T IN ('Wmic process where^(Name^="3DMigoto Loader.exe"^)get ProcessId^|more +1') DO ( SET /A ProcessId=%%T) &GOTO CheckSteamRun :echo ProcessId = %ProcessId% :CheckSteamRun tasklist /FI "IMAGENAME eq Steam.exe" 2>NUL | find /I /N "Steam.exe">NUL IF "%ERRORLEVEL%" == "1" ( echo Starting Steam... start /B steam:// powershell start-sleep -m 15000 ) C:\WINDOWS\system32\schtasks.exe /run /tn "DOAX_VV_Launcher.exe_41230910" GOTO :CheckRun :start /B steam://rungameid/958260 :CheckRun tasklist /FI "IMAGENAME eq DOAX_VV.exe" 2>NUL | find /I /N "DOAX_VV.exe">NUL IF "%ERRORLEVEL%" == "0" ( :CheckClose tasklist /FI "IMAGENAME eq DOAX_VV.exe" 2>NUL | find /I /N "DOAX_VV.exe">NUL IF "%ERRORLEVEL%" == "1" ( powershell start-sleep -m 100 taskkill /F /PID %ProcessId% GOTO :EXIT ) powershell start-sleep -m 500 GOTO :CheckClose ) powershell start-sleep -m 500 GOTO :CheckRun :EXIT exit This script done with Winaero Tweaker without UAC prompt, you need to create elevated link first. which is like C:\WINDOWS\system32\schtasks.exe /run /tn "3DMigoto Loader.exe_-1437276693" C:\WINDOWS\system32\schtasks.exe /run /tn "DOAX_VV_Launcher.exe_41230910" C:\WINDOWS\system32\schtasks.exe /run /tn "start.cmd_-1166711468" I do not mention this in more detail. You can try by yourself! 16
yamazakiyoichi Posted August 8, 2019 Posted August 8, 2019 On 8/2/2019 at 9:42 AM, lee850220 said: this method works on DMM Version too, proof : im using Laptop with Optimus
yuyu222 Posted August 30, 2019 Posted August 30, 2019 On 11/22/2018 at 12:55 PM, JoeMesh said: This is amazing. I don't think I can play without it now. It especially makes butts really pop. I like your screenshot very much. Could you tell me your settings?
cornstarch Posted August 31, 2019 Posted August 31, 2019 @wongrex now keep that open and open the game like normal
yuyu222 Posted September 1, 2019 Posted September 1, 2019 I installed reshade 4.3.0, but some effects are not reflected. For example, MXAO has no effect when enabled. Also, although PPFX_SSDO is effective when enabled, it does not change even if each toggle is moved. On the other hand, Levels seems to be working properly with the two toggles. How should it be solved?
thebestahri2018 Posted November 20, 2019 Posted November 20, 2019 在2018年11月21日上午8点26分,海滩天堂团队说: 我相信它可以大大改善图形效果,因此我决定与大家分享。 如果您熟悉Reshade,安装将非常简单,但是无论如何,我都提供了说明。我将它们放置在这里,但它们同时自述文件中 1.将存档的内容移至您的DOAX_VV.exe目录 2.在首选的文本编辑器中打开“ ReShade.ini”,然后更改“ PresetFiles =”行以反映您的Reshade的安装目录 。3 . 启动DOAXVV。4 .进入游戏主菜单后,按键盘上的” 5。选择“ Reshade GUI” 顶部的下拉按钮,然后选择“ DOAXVV ini”。 -通过调出“阴影” GUI并导航到“设置”选项卡来设置“切换键”(当阴影与菜单过多干扰时,这将允许您替换“阴影”配置)-在“阴影” GUI的“主页”选项卡中切换DOF效果在背景上为屏幕截图添加逼真的相机模糊效果,或配置可用于您的心脏内容的着色器 正确配置后,“重新着色”配置屏幕应如下所示。 已知的问题: -环境光遮挡效果呈现在UI元素的顶部,因此在某些菜单中可能会令人烦恼和分散注意力。建议为效果设置一个切换开关,刹车您可以在不受菜单限制的情况下欣赏最佳的屏幕截图。这是问题的屏幕截图示例。 这是Reshade的一些比较屏幕截图。原始图片显示在左侧,我的Reshade配置显示在右边。 在这里或从发布的附件中下载mod: https://files.catbox.moe/snwrav.7z DOAHDM_DOAXVV_RESHADE.7z 8.15 MB·7,194下载 Now I have a problem. After I put the HDM files in the game root directory, the game cannot be opened. My computer is Windows10 1809 1
thebestahri2018 Posted November 21, 2019 Posted November 21, 2019 On 8/2/2019 at 9:42 AM, lee850220 said: Does this invalidate the old mod?
ayawrxsti Posted December 9, 2019 Posted December 9, 2019 On 11/21/2018 at 4:58 PM, Dreamcaster said: With the reshade mod on the notifications don't show up Even the toggle doesn't fix it is this issue being fixed on the update? thanks in advance:)
ayawrxsti Posted December 15, 2019 Posted December 15, 2019 On 11/20/2018 at 7:26 PM, Beach Paradise Team said: A Reshade config I made for DOAXVV. I believe it improves the graphics substantially so I decided to share it. If you are familiar with Reshade the installation will be extremely simple, but I've included instructions regardless. I'll post them here, but they're also in the Readme 1. Move the contents of the archive to your DOAX_VV.exe directory 2. Open "ReShade.ini" in your preferred text editor, and change the "PresetFiles=" line to reflect the directory your Reshade is installed. 3. Launch DOAXVV 4. Press the "Home" key on your keyboard once you're in the game's main menu to bring up the Reshade GUI 5. Select the drop down button at the top of the Reshade GUI and select the DOAXVV ini - Set a Toggle Key by bringing up the Reshade GUI and navigating to the settings tab (this will allow you to disable the Reshade config when the shadows interfere too much with the menus) - Toggle the DOF effect in the Home tab of the Reshade GUI to add a realistic camera blur effect on the background for screenshots, or configure the shaders available to your hearts content Once configured properly, your Reshade config screen should look something like this. KNOWN ISSUES: - Ambient Occlusion effect renders on top of UI elements, so can be annoying and distracting in some menus. It's recommended to set a toggle for the effect so that you can enjoy taking high quality screenshots while being uninhibited in menus. Here's a screenshot example of the issue. Here are some comparison screenshots of the Reshade. The original is depicted on the left, with my Reshade config on the right. Download the mod here, or from the posted attachment: https://files.catbox.moe/snwrav.7z DOAHDM_DOAXVV_RESHADE.7z 8.15 MB · 7,707 downloads Is the pop up window content disappear problem solved? thank you
alucard456 Posted December 16, 2019 Posted December 16, 2019 23 hours ago, ayawrxsti said: Is the pop up window content disappear problem solved? thank you Yep, the problem was solved(at least for me), although i didn't know why. It had just been fixed after patch someday recently.
Bahui804504 Posted December 30, 2019 Posted December 30, 2019 it's amazing~it's like a brand new game.thank u very much!
thebestahri2018 Posted March 31, 2020 Posted March 31, 2020 in dmm,although it can be used, it will disable mod,why?
Richard_Lin Posted April 9, 2020 Posted April 9, 2020 On 8/3/2019 at 12:42 AM, lee850220 said: Repost: Update script and notes, fully tested (100% working). This tutorials is for steam version. I do not test with DMM version. There is a way to use both 3Dfix and Reshade (also reshade version is 4.0.1). step 1) Install lastest 3Dfix and rename d3d11.dll to 3dmigoto.dll. http://helixmod.blogspot.com/2018/03/dead-or-alive-xtreme-venus-vacation.html step 2) Download 3DMigoto Loader.exe. This file is in 3Dmigoto-xxx.zip https://github.com/bo3b/3Dmigoto/releases step 3) Add this to the bottom of the d3dx.ini: [Loader] target=DOAXVV.exe module=3dmigoto.dll require_admin=true step 4) Install Reshade and rename dxgi.dll to d3d11.dll https://www.loverslab.com/topic/111593-doaxvv-graphics-mod-doahdm-reshade/ step 5) Start the game (every time when you want to start the game need to do this) Before start DOAX_VV_Launcher.exe, you need to start 3DMigoto Loader.exe first. Then start launcher. (Make sure you have Steam running in backgroud.) Have fun! NOTE: when you get in the game, you can close 3DMigoto Loader.exe, but if you close it before quit the game, it will cause no response when you quit the game. On the other hand, if you do not close it, it can quit the game normally but it consumes a lot of computer resource when you running it. https://imgur.com/dUaL5rf It will looks like this. step 6) (Optional) Write a batch to finish step 5 in one click This script automatically start 3DMigoto Loader.exe and check whether Steam is running, if not, it will start it. Then start launcher. After that, it will looping to check the game is quit, if it quits, automatically close 3DMigoto Loader.exe and itself. (for Steam starts, it depends on your PC, I only set 15 seconds to wait, so I suggest to run Steam before you use this script) @ECHO OFF C:\WINDOWS\system32\schtasks.exe /run /tn "3DMigoto Loader.exe_-1437276693" FOR /F %%T IN ('Wmic process where^(Name^="3DMigoto Loader.exe"^)get ProcessId^|more +1') DO ( SET /A ProcessId=%%T) &GOTO CheckSteamRun :echo ProcessId = %ProcessId% :CheckSteamRun tasklist /FI "IMAGENAME eq Steam.exe" 2>NUL | find /I /N "Steam.exe">NUL IF "%ERRORLEVEL%" == "1" ( echo Starting Steam... start /B steam:// powershell start-sleep -m 15000 ) C:\WINDOWS\system32\schtasks.exe /run /tn "DOAX_VV_Launcher.exe_41230910" GOTO :CheckRun :start /B steam://rungameid/958260 :CheckRun tasklist /FI "IMAGENAME eq DOAX_VV.exe" 2>NUL | find /I /N "DOAX_VV.exe">NUL IF "%ERRORLEVEL%" == "0" ( :CheckClose tasklist /FI "IMAGENAME eq DOAX_VV.exe" 2>NUL | find /I /N "DOAX_VV.exe">NUL IF "%ERRORLEVEL%" == "1" ( powershell start-sleep -m 100 taskkill /F /PID %ProcessId% GOTO :EXIT ) powershell start-sleep -m 500 GOTO :CheckClose ) powershell start-sleep -m 500 GOTO :CheckRun :EXIT exit This script done with Winaero Tweaker without UAC prompt, you need to create elevated link first. which is like C:\WINDOWS\system32\schtasks.exe /run /tn "3DMigoto Loader.exe_-1437276693" C:\WINDOWS\system32\schtasks.exe /run /tn "DOAX_VV_Launcher.exe_41230910" C:\WINDOWS\system32\schtasks.exe /run /tn "start.cmd_-1166711468" I do not mention this in more detail. You can try by yourself! Although it says "3dmigoto ready", i still can not use MODs and Reshade.
Nutzumi Posted April 16, 2020 Posted April 16, 2020 Can some one share the setting for me pls.I install mods already.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now