Install Counter-Strike: 1.6 server on Windows
This guide will show you how to install a Counter-Strike: 1.6 server on Windows.
Method 1:-
Method 1:-
- Create a folder where you want to install your server.
- Download SteamCMD and extract the contents of the zip to the folder.
- Open steamcmd.exe and wait until steamcmd install required files in that folder.
- Once steamcmd is installed you need to login in to steam via steamcmd. You can also login using anonymous id.
login anonymous
Orlogin <username>
- After you log in, you can setup download/install directory for the server.
force_install_dir ./cs16server/
- Install or update the server using app_update command. app_update command requires the application id of the game server you want to install. We are going to install Counter strike 1.6 so we will use 90. You can find other application ids here.
app_update 90 validate
- Run app_update 90 validate comamnd multiple times until no more updates take place.
- Here you have installed your Counter-Strike: 1.6 server successfully.
Method 2:-
- Create a folder where you want to install your server.
- Download SteamCMD and extract the contents of the zip to the folder.
- Open notepad and copy paste the following commands.
steamcmd +login anonymous +force_install_dir ./cs16server/ +app_update 90 validate +quit
- Save the file as cs16server.bat in the same folder with steamcmd.
You can also download cs16server.bat file from download section below. - Open cs16server.bat and wait for steamcmd to install the server.
- Here you have installed your Counter-Strike: 1.6 server successfully using method 2.
Downloads:-
No comments