关于CONFIG:
A.国际:Serria公司将CONFIG(又名CS脚本)核心参数公开给玩家是为了加强CS的个性化和适用性。据说最先开始研究CONFIG的CS玩家是Gladiator,而在国内比较出名的还是Zetor和J R,他俩的脚本可能很多人都用过(我也不例外)。当时国外的CS比赛机制还不够完善,很多技术都还在摸索期,同时由于Halflife的引擎限制CS在网络优化和实用性方面还很落后。国外的CSER们便开始借改动CONFIG来优化CS。例如Zetor脚本中的“无枪”、“高亮”、“加强血迹”。。等等参数都对CS的FPS和显示加以了优化。同时,当时很多玩家都喜欢使用ex_interp 0.0x 的参数他们认为这样可以在PING过高是来弥补网速的差异(其实Serria一直也没有承认ex_interp可以弥补网速)。慢慢的国外玩家都习惯了改动这些参数,很多比赛也就依照大家的这些习惯而制订了。CPL原来的规则中就有ex_interp 0.05 。此后,随着CS版本的提升,Serria公司给CS加入很多网络和竞技性方面的优化(如,延迟填补技术)。同时PC硬件的发展使得CSER们也不必在为FPS而头痛。这样CONFIG的修改也就变的画蛇添足。目前国外的比赛基本都对CONFIG加以限制。都提倡使用默认的CONFIG。CPL已将规则中的ex_interp 0.05 改回为ex_interp 0.1 。而Clanbase网上比赛也加入了CFG检测。现在国外CS比赛比较普及的CFG协议是WWCL的协议。WWCL也根据其协议规则编制了WWCL mod的服务器端插件。它可以检测和锁定服务器中PLAYER的CFG,确保它们都是默认的。关于它的安装和使用我将在下面涉及。另外,据说CS1.6将加入对CFG的锁定。到时候就不必这么麻烦了。
B.国内:
国内玩家对CFG的认识大都在近半年。大多数玩家都是简单的套用国外高手的CFG。他们感觉有了那些改过的CONFIG反应快了、看的清了、屏幕不晃了还不算作弊。同时由于国内比赛制度的落后和裁判水平的低下(相对国外来说),CFG一下在大江南北火起来。有了CFG的好处,而更多的CFG带来的问题。
1.ex_interp 0.0x 系列
我想大家对这个参数已经很了解。它可以使实际的命中点出现在影象的后面。也就是先见影,再见人。它可以提高发应速度。但长时间使用它人生理上的第一反应瞄准就都在影象的后面,尤其是使用AK和M4。一旦恢复ex_interp 0.1 就总觉得打不中人。辛苦那么久练就的第一瞄准算白练了。。。
2.gl_monolights 系列
打开这个参数后地图黑暗处变亮,而人仍然是黑的!~敌人拥有的黑暗优势变成了:黑颜色的人站在明晃晃的大路中间(尤其是CBBLE、TRAIN等MAP)。用它确实很爽。但要是之后没有了呢??
3.现在泛滥的“无敌”CFG使得战网的CSER人心惶惶,有的人是乐在其中,有了CFG就是个“无敌”;有的人认为人家比自己强一定就是用了CFG,于是无法认识自己的缺点;有的人感觉人家都用自己为什么不用,明知用了不好还用。。。。。
4.很多人已经到了闻CFG色变的程度,经常可以碰见人在网吧里喊:“你看它准星颜色和字的颜色都变了,一定是用了什么夸张的CONFIG!” 我都无语。。。CFG连它最后的一点个性化的优点都无法发挥了,真是祸啊~~。。。。。
结论:从软硬件的考虑改动CONFIG已经失去意义。从练习CS考虑改CONFIG有百害而无一益。
请大家不要再把这个“洋垃圾”当宝使了!!
WWCL mod 服务器插件的安装:
WWCL mod 插件是根据WWCL规则协议制作的CONFIG检查和锁定工具。它是基于metamod的插件,所以使用中需要metamod。大家可以在WWCL和metamod的官方网站上下载他们。
安装方法:(WWCL的ZIP包中有ENG版的README,ENG高手就不必在这里浪费时
WIN版
第一步.安装metamod
如果你服务器上已经安装了metamod,你可以跳过第一步.
1.将在metamod网站下载的metamod.dll文件放到:..\cstrike\dlls\目录下
2.在..\cstrike\目录下打开liblist.gam文件(用写字板就可以)
将其中的:gamedll "dlls\mp.dll"
改为:gamedll "dlls\metamod.dll"
3.保存并关闭文件。
第二步.
1.将在WWCL网站上下载的ZIP包打开将其中的wwclconfig_mm.dll解到:..\cstrike\dlls\目录下。
2.在..\cstrike\目录下建立文件metamod.ini,如果已经存在将它清空,在其中加入命令:
win32 dlls\wwclconfig_mm.dll
3.保存并关闭文件。
第三步.
1.在..\cstrike\目录下建立wwcl文件夹.
2.将ZIP包中的以下文件解压到..\cstrike\wwcl\目录下:
cstrike\wwclconfig.cfg
cstrike\wwcl\wwcl_alias.cfg
cstrike\wwcl\wwcl_cmds.cfg
cstrike\wwcl\wwcl_console.cfg
cstrike\wwcl\wwcl_ok.cfg
cstrike\wwcl\wwcl_settings.cfg
3.将ZIP包中的wwclconfig.cfg文件解压到..\cstrike\目录下.
第四步.
重起服务器。
LINUX版
第一步.安装metamod
如果你服务器上已经安装了metamod,你可以跳过第一步.
1.将在metamod网站下载的metamod_i386.so文件放到:..\cstrike\dlls\目录下
2.在..\cstrike\目录下打开liblist.gam文件(用i.e.就可以)
将其中的:gamedll_linux "dlls/cs_i386.so"
改为:gamedll_linux "dlls/metamod_i386.so"
3.保存并关闭文件。
第二步.
1.将在WWCL网站上下载的ZIP包打开将其中的wwclconfig_mm_i386.so解到:..\cstrike\dlls\目录下。
2.在..\cstrike\目录下建立文件metamod.ini,如果已经存在将它清空,在其中加入命令:
linux dlls/wwclconfig_mm_i386.so
3.保存并关闭文件。
第三步.
1.在..\cstrike\目录下建立wwcl文件夹.
2.将ZIP包中的以下文件解压到..\cstrike\wwcl\目录下:
cstrike\wwclconfig.cfg
cstrike\wwcl\wwcl_alias.cfg
cstrike\wwcl\wwcl_cmds.cfg
cstrike\wwcl\wwcl_console.cfg
cstrike\wwcl\wwcl_ok.cfg
cstrike\wwcl\wwcl_settings.cfg
3.将ZIP包中的wwclconfig.cfg文件解压到..\cstrike\目录下.
第四步.
重起服务器。
说明:
1.关于CONFIG的规则设置在wwc_cmds.cfg中,其中没有对cl_dynamiccrosshair(动态准星)的锁定,我也认为这个参数可改的。但如果你想锁定它可在wwcl_cmds.cfg中加入:wwclconfig_check "cl_dynamiccrosshair" "1" 。加入或去掉其他参数也同理。
2.对于CONFIG改的很夸张的PLAYER服务器可能会踢出,而大多数会将其改名,至于改成什么名字你试试就知道了。
3.wwcl好象没有反作弊的功能,大家不要对它期望太高。
4.安装部分由于条件限制我只测试了WIN版的,linux的用户如有问题可在WWCL的ZIP包中找readme看看。WIN版的服务器有的启动时要上网下载数据,稍等就OK了。
后记:写的异常辛苦,行文中当机2次。。。
本文涉及CS核心知识较多,本人系一菜鸟,有不足之处请高手斧正。
WWCL会将CONFIG还原为标准模式。这样服务器上玩家的CFG很可能就会被无情的改掉。但解决办法很简单: 你只需在WINDOWS界面下将你的config.cfg文件改为“只读属性”就可以了。或将喜欢使用的参数加到autoexec.cfg中。
WWCL一经推出便在sogamed等国外网站上引起很多置疑,但其中大多数的非议都是针对旧版本的。目前WWCL已经被国外大多数的职业,半职业玩家所接受。它的默认参数也就是现在CPL的官方规则。你可能最近经常在DEMO中看到:XXX say [ WWCL Config Check ] succesfully finished 的字样,这便是使用了WWCL plugin.
同时附wwcl英文说明
The WWCL plugin has achieved an amazing following amongst the world's top Counter-Strike teams and dedicated server administrators. Allowing them to investigate client's configuration variables and scan for illegal parameters as defined by the WWCL plugin configuration files rule-set. All this without the need to individually inspect each player's configuration files manually. Saving a great amount of time and providing the required end result of equal configuration variables amongst competitors taking part in WWCL Counter-Strike tournaments, and that's not all.
Recently the influx of mails concerning the WWCL plugin has increased as its reputation spreads amongst the Counter-Strike gaming community. The WWCL plugin created by Christoph 'weidhas' Lurz and Klaus 'rdm`angi' Frommert has instantly become a favourite of server administrators all over the world. Now not only is it favoured by WWCL tournament organisers it is sort after by server operators who tend to their own or clan gaming servers. All of which want to provide a level playing field for those taking part in the games being played on the servers they help to maintain.
The WWCL server plugin is available to the public for Linux and Windows based servers and requires the Metamod plugin, both are freely available. The instructions contained in the multi-lingual Readme files are precise and understandable for even the most novice of server administrators. Allowing for a tremendously easy installation and instant deployment to any Counter-Strike server. Exactly what is required by today's server administrators. Simple, easy and fast.
For those of you that are interested in the WWCL server plugin for use on your Counter-Strike servers, especially WWCL registered server administrators, you can freely download the required .zip file from here All Files required for installation are included along with the aforementioned Readme file. You will also need to download and install the Metamod plugin alongside the WWCL server plugin for the WWCL plugin to work. To download the Metamod plugin please pay a visit to the developers website here
Please, if you do chose to install the WWCL server plugin provide a WWCL button on your website or at least mention the WWCL and Christoph 'weidhas' Lurz and Klaus 'rdm`angi' in your server MOTD files. It would be very appreciated by the WWCL and a great gesture to the developers behind the WWCL server plugin Christoph 'weidhas' Lurz and Klaus 'rdm`angi'. Thank you.
Expect an update on the WWCL server plugin really soon! |