Skip to content

6.5

Compare
Choose a tag to compare
@FunkyFr3sh FunkyFr3sh released this 24 May 03:20
· 789 commits to master since this release

Instructions

  1. Download cnc-ddraw.zip and extract it into your game folder
  2. Start the game

 
Game doesn't work? Please check the Readme file and the wiki.

Hotkeys

  • [Alt] + [Enter] = Switch between windowed and fullscreen mode
  • [Ctrl] + [Tab] = Unlock cursor
  • [Right Alt] + [Right Ctrl] = Unlock cursor
  • [Alt] + [Page Down] = Maximize window

 
Changelog

  • Added AMD FidelityFX™ Super Resolution (FSR) shader (fsr.glsl)
  • Updated xBRZ shader to faster multipass version (xbrz-freescale-multipass.glsl)
  • Added AMD FidelityFX™ Robust Contrast Adaptive Sharpening (RCAS) shader (rca-sharpen.glsl)
  • Added image-adjustment.glsl shader (Allows to adjust contrast/Brightness/grain and a lot more - can be combined with other shaders)
  • Updated bicubic.glsl and bicubic-tuned.glsl to faster 5-tap versions (bicubic-bilinear.glsl and bicubic-tuned-bilinear.glsl)
  • You can now combine 2 shaders (second one must have the same name as the first one but with ".pass1" appended to the filename)
  • Added support for Nancy Drew: Last Train to Blue Moon Canyon
  • Added support for Nancy Drew: Message in a Haunted Mansion
  • Added a preset for American Girls Dress Designer
  • Fixed cursor issues in the main menu of Nancy Drew games
  • Fixed mouse input issues in Diablo 1
  • Fixed a crash in Jazz Jackrabbit 2
  • New .ini setting "wine_allow_resize=true/false" to allow resize in wine (linux/macOS) - Note: it's not fully functional, hence why it's optional
  • Supported games list in readme was updated (200+ games listed now) - Thanks to @ShizCalev
  • Added support for the latest Mesa3D OpenGL software rasterizer https://github.com/pal1000/mesa-dist-win
  • Added new export "DDGetProcAddress" so fan patched games can bypass the cnc-ddraw hooks and get access to the real functions