Skip to content

Commit

Permalink
Remove d3d9 dll renaming as it does not work for the Ubisoft version
Browse files Browse the repository at this point in the history
  • Loading branch information
fholger committed Aug 22, 2023
1 parent 830cd07 commit 32364a6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions FarCryVR.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
cd bin32
copy /Y d3d9.vr.dll d3d9.dll

set DXVK_ASYNC=0
set DXVK_GPLASYNCCACHE=0
set DXVK_STARTOPENVR=1
start /B /WAIT FarCry.exe "-MOD:CryVR"

erase d3d9.dll
3 changes: 0 additions & 3 deletions FarCryVR_dev.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
cd bin32
copy /Y d3d9.vr.dll d3d9.dll

set DXVK_ASYNC=0
set DXVK_GPLASYNCCACHE=0
set DXVK_STARTOPENVR=1
start /B /WAIT FarCry.exe "-MOD:CryVR" -DEVMODE

erase d3d9.dll
2 changes: 1 addition & 1 deletion make_dist.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ copy %DIR%\README.md %DIST%\Mods\CryVR
copy %DIR%\LICENSE.md %DIST%\Mods\CryVR
copy %DIR%\EULA.txt %DIST%\Mods\CryVR
copy %DIR%\Sources\ThirdParty\openvr\bin\win32\openvr_api.dll %DIST%\Bin32\
copy %DIR%\Sources\ThirdParty\dxvk\bin\d3d9.dll %DIST%\Bin32\d3d9.vr.dll
copy %DIR%\Sources\ThirdParty\dxvk\bin\d3d9.dll %DIST%\Bin32\
copy %DIR%\Sources\ThirdParty\ffmpeg\bin\*.dll %DIST%\Bin32\
copy "%DIR%\Sources\CryGame C++\Solution1\CryGame\Release\CryGame.dll" %DIST%\Mods\CryVR\Bin32\
copy %DIR%\FCData\CryVR.zip %DIST%\Mods\CryVR\CryVR.pak
Expand Down

0 comments on commit 32364a6

Please sign in to comment.