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

If you can load this dll to make o2jam window mode #21

Closed jcgo16 closed 6 years ago

jcgo16 commented 6 years ago

D3dHook.dll from https://www.fileplanet.com/198137/190000/fileinfo/D3DWindower-English-version/

I wanted to make the game Window without running the Exe of the d3dwindower, hope theres a way to do it

http://o2jam.com.ph

mirh commented 6 years ago

You can already use ultimate asi loader if you are just looking to force windowed mode.

Not sure that's really in the scope of this project.

elishacloud commented 6 years ago

DxWrapper can already do this. Just add this line into the ini file:

LoadCustomDllPath = D3dHook.dll

Or you can:

  1. Download wndmode.dll and wndmode.ini.
  2. Drop them into the same folder as dxwrapper.
  3. Add the following line to the dxwrapper ini file:
    LoadCustomDllPath = wndmode.dll
  4. Update the wndmode.ini file as desired.
jcgo16 commented 6 years ago

wow nice, thank you <3 it work the asi loader

elishacloud commented 6 years ago

Closing this issue since the issue has been solved.