Setup Linux Srcds Server完全手册

测试环境Ubuntu,其他版本的Linux操作方法类似。
1.安装lib32gcc1依赖库
如果你的系统已经安装了lib32gcc1请跳过此步骤。
apt-get install lib32gcc1
2.安装前的准备工作
cd /home/
mkdir srcds
cd srcds
 3.下载hldsupdatetool.bin
wget http://www.steampowered.com/download/hldsupdatetool.bin
chmod
+x hldsupdatetool.bin
4.执行hldsupdatetool.bin
./hldsupdatetool.bin
./steam
此过程可能会遇到询问,请回答Yes。
 5.下载游戏文件
./steam -command update -game [GameName] -retry
[GameName]处填写游戏名称,具体游戏名称请参阅以下网址中的Update。
更多参数请访问
执行此命令后Steam将自动下载游戏所需的文件,该过程可能会持续几个小时,如果你正在使用SSH,请不要关闭连接窗口。
注意:无法将Steam下载程序移至后台运行,Steam会在刷新屏幕时自动切换到前台。
6.运行srcds
./srcds_run -console -game [GameName]
[GameName]处填写游戏名称,具体游戏名称请参阅以下网址中的Launch。
更多参数请访问
posted @ 2011-06-29 14:58  N//A  阅读(606)  评论(0编辑  收藏  举报