0xtt7 发表于 2008-11-11 10:32:10

回复: LINUX_freebsd 保留一段经典的启动代码

一般是访问了不可访问的内存地址.
给个联接吧
http://oss.lzu.edu.cn/blog/article.php?tid_700.html

0secK 发表于 2008-11-11 10:48:27

回复: LINUX_freebsd 保留一段经典的启动代码

Post by Desmond
開server用+port喔 -port並不正確
詳情參考一下以下網址 : )
http://developer.valvesoftware.com/wiki/Command_Line_Options#Some_useful_console_variables_3

就在你所说的这个页面我看到如下的字符

Example startup command for HLDS on Linux
./hlds_run -game cstrike -autoupdate -pingboost 2 +maxplayers 20 +mapchangecfgfile "mapchange.cfg" +map de_dust2 -port 27015 -sport 27035 +ip 62.93.204.15

-sport 27035 这个又代表什么?

Desmond 发表于 2008-11-11 22:54:14

回复: LINUX_freebsd 保留一段经典的启动代码

Post by 0secK
就在你所说的这个页面我看到如下的字符

Example startup command for HLDS on Linux
./hlds_run -game cstrike -autoupdate -pingboost 2 +maxplayers 20 +mapchangecfgfile "mapchange.cfg" +map de_dust2 -port 27015 -sport 27035 +ip 62.93.204.15

-sport 27035 这个又代表什么?

它是指定了伺服器中VAC2這個功能的PORT.
正版服才會用的

myneo 发表于 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 &
页: 1 2 [3]
查看完整版本: LINUX_freebsd 保留一段经典的启动代码