Hi all! I hope you find this useful!
Today we are going to learn how to install Steam and Counter Strike on linux.
First, we need WINE. If you don't have it or need help installing it, view this thread: http://www.overclock.net/linux-unix-...ling-wine.html
Once that is done, download the Tahoma font and put it in your wine fonts folder (ususally /home/USERNAME/.wine/drive_c/windows/fonts_
Code:
Download SteamInstall.exe.
go to a terminal and type:
Code:
Once that is completed, in the same terminal, switch to the Wine directory where it installed:
Code:
Then type the following to launch Steam, while hiding errors to make the game run faster.
Code:
If you can't type in the login/password boxes, first right click in the login field then left click. That should let you. I don't know why it does this.
Another thing, close everything or minimize it before launching Counter Strike. Only the "My Games" window should be open. Once you click to launch Counter Strike: Source, the "Preparing to launch game" window will pop up, CLOSE OUT OF THE MY GAMES WINDOW AT THIS TIME.
Questions? Comments?
Today we are going to learn how to install Steam and Counter Strike on linux.
First, we need WINE. If you don't have it or need help installing it, view this thread: http://www.overclock.net/linux-unix-...ling-wine.html
Once that is done, download the Tahoma font and put it in your wine fonts folder (ususally /home/USERNAME/.wine/drive_c/windows/fonts_
Code:
Code:
cp Tahoma.ttf /home/USERNAME/.wine/drive_c/windows/fonts
go to a terminal and type:
Code:
Code:
wine SteamInstall.exe
Code:
Code:
cd /home/USERNAME/.wine/drive_c/Program Files/Steam
Code:
Code:
WINEDEBUG="fixme-all" wine steam.exe
Another thing, close everything or minimize it before launching Counter Strike. Only the "My Games" window should be open. Once you click to launch Counter Strike: Source, the "Preparing to launch game" window will pop up, CLOSE OUT OF THE MY GAMES WINDOW AT THIS TIME.
Questions? Comments?