|
发表于 2004-7-17 11:46:28
|
显示全部楼层
如果不开外网只用在局域网里的话就可以不用免CD补丁,如果要想让互联网上的人都进你的服务器的话就要用到免CD补丁。
---------------------------------------------------
#/bin/bash/
export LD_LIBRARY_PATH=/cs/hlds_l LD_LIBRARY_PATH
./hlds_run -game cstrike +ip 211.152.9.115 +port 27015 +maxplayers 36 +map de_dust2 -nomaster +sv_lan 1 +servercfgfile server15.cfg
+mapcyclefile mapcycle16.txt -noipx &
------------------------------------------
和
#/bin/bash/
export LD_LIBRARY_PATH=/home/cs/hlds_l LD_LIBRARY_PATH
./hlds_run -game cstrike +ip 192.168.0.11 +port 27015 +maxplayers 36 +map de_dust2 -nomaster +sv_lan 1 +servercfgfile server.cfg
+mapcyclefile mapcycle.txt -noipx &
---------------------------------------------------
以上两位如果export LD_LIBRARY_PATH=后面的地址没错的话就没有问题。应该是nocd补丁有问题(常见的是版本不对) |
|