Cómo solucionar problemas del modo de pantalla completa en DuckTales Remastered

This game uses the WayForward engine and unfortunately runs always in full-window mode (!). Editing «motor.ini» agregando «windowed=false» or other options won’t solve the problem. This will result in ugly micro-jittery and non-smooth scrolling (between 58-59fps BTW).

Como arreglar

Download dxvk (DirectX to Vulkan wrapper) de GitHub (tested with version 2.3) and put in the same dir of «DuckTales.exe» the files:

.../x32/d3d9.dll, .../x32/dxgi.dll

Then create in the same dir a text file with NotePad named «dxvk.conf» like this to force 60fps fullscreen exclusive with V-Sync:

# Enables frame rate limiter. The main purpose of this is to work around
# bugs in games that have physics or other simulation tied to their frame
# tasa, but do not provide their own limiter.
#
# Supported values : Any non-negative integer

dxgi.maxFrameRate = 60

# Overrides synchronization interval (Vsync) for presentation.
# Setting this to 0 disables vertical synchronization entirely.
# A positive value 'n' will enable Vsync and repeat the same
# image n times, and a negative value will have no effect.
#
# Supported values: Any non-negative number

dxgi.syncInterval = 1

And enjoy this game finally running perfectly smooth (especially with g-sync)! 👍🏻

⚠️ Because of Vulkan wrapper, THE FIRST TIME you load the game after these changes you’ll notice lags and temp freezes but that’s how the wrapper works converting shaders from DX9 to VK on first launch. No te preocupes, on next run everything will be fine. A minimal slowdown when loading the levels for the first time can also be observed.

esta guía sobre DuckTales Remasterizado fue escrito por hexaae. Puedes visitar la publicación original desde este Enlace. Si tiene alguna duda sobre esta guía, por favor no dude en comunicarse con nosotros aquí.

Sobre el Autor