Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
This is not yet a full rust implementation.

`xgameruntime.gdk.dll` is the official gdk sdk `.dll` renamed and needed for this wrapper to work.

You find the original `xgameruntime.dll` inside of the 2604 sdk installer `PC Development.msi` [Microsoft GDK](https://github.com/microsoft/gdk), you can use `msiextract` under linux / macOS to get this without windows.

To use Xuser with Minecraft for Windows, you currently need to follow this [PR description](https://github.com/minecraft-linux/xgameruntime-rs/pull/2) to patch `MicrosoftGame.config` until XUser is generally available.
Loading