mirror of
https://codeberg.org/WinDurango/WinDurango.git
synced 2026-04-18 02:23:34 -04:00
26 lines
771 B
Markdown
26 lines
771 B
Markdown
# WinDurango
|
|
|
|
> [!IMPORTANT]
|
|
> We are rewriting WinDurango, due to many of the old codebase's flaws coming to light.
|
|
|
|
## Building
|
|
```
|
|
git clone https://codeberg.org/WinDurango/WinDurango.git
|
|
|
|
vcpkg install
|
|
|
|
mkdir build && cd build
|
|
|
|
cmake ..
|
|
|
|
cmake --build .
|
|
```
|
|
|
|
## 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 |