Skip to content

Instantly share code, notes, and snippets.

@iuridiniz
Created May 29, 2017 14:03
Show Gist options
  • Save iuridiniz/a586e0fb98ef10d0ae5066210abcfffe to your computer and use it in GitHub Desktop.
Save iuridiniz/a586e0fb98ef10d0ae5066210abcfffe to your computer and use it in GitHub Desktop.
run cs through wine (installed by warzone installed)
#!/bin/bash
# http://cswarzone.com/
# TODO: change the paths
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