Skip to content

Instantly share code, notes, and snippets.

@iuridiniz
Created May 6, 2018 23:26
Show Gist options
  • Save iuridiniz/ca22a29748ee5bae8156a214ec29e57d to your computer and use it in GitHub Desktop.
Save iuridiniz/ca22a29748ee5bae8156a214ec29e57d to your computer and use it in GitHub Desktop.
run cs linux
cd /home/iuri/.local/share/wineprefixes/cs1.6/drive_c/Program\ Files\ \(x86\)/Counter-Strike/
WINEPREFIX=/home/iuri/.local/share/wineprefixes/cs1.6/ exec \
wine ./hl.exe \
-steam \
-game cstrike \
-noipx \
-nojoy \
-noforcemparms \
-noforcemaccel \
-w 1280 -h 720 -forceres -window \
$*
# fullscren with '-full'
# http://forums.steampowered.com/forums/showthread.php?t=2703134
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment