|
发表于 2008-9-24 22:05:11
|
显示全部楼层
|阅读模式
来自 中国–湖南–怀化–鹤城区
1楼是英文的
2楼是我用翻译软件翻译的
http://www.dodplugins.net/forums/showthread.php?t=22
[PHP]DESCRIPTION:
============
This is a plugin that a lot of DoD admins have been
waiting for! - a working DoD ClanMatch plugin!
Features are:
- plugin hooks up with DoD's included ClanMatch features
- completely menu-driven! all settings and commands can
easiely acced by the "amx_dodmatchmenu"!
- you can setup the whole match process before you start
- you can setup two maps and decide whether to play them
twice (so you can play axis and allies) or only once.
- a list of available maps for the clanmatchmenu can be
loaded from the file "dod_matchmaps.cfg" in your
"dod_clanmatch" folder in your amxx configs folder.
if it doesn't exist, the maps from your "mapcycle.txt"
are used.
- you can load match settings from "dod_matchbase.cfg" so
you don't have to apply the settings in-game as the command
gets longer and longer with every feature added.
- you can set clantags for the teams which will be displayed
in the results and all messages.
- servername can be set and applied for the match
- "WarmUp"-mode is running on each map and the set timelimit
is applied after both teams are ready and the fight actually
starts.
- time remaining can be displayed each roundstart / each min
- teams' scores can be displayed each roundstart / each min
- map specific config files can be loaded for each map
the filename has to be MAPNAME_match.cfg
(i.e.: dod_kalt_match.cfg) and has to be placed into
your "dod_clanmatch" folder in your amxx configs folder
- file "dod_clanmatch.cfg" will be executed if it exists in
your dod_clanmatch folder in you AMX Mod X configs folder
when the match is running.
(use that to set class limits)
- file "dod_public.cfg" will be executed if it exists in
your dod_clanmatch folder in you AMX Mod X configs folder
when the match is finished.
(use that to remove class limits)
Furthermore your server.cfg and amxx.cfg is executed
as well, so most of your standard settings are recovered
after the match.
- the result and match scoring details can be viewed after
the match is over. people will automatically see them
after they spawned. the password is still active and
the map will run 5min, then it's all set to normal again.
- a lot more!
[/PHP]
[PHP]
USAGE:
======
amx_dodmatchmenu = displays the DoD ClanMatch Menu
(you can access all further commands
and settings directly through the menu!)
dod_cm_folder <folder> = sets folder with your configs (cvar!)
(default is "dod_clanmatch", don't change this
if you just want to use this plugin in one league!)[/PHP]
[PHP]
//
// - 08.07.2007 Version 0.8
// - removed need for engine-module
// - major code optimizations
// - removed a big bunch of lines of duplicate code
// - added global tracking cvar
//
// - 12.07.2007 Version 0.9
// - added Multilanguagesupport
// - removed some lines of duplicate code
//[/PHP]
AS FOR NOW, THE OLD HLTV-VERSION IS NOT SUPPORTED ANYMORE
AS IT NEVER REALLY WORKED LIKE IT SHOULD HAVE! |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注个册吧
×
|