|
发表于 2008-11-16 22:38:04
|
显示全部楼层
来自 中国–河北–石家庄
回复: LINUX_freebsd 保留一段经典的启动代码
我也帖一个我的
FreeBSD 7.0
#!/bin/sh
cd /home/neo/hlds
./hlds_run -game cstrike -pingboost 3 +map de_dust2 +maxplayers 21 +servercfgfile gamemode1.cfg +ip 192.168.1.2 -port 27015 -insecure +sv_lan 0 -console +sv_region 4 -nojoy -noipx -zone 2048 +localinfo mm_pluginsfile gameplugin1.ini -restart -32bpp +sys_ticrate 1000 -heapsize 256000 > /dev/null 2>&1 & |
|