Skip to content
Riot Bits

Riot Bits

  • Home
  • News
  • Guides
  • Video Guides
  • Patch Notes
  • Report Abuse
  • Toggle search form

DuckTales Remastered – How to Enable Fullscreen

Posted on 09/23/2023 By hexaae No Comments on DuckTales Remastered – How to Enable Fullscreen
  • Title: DuckTales Remastered
  • Release Date:
  • Developer:
  • Publisher:
Information about DuckTales Remastered is still incomplete. Please help us fill the details of the game using this contact form.

DuckTales Remastered employs the WayForward engine, but it has a drawback of consistently running in full-window mode. Attempts to resolve this issue by modifying the “engine.ini” file with options like “windowed=false” prove ineffective. Consequently, this leads to unsightly micro-jittery visuals and non-fluid scrolling, often hovering between 58-59 frames per second (FPS).

How to Fix Fullscreen Issues

You can acquire dxvk, a DirectX to Vulkan wrapper, from its GitHub repository (verified with version 2.3). Place the dxvk files in the directory where “DuckTales.exe” is located.

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

Next, in the same directory, generate a text document using Notepad and name it “dxvk.conf.” Configure this file to enforce a 60 frames per second limit for fullscreen exclusive mode 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
# rate, 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

Save the changes and enjoy the improved gaming experience, particularly when using G-Sync!

Note: Due to the Vulkan wrapper, the INITIAL launch of the game after these adjustments may exhibit lag and temporary freezes, as the wrapper converts DX9 shaders to VK. No need to be concerned; everything will run smoothly on subsequent launches. Additionally, you may encounter a slight slowdown when loading levels for the first time.

That's everything we are sharing today for this DuckTales Remastered guide. This guide was originally created and written by hexaae. In case we fail to update this guide, you can find the latest update by following this link.

If you believe that any of the content on this site violates your rights, including your intellectual property rights, please contact us immediately using our contact form.
Guides Tags:DuckTales Remastered

Post navigation

Previous Post: DuckTales Remastered System Requirements and Optimization Tips
Next Post: Torchlight II – Fish and Spells Reference Guide and Tips

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Title: DuckTales Remastered
  • Release Date:
  • Developer:
  • Publisher:
Information about DuckTales Remastered is still incomplete. Please help us fill the details of the game using this contact form.

Disclaimer

All content cited is derived from their respective sources. If you think we have used your content without permission, make sure to reach us and we will be taking it seriously.
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms of Service

Copyright © 2025 Riot Bits.

Powered by PressBook News WordPress theme