各位先进好,小弟最近架了一个L4D2的静态服务器让自己朋友玩玩
OS是使用centOS 6.5,在Esxi上面开一个VM专门放它
是照着这篇文章做的
http://goo.gl/Ib6uLr
也成功弄出来了,但是现在唯一的问题点是
"没办法设定密码,路人都可以随便跑进来"
(连线方式是使用开发人员命令列输入connect <IP>)
不管我在server.cfg里面怎么设定通通没用
sv_password "mypassword"
sv_password mypassword
rcon sv_password "mypassword"
(已经确认server.cfg是有正确被执行的,唯独sv_password没反应)
各种形式我都试过了,通通没用
甚至在l4d2server这个script档案里面增加都没用
fn_parms()
{
parms="-game left4dead2 -strictportbind
-ip ${ip} -port ${port} +clientport ${clientport}
+sv_password "mypassword" +map ${defaultmap}
^^^^^^^^^^^^^^^^^^^^^^^这边
+servercfgfile ${servercfg} -maxplayers ${maxplayers}"
}
后来我发现设定sv_allow_lobby_connect_only 0之后,连过去跑
出来叫你输入密码的提示,但是输入完按下确定之后就没有任何反应了
以前架nmrih的静态服务器都很顺利的,这次换成l4d2就不行
麻烦各位先进不吝解惑,谢谢<(