Created
May 29, 2017 14:03
-
-
Save iuridiniz/a586e0fb98ef10d0ae5066210abcfffe to your computer and use it in GitHub Desktop.
run cs through wine (installed by warzone installed)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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