You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is collection of DLLs to fix compatibility for Windows 7 in the Cube World Beta (0.9.1-0).
4
+
5
+
# Usage
6
+
1. Head over to the [releases](https://github.com/CWTesseract/win7fix/releases) page and download the zip file.
7
+
2. Extract the `.dll` files to your cube world directory, next to your `cubeworld.exe`.
8
+
9
+
# Where did these come from?
10
+
11
+
These DLL's are from the following sources:
12
+
*`FAudio.dll` & `XAudio2_8.dll` -> I built a win64 release build of
13
+
[FAudio](https://github.com/FNA-XNA/FAudio), an XAudio reimplementation, licensed under zlib.
14
+
15
+
*`SDL2.dll` -> A win64 release build of [SDL2](https://www.libsdl.org/), licensed under zlib.
16
+
17
+
*`XInput1_4.dll` -> The original DirectInput `XInput1_3.dll` file from Microsoft, but renamed to `XInput1_4.dll`. ( Cube World Beta 0.9.1-0 only uses the `XInputGetState` export so this works.)
0 commit comments