Duck Game Rebuilt is a decompilation of Duck Game with massive improvements to performance, compatibility, and quality of life features.
Join our Discord server if you have any questions, need help, or want to report bugs
Notable wiki pages:
For Windows users, subscribe to the steam workshop mod.
For Linux users, follow the Linux Installation Guide
Welcome to the repo, enjoy your stay, please unfuck the code. thanks
Note: your IDE will scream at you with 200+ warnings when building, which is normal
Ctrl+Shift+B
F5
(will crash unless Steam is running)
mono-complete
packagecd
to the solution's directorynuget restore
mkdir ./bin/
cp ./DuckGame/lib/* ./bin/
msbuild -m -p:Configuration=Debug
mono ./bin/DuckGame.exe