xue135253 Posted November 17, 2021 Posted November 17, 2021 How to solve the shadow under this kind of image? Sorry i use google translate
lowhorse Posted November 17, 2021 Posted November 17, 2021 4 hours ago, xue135253 said: 这种图像下的阴影如何解决? 对不起,我用谷歌翻译 close MXAO
SolomonSTB1973 Posted November 19, 2021 Posted November 19, 2021 On 5/15/2021 at 2:18 PM, epTilMan said: Get it from here. GShade/KeepUI.fx at master · Mortalitas/GShade (github.com) After that drop it into reshade-shaders\Shaders folder I put the file in the right place but it just says "failed to compile keepui" whenever it loads all the shaders.
goukenslayer Posted December 30, 2021 Posted December 30, 2021 On 11/17/2021 at 10:39 AM, xue135253 said: anyone find the solution for it? the KeepUI didnt work
blueblue555 Posted December 30, 2021 Posted December 30, 2021 On 11/18/2021 at 12:39 AM, xue135253 said: How to solve the shadow under this kind of image? Sorry i use google translate This occurs when using ReSHADE's MXAO. I think the only way to remove it completely is to turn off MXAO. You can mitigate it by placing MXAO between FFKeepUI and FFRestoreUI, but it will not disappear completely. If you want to use MXAO, I think you have to compromise. 1
Venus Islander Posted January 11, 2022 Posted January 11, 2022 I am running reshade mod downloaded from the first post (just unzipped the whole thing into DOAXVV folder as instructed without any additional modifications) and it seems like the Gacha Details page is still blank as previously reported. From the subsequent posts it seems like the error has been fixed. Does anyone have any ideas? Thanks in advance!
geekguy Posted January 18, 2022 Posted January 18, 2022 On 8/2/2019 at 11:42 PM, 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! i already done 1 - 5 step, but then when i starts the game while the 3dmigoto on, DOA not responding.
geekguy Posted January 18, 2022 Posted January 18, 2022 31 minutes ago, geekguy said: i already done 1 - 5 step, but then when i starts the game while the 3dmigoto on, DOA not responding. Nevermind dude, it fixed
CeeZ_M Posted January 18, 2022 Posted January 18, 2022 On 1/11/2022 at 7:19 PM, Venus Islander said: I am running reshade mod downloaded from the first post (just unzipped the whole thing into DOAXVV folder as instructed without any additional modifications) and it seems like the Gacha Details page is still blank as previously reported. From the subsequent posts it seems like the error has been fixed. Does anyone have any ideas? Thanks in advance! That was a bug with the old versions of reshade, you just need to update reshade to fix it (some old presets may not work as well for the latest version of reshade).
Venus Islander Posted January 18, 2022 Posted January 18, 2022 1 hour ago, CeeZ_M said: That was a bug with the old versions of reshade, you just need to update reshade to fix it (some old presets may not work as well for the latest version of reshade). Thanks for the reply. I actually fixed it by downloading it from reshade.me and using that one instead. I have applied a few of the commonly used filters on the guides that I have seen, and noticed that, while they make it look better, the pictures get way too bright. Assuming that you use reshade, do you have a good preset to recommend?
CeeZ_M Posted January 18, 2022 Posted January 18, 2022 5 hours ago, Venus Islander said: Thanks for the reply. I actually fixed it by downloading it from reshade.me and using that one instead. I have applied a few of the commonly used filters on the guides that I have seen, and noticed that, while they make it look better, the pictures get way too bright. Assuming that you use reshade, do you have a good preset to recommend? You'll find here a guide on how to setup reshade as well as a preset https://www.patreon.com/posts/setting-up-60498209 1
Venus Islander Posted January 19, 2022 Posted January 19, 2022 19 hours ago, CeeZ_M said: You'll find here a guide on how to setup reshade as well as a preset https://www.patreon.com/posts/setting-up-60498209 Thanks for sharing! 1
whoisthisevenwtf Posted February 9, 2022 Posted February 9, 2022 I need help with opening the game the launcher works and i can open the reshade tab but when i launch the game it crashes
yxwhh Posted March 12, 2022 Posted March 12, 2022 Does anyone know why I only have such a little fx?I want to be like others, but I don't have these documents。I downloaded the latest version, which has been upgraded
seaside_bass Posted March 17, 2022 Posted March 17, 2022 Is it possible to set Reshad's MXAO even if it has already been installed?
Wizard XT Posted May 2, 2022 Posted May 2, 2022 Please teach me about DoF settings. I want to take a photo with blurred background like below. (©SavageMoonBoy) But, my "ADOF" option (in Reshade ver5.1.0) makes wrong DoF like below. (with "ADOF") (an original image) I couldn't find out other DoF options and couldn't adjust "ADOF" to blurring background too. Please suggest me about better blur option than "ADOF" or share the reshade ini files.
CeeZ_M Posted May 3, 2022 Posted May 3, 2022 17 hours ago, Wizard XT said: Please teach me about DoF settings. read this https://www.patreon.com/posts/60498209 3
Wizard XT Posted May 3, 2022 Posted May 3, 2022 5 hours ago, CeeZ_M said: read this https://www.patreon.com/posts/60498209 Very helpful!! Thank you very much!!? 1
china-sunxiaochuan Posted June 28, 2022 Posted June 28, 2022 在4 / 9 / 2022 10:32 PM,JerrycrWW说: Share your Reshade Is the configuration okay?
Dudebro90 Posted October 23, 2022 Posted October 23, 2022 I'm having significant problems with slowdowns when using ReShade. Anything but the lightest configuration will cut the Frame Rate by half or worse. I understand the mod is mostly meant for Screenshots, but I figure just having the girls stand around shouldn't kill the FR like this? Is this just part of the experience, or is there a problem? I have a Nvidia GeForce GTX 1070, for what it's worth. If the answer to the question is "your PC just isn't meaty enough to handle this," that's fine, I just want to know that for posterity.
valvarestar Posted October 28, 2022 Posted October 28, 2022 (edited) On 8/2/2019 at 11:42 PM, 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! I have tried to working with all of @lee850220 step for using 3DMigoto, Reshade together. But i have a problem below When i using the old reshade version on the main post, run the game with 3DMigoto Loader. It causes an error, however i can still open the launcher When i change the d3d11.dll to dxgi.dll and update the reshade to the new version, change back dxgi.dll to d3d11.dll. Run 3DMigoto Loader and open launcher, the launcher crashed immediately *However, when i run the game without 3DMigoto Loader in both new and old reshade version, everthing working fine. Except 3dMigoto not work in my game Does anyone have the same problem as me ? I have try any solution by reinstall it again but nothing work. Or someone can provide new instructions for installing Reshade + 3DMigoto together? I really appreciate any help UPDATE : After try reinstall the game and working carefully, the old version of reshade 4.0.1 from the main post have work normally with 3DMigoto (i don't know why). But when update to reshade 5 form reshade.me (10/2022) it crack immediately in the launcher. Edited October 28, 2022 by valvarestar
linrjun Posted November 18, 2022 Posted November 18, 2022 when I opened MXAO in reshade, I can clearly see the chacteres become somehow 'low-polygon'. and I found this is not always happening, but I cannot find the rule. any one can help?
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