From 5263d896e9a65914b35f98fa1f664cc96f60a995 Mon Sep 17 00:00:00 2001 From: CT5 Date: Sat, 11 Apr 2026 08:17:57 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 108f3b1..2131437 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,13 @@ mkdir build && cd build cmake .. cmake --build . -``` \ No newline at end of file +``` + +## Running +Currently, WinDurango only works with Minecraft LCE 1.2.0.0. +To use WinDurango, build the dll's and put them into the mount dir and copy the EmbeddedXvd folder to the Mount dir. +You cannot normally run a UWP app's EXE file directly, instead you have to register the UWP app and launch it from the Start Menu/a Debugger. +1. Enable Developer Mode +2. Go to the Mount folder of your game (where the EXE sits) +3. Open Powershell.exe to that directory +4. Run Add-AppXPackage -Register .\AppxManifest.xml \ No newline at end of file