Steam服务器列表的问题
2005.10.2更新范例:
首先了解下
UDP Timeout UDP失效时限,一般为300秒。在300秒内(5分钟),没有数据发送,这个UDP连接将终止。
NAPT Port Start NAPT转换起始端口号,一般为50000
NAPT Port End NAPT转换终止端口号,一般为52047
以Viking的ADSL为例子:
Viking的ADSL经过NAPT后,所有的端口都变化了。它将随机在5000 ...
关于Http下载地图的方法
由于现在服务器都在进行新地图的更新工作,很多服务器一换新地图就没人了。因为老的地图下载方法非常慢,一般地图5分钟,大一点的地图十分钟,这是很郁闷的,由于很多人是在网吧玩得,自己没办法下载,所以服务器的人气越来越差, 我也很喜欢玩新地图,经过本人多年精心研究,发现有个办法可以解决这个问题,
1分钟下完新地 ...
Server守护者可适用 DOD/CS
CS服务器的守护程序,可以在每次启动计算机时自动启动CS服务器,当CS服务器被意外关闭后,守护者还可以自动再次重新打开CS服务器,而且运行CS服务器时可以隐藏服务器窗口
HC人民战争反作弊插件(重要更新!请重新下载!)
转自:http://www.dt-club.net/forum/showthread.php?t=40020 作者:apocalyptic
【简介】
去年的这个时候,每天至少有十几人次在QQ群组投诉服务器有人作弊,现在已经基本没有了。总的来说,我的反作弊方案可以归结为:以VAC为核心,让正版玩家对非正版玩家进行监管。
【要点】
1.服务器是NoSteam(正版盗版都能进来)的 ...
sXe win32双线服务器IP设置
双网卡的服务器上建立sxe服务的设置问题
相信多数服务器的管理员多出现过这样的状况
设置的网通IP 电信用户进入就会被SXE踢掉
设置电信IP 网通用户就会被踢
下面拿我的服务器做下简单设置说明
222.222.27.28 电信
121.28.24.48 网通
我的服务器是双网卡,但对内网是一个ip,双卡做了负载容于,然后通过外网端口映射 ...
HLDS常用启动参数解释
hlds.exe常用启动参数解释
假设安装目录为[HLServer\]
hlds.exe -game cstrike +servercfgfile server.cfg -insecure -port 27026 +maxplayers 14 +map de_inferno +sv_lan 0 -console
-console
//以控制台模式启动服务器;
-game cstrike
//指定服务器内容为CS;在控制台模式下此为必须的参数;
-insecure
...
虐待作弊猪的一些方法
一些无聊的命令.
修改 clcmds.ini
-----------------------------------------
; 菜单配置文件
; 默认文件位置: $moddir/addons/amxmodx/configs/clcmds.ini
; 跟玩家菜单插件一起使用
; 注意: 在默认情况下所有的权限等级默认为 "u".
; 然而你可以自己改变, 为限制某些设置可设为其他权限.
; 客户端命令菜单: ; < 描述 > < ...
AMX和AMXX反编译
原帖子:http://forums.alliedmods.net/showthread.php?t=19368
反编译转换步骤过程:
教程1
http://www.sourcemod.net/devlog/?p=58
教程2
http://www.sourcemod.net/devlog/?p=59
教程3
http://www.sourcemod.net/devlog/?p=60
教程4
http://www.sourcemod.net/devlog/?p=61
教程5
http://www.sourcemod.net/devlo ...
CS服务器弹道设置
sv_maxupdaterate 101
sv_minupdaterate 30
sv_maxrate 25000
sv_minrate 2500
sys_ticrate 10000
LAN上是这样设置的.如果服务器好.带宽足的话,弹道就很好了.LOGO传送那个就不用改了
看你的带宽了
sv_send_logos 1
// 客户端相互之间传送喷图
// 0=禁止
// 1=允许(同时确保sv_allowdownloads键值为1)
sv_send_resources 1
/ ...
一个CS服务挂不同的插件
有朋友想问如何让服务器跑两个端口:
一个用Metamod+AMX+CD。
一个只用CD。
当时,建议复制一个cstrike到cstrike2目录,然后修改不同的liblist.gam文件。然后利用
hlds.exe -game cstrike xxxx
hlds.exe -game cstrike2 xxxx
来跑。
现在给另外一个方法。修改hlds.exe文件。
hlds.exe是调用swds.dll,由swds.dll负责调 ...
Setting Your Server Rates (rewritten)
***Thanks to CG1 we now have a handy little web based app that calculates rates based on the following post. You can find it here.***
*formulae for calculating server size have changed somewhat - May 18/05*
*see four posts down for more information*
*new information: Linux servers can handle much ...
DoD Ninja
用 ADO 模块连接多种数据库!!(V1.01)
作者:Rulzy
使用 ADO 模块连接 Access、SQL Server、dBase、FoxPro、Oracle 等多种数据库!!
此 AMXX ADO v1.0 模块终于发布!!使用此 ADO 模块,可以连接所有 ADO 所支持的数据库,如 Access、SQL Server、dBase、FoxPro、Oracle 等。
此次发布的版本中,共包含如下 6 个文件:安装方法:
将压缩包解压后,把所有文件 ...
地图同步插件
地图同步插件使用说明:
命令:
amx_addforwardmapserver
添加需要与此服务器地图同步的服务器的地址、端口和rcon_password,如:
amx_addforwardmapserver "192.168.0.254" 27016 "123456"
使用时要注意:
1、目标服务器的地址、端口和rcon_password必须正确,并且rcon_password不能为空,否则将无法 ...
AMXx插件编写指南+AMXX说明文档
里面包括:AMXx插件编写指南和100个amxx命令使用方法大全
完美解决让不同的CS服务器各自运行于不同的CPU核心上
首先去下载winLaucherXp这个软件,目前最新的2.05版,无须注册
我简单的说下步骤
在主界面,按下ctrl+a,新建一个程序,
1.给你的服务器起个标识,例如csserver
2.按下browser按钮,找到这个服务器的主程序hlds.exe文件
3.选择程序运行CPU占用优先级,如果是专门的游戏服务器,建议拖到最右边,红色那里,代表实时, ...
sXe 辅助插件 [ Ryu_sXe_Accessorial v0.2 ]
Ryu_sXe_Accessorial [ 版本 v0.2 ]
来源:
战鹰 < http://www.GaVinCN.com >
121.11.253.162:27015 [CHN.GaVin|战鹰]CS娱乐服务器
121.11.253.162:27016 [CHN.GaVin|战鹰]CZ娱乐服务器
121.11.253.162:27018 [CHN.GaVin|战鹰]比赛服务器
描述:
本插件适用于启用 sXe 反作弊的服务器,且服务器端 sXe 参数 "__sxei ...
内网优先登录自动踢外网Ping高者插件〖Ⅲ终结版〗
由于原版的adminslots通道管理插件在经多次进出后会存在人数显示不正确的问题,
使用本插件可代替它,即不再需要加载adminslots插件,也不会有相关的问题出现!
完全兼容现有的amx或amxx版本并不会再与admin插件冲突,也不需要去改动其它插件。
加载本插件方法,先将本插件解压到plugins目录下,编辑plugins.ini
admin.a ...
Half-Life Counter-Strike登录拒绝服务漏洞
漏洞消息时间:2008-01-07
漏洞起因
异常条件处理失败错误
影响系统
Valve Software Half-Life Counter-Strike 1.6
不受影响系统
危害
远程攻击者可以利用漏洞对应用程序进行拒绝服务攻击。
攻击所需条件
攻击者必须访问Half-Life Counter-Strike。
漏洞信息
Half-Life Counter-Strike是一款流行的即时射击游戏。
Half ...
Creating a Counter-Strike Server
Introduction by Sebastian · May 9th, 2005 ·
So.. you've been playing Counter-Strike and now you're wondering how to set up a server? This is one of the top most asked question we receive on our forums. For some, setting up a server can be a daunting task, but in reality, it is not that difficult ...
俄罗斯某个CS服务器的反作弊方案
反作弊软件说明:
德国HLGuard反作弊,具有级强的透视及加速检测能力,一旦发现直接Kick;
俄罗斯Reallite Anti-Cheat Configs反作弊,能防的住一些CDD还有狗跳、非法CONFIG和参数,防止flashbug、C4bug、S-ZONE等等,安装之后可以比拟CD反作弊(需要HLGuard v1.9.n10支持);
俄罗斯Reallite Files Checker反作弊,颜色作 ...
A Guide to Setting up a Half Life Dedicated Server - 教你架设服务器
A Guide to Setting up a Half Life Dedicated Server
Disclaimer**Under no circumstance may the following information posted by me (ps2cho) be copied onto any site or other medium without my personal consultation and approval.**
Ok after noticing and having some people emailing me about how to setup ...
Voice Compression - 语音分析
There is a high probability that your server won't be running off a T1 connection, it will probably be running out of business cable which won't have a lot of bandwidth. Without a lot of bandwidth people will lag and eventually leave, so administrators always try to optimize theirs servers as much a ...
Custom Spray
Custom SprayThese days, custom spray are very common on most of the Half-Life mods! Wheter you want to say "PWNED!!!" or "Shoutout to HLDS 101", sprays allow you to express emotions and messages.
The only problem is... How on earth do you create custom sprays??!?!?!
And the answer is (surprisingly) ...
Hardware-HLDS性能指标
Just as your gaming computer, your server deserves good hardware. While at gaming, if your computer isn't recent enough for a new game, you'll get low FPS. Servers follow the same rule, but it will result in lag and instability. This mini hardware guide will help you decide on what you need to build ...