Created
May 6, 2018 23:26
-
-
Save iuridiniz/ca22a29748ee5bae8156a214ec29e57d to your computer and use it in GitHub Desktop.
run cs linux
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
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