Zombie Reloaded
Created On
N/A
Updated On
N/A
Total Views
836
Total Downloads
0
Installation
Requirements
Downloading A Server From SteamCMD
Use SteamCMD to download SRCDS for CS:S or CS:GO. You may find the app ID required from this page. CS:S's app ID is 232330
and CS:GO's app ID is 740
.
Linux SteamCMD Install
1# Download requirements (for Ubuntu/Debian). Sudo requires root privileges! 2sudo apt-get install lib32gcc-s1 3 4# Download requirements (for Redhat/CentOS). Sudo requires root privileges! 5sudo yum install glibc.i686 libstdc++.i686 6 7# Download SteamCMD. 8curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf - 9 10# Add execute permissions. 11chmod +x steamcmd.sh 12 13# Execute. 14./steamcmd.sh
Download CS:S Server (within SteamCMD)
1# Where to install the server (make sure to set before logging in!). 2force_install_dir /path/to/server 3 4# Ex For Current Folder - force_install_dir ./myserver 5 6# Login anonymously. 7login anonymous 8 9# Install & Validate server! 10app_update 232330 validate 11 12# Exit 13exit
Download CS:GO Server (within SteamCMD)
1# Where to install the server (make sure to set before logging in!). 2force_install_dir /path/to/server 3 4# Ex For Current Folder - force_install_dir ./myserver 5 6# Login anonymously. 7login anonymous 8 9# Install & Validate server! 10app_update 740 validate 11 12# Exit 13exit
SourceMod & Metamod Installation
Download SourceMod & MetaMod from Downloads and extract all folders and files to the SRCDS game's directory (e.g. cstrike/
or csgo/
). You should be replacing likely existing folders addons/
and cfg/
.
To Be Continued...