elishacloud / dxwrapper

Fixes compatibility issues with older games running on Windows 10/11 by wrapping DirectX dlls. Also allows loading custom libraries with the file extension .asi into game processes.
zlib License
1.17k stars 83 forks source link

Disable Dxwnd Banner? #44

Closed AlbertHamik closed 4 years ago

AlbertHamik commented 4 years ago

How does one disable it in the dxwrapper version?

elishacloud commented 4 years ago

In the latest version if dxwrapper DxWnd is disabled by default. However, to disable it manually just add a line to the ini file that says:

DxWnd = 0

See this page for all basic settings: wiki Configuration

AlbertHamik commented 4 years ago

I think you misunderstood the question. I know how to disable Dxwnd, I meant how do you disable the Dxwnd logo that appears when you start a program with it enabled. In normal Dxwnd, you can manually set a program to have no startup logo/banner, but how do you disable it in the dxwnd.ini for DXWrapper?

elishacloud commented 4 years ago

You need to use the version of DxWnd that comes with dxwrapper. Just run the DxWnd.exe file that is included in the zip file and follow the steps below:

  1. Either add a new item if none exists or modify the existing item.
  2. Enable option that says "No banner".

image

AlbertHamik commented 4 years ago

Oh, okay. Pretty interesting how that works then.

elishacloud commented 4 years ago

Closing issue.