-
Notifications
You must be signed in to change notification settings - Fork 17
Linux Installation Guide
othello7 edited this page Jan 19, 2025
·
4 revisions
- Install the
mono-complete
package (official guide) - Download the latest version of DGR and extract the ZIP file
- Make sure Steam is running
- Run the game with
./DuckGame.sh
from within the extracted folder
If you get bash: ./DuckGame.sh: Permission denied
, run chmod +x DuckGame.sh
Steam still thinks that Duck Game is a windows-only game that needs to be run through proton on linux. To get it to launch Duck Game natively will take a bit of a workaround.
- Go to your steam Duck Game folder and delete the contents. Copy the contents of DGR in place of it.
- Download this file (click the "download file" button in the upper right), copy it to your Duck Game directory, and make it executable with
chmod +x UseMonoNotProton
- Now set your steam launch arguments for Duck Game to the path to UseMonoNotProton (in quotes) with %command% at the end like so (with your path instead though)
Thanks to @malsententia for figuring this out!