Friday, January 25, 2019

ReCore Definitive Edition (DX11)


For Steam Version

This fix is a combo of DarkStarSword Unity script (THANKS FOR THAT!!), Universal fix and manual fixes. The fix for shadows/lights use the last workaround included in the DSS script.

Really fun game....

Fix:
- Shadows
- Lights
- Reflections
- Halos
- HUD

TB and SBS Mode (optional):
- The game support SBS/TB Mode using 3Dmigoto. Remove the ";" in the  ";include = ShaderFixes\3dvision2sbs.ini" of the d3dx.ini. Default TB Mode. F11 to cycle. Also remember to use "HDMI Checkerboard" in the NVCP to remove the 720p limitation.

Know issue:
- Sometimes shadows get out of sync, even with the last workaround included in the script
- AO is disabled (very broken)

Instructions:
- Extract where ReCore.exe is located
- Use -window-mode exclusive
- Start the game, when "Rundll32" prompt appear, press "Yes" (in Win10 this don't appear). This is for the Profile Override needed for this game. In Nvidia overlay you will see "3Dfix by DHR".

Download

Screenshots

** Do you like the fix? **
If you like the fix, you can donate to this PAYPAL account: dhr.donation@gmail.com

9 comments:

  1. Just bought it but sadly the game has no 1024*768 resolution which is my native projector. very disappointed. any thing i can do to make it work?

    ReplyDelete
    Replies
    1. You can try force resolution in the d3dx.ini. You need to uncomment those lines.
      width=1024
      height=768

      Delete
    2. Thanks DHR for your reply.
      i tried and got this
      - Unimplemented feature to force screen width in CreateSwapChainForHwnd
      - Unimplemented feature to force screen height in CreateSwapChainForHwnd

      Any advice?

      Delete
    3. Sorry, that means it won't work, because they are using that new call that doesn't support forcing the resolution.

      You could experiment with the:
      allow_check_interface=1
      allow_create_device=1
      allow_platform_update=1

      Those flags lie to the game so it thinks it's running on Win7, instead of Win10, and might force it to rollback from the CreateSwapChainForHwnd. In particular try allow_create_device=0, and then =2.

      Since this is a Unity game, you might also be able to use the command line flags of -screen-height 768 and -screen-width 1024

      Delete
  2. Thanks a lot for this fix! Especially because I wanted to play ReCore for a long time but didn`t try it because I thought that it would be a Win 10 only game. Seeing Your fix for the Steam version I discovered that this version also runs on Win 7 (although Steam requirements talk about Win 10). Very happy!

    ReplyDelete
    Replies
    1. BTW it is worth to mention that some wall and ground markers will disappear when You play in 3D. Generally this doesn't harm. But when You play "Well of Shadows" switch to 2D or You won't see the aiming markers for the lobb shot. Almost got a nervous breakdown when I tried 30 min in vain to activate the first switch :D

      Delete
  3. After an update of Steam and the game Recore didn't run in exclusive fullscreen mode any more on my system (Win7) and so 3DVision didn't activate. As the game crashed when alt+tabbing to desktop while the game was running in fullscreen mode maybe it was "fixed" by changing the fullscreen mode to borderless windowed mode?
    Luckily 3Dmigoto helps to solve the problem. In d3dx.ini replace full_screen=0 with full_screen=1. This forces exclusive fullscreen mode and enables 3DVision again. Be aware that the game crashes on exit and leaves a black screen. Use strg+alt+del to enable the task manager and close the "send error report" window of the game.

    ReplyDelete
  4. Fix works great with geo-11 DLLs and force stereo 2. 4090 with ~latest drivers

    ReplyDelete