Skip to content

Commit 9fc8621

Browse files
committed
Initial commit
0 parents  commit 9fc8621

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Cube World Beta Compatibility DLLs for Win7_64.
2+
3+
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.)
18+
19+
20+

0 commit comments

Comments
 (0)