Skip to content

Instantly share code, notes, and snippets.

View bigunclemax's full-sized avatar
🥴

Maxim bigunclemax

🥴
View GitHub Profile
@fritschy
fritschy / anno-1602-gog.sh
Last active November 6, 2021 09:30
Run Anno 1602 on Linux with Wine
#!/bin/sh
export WINEPREFIX=$PWD
case "$1" in
setup)
mkdir -p ~/Games/anno-1602
cd ~/Games/anno-1602
winetricks winxp
winetricks ddr=gdi # do I need this?