testing:
- Windows 10 or newer
- Minecraft: Xbox One Edition 1.61.1924.0 dump with installed WinDurango
- Alpha 2 will NOT work, use the last successful GitHub Actions build
developing:
- .NET SDK 9.0
- Visual Studio 2022 with 'Desktop development with C++' workload
- clone repo
git clone https://github.com/danilwhale/Durangling
- open
Durangling.sln
in any IDE (e.g. Visual Studio 2022, JetBrains Rider) - optional: rename
TestgroundMod
to something else - build Detours with
ReleaseMD | x64
configuration - start developing your mod
- publish mod project
dotnet publish <YourModProjectName>
- copy files from
<YourModProjectName>\bin\Release\net9.0\win-x64\publish
to<MinecraftDumpFolder>\Mods
- start the game