|
发表于 2005-4-15 11:03:13
|
显示全部楼层
来自 中国–江苏–无锡
Post by 1x2s
CS1.5 插件套装(2005.1.17)为何无法开启CSDM?
modules配置:
; AMX Mod X 模块
; 你能在这此文件设置linux & win32 下启动的模块
; 要开启模块, 删除其前边的;符号
; ------------------------------
; Fun - provides extra functions
; ------------------------------
;fun_amxx_amd64.so
fun_amxx_i386.so
fun_amxx.dll
; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
;engine_amxx_amd64.so
engine_amxx_i386.so
engine_amxx.dll
; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
;fakemeta_amxx_amd64.so
;fakemeta_amxx_i386.so
;fakemeta_amxx.dll
; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_amd64.so
;mysql_amxx_i386.so
mysql_amxx.dll
; PostgreSQL
;pgsql_amxx_amd64.so
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_amd64.so
;geoip_amxx_i386.so
;geoip_amxx.dll
; ------------------------------------
; Array - advanced arrays in scripting
; ------------------------------------
;array_amxx_amd64.so
;array_amxx_i386.so
;array_amxx.dll
; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_amd64.so
;sockets_amxx_i386.so
sockets_amxx.dll
; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_amd64.so
;regex_amxx_i386.so
regex_amxx.dll
; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
;cstrike_amxx_amd64.so
;cstrike_amxx_i386.so
cstrike_amxx.dll
; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
;csx_amxx_amd64.so
;csx_amxx_i386.so
csx_amxx.dll
;-------------------------------------
;udp模块,for amx_match_deluxe比赛插件
;-------------------------------------
udp.dll
; -----------------------------------------------------
; CSHACK - adds memory manipulation - By Damage Soul
; -----------------------------------------------------
;cshack_amxx.dll
; --------------------------------------------------------------
; 魔兽冰封模块 - adds functions used by war3ft - By Geesu (Pimp Daddy)
; --------------------------------------------------------------
war3ft_amxx.dll
plugins配置:
; AMX Mod X 1.0 plugins
; For CS1.5_okgogogo<Final> by BL@ckZ!
; 若要启动插件,则去掉其前面的 ; 符号即可
; AMXX OP基础插件
admin.amxx ; OP使用AMX的基本
;admin_sql.amxx ; 同上 - MySQL版
; 基础插件
admincmd.amxx ; AMX默认自带的AMX命令
adminhelp.amxx ; 帮助命令和管理员控制命令
adminslots.amxx ; OP通道控制
;multilingual.amxx ; AMXX语言管理
; 菜单相关插件
menufront.amxx ; OP菜单
cmdmenu.amxx ; 命令菜单(speech, settings)
plmenu.amxx ; 玩家控制菜单 (kick, ban, client cmds.)
telemenu.amxx ; 传送菜单 (必须有Fun Module!)
mapsmenu.amxx ; 地图菜单 (vote, changelevel)
saymenu.amxx ; 用"say:menu" 打开普通玩家管理菜单
; 聊天/信息相关插件
adminchat.amxx ; OP发送服务器信息
antiflood.amxx ; 防止服务器因客户端因话过多崩溃
scrollmsg.amxx ; 显示服务器滚动信息
imessage.amxx ; 显示服务器彩色信息
adminvote.amxx ; 投票命令
server_chime_plugin.amxx ; 服务器报时插件
Enter_leave.amxx ; 进出服务器信息(可显IP)
; 地图相关插件
nextmap.amxx ; 显示地图循环中的下张地图
mapchooser.amxx ; 允许普通玩家在一张地图快结束时投票选择下张地图
timeleft.amxx ; 显示现在这张地图还有多长时间结束
; AMXX设置插件
pausecfg.amxx ; 允许禁止使用或者重新使用某个插件
statscfg.amxx ; 允许通过菜单来设置AMX下的stats数据显示选项
; Counter-Strike相关插件
;headshot.amxx debug ;爆头才死插件
restmenu.amxx ; 武器限制菜单
statsx_for_cs15.amxx ; 显示玩家游戏数据(必须有CSStats模块)
miscstats.amxx ; 显示CS中各种stats数据以及事件广播
stats_logging.amxx ; 记录玩家游戏数据 (必须有CSStats模块)
high_ping_kicker.amxx ; 踢ping高于200的玩家
;amx_match_deluxe.amxx ; CS比赛插件3.0
wwcl_emulator.amxx ; WWCL脚本检查插件
; 第三方插件
csdm_mod1.70.amxx debug ; 死亡竞技插件CSDM v1.70
;restmenu_nocd_cs15.amxx ; 限制[无C-D的客户端]购买主战武器
;TimeProjector.amxx debug ; 屏幕右上角显示北京时间、当前地图、下幅地图、剩余时间
;drop_gren.amxx debug ; 掉手雷的插件(当玩家死后,身上的手雷全部掉落,别的玩家可以捡到,不要与CSDM同时使用)
;hl2_countdown.amxx ; 目标日期倒计时
; 娱乐插件
dib3.amxx ;死后变十字架
;tracers.amxx ;弹道插件
;war_weapon_tracers.amxx ;弹道插件修改版
amx_gore_ultimate.amxx ; 血腥插件
anticamping.amxx ; 露营监视(与TimeProjector.amxx有频道冲突,用时建议关闭TP)
grentrail.amxx ; 手雷拖尾
;warcraft3FT.amxx ; 魔兽冰封插件v2.20
;bullet_damage.amxx ;显示每枪自己打中敌人的HP
; -----------------------
;以下均为超级英雄插件
;------------------------
; 保存经验值到VAULT文件
;superheromodvault.amxx
; 开启的英雄
;sh_anubis.amxx
;sh_aquaman.amxx
;sh_batman.amxx
;sh_bomberman.amxx
;sh_captaina.amxx
;sh_cyclops.amxx
;sh_daredevil.amxx
;sh_dazzler.amxx
;sh_dracula.amxx
;sh_flash.amxx
;sh_hobgoblin.amxx
;sh_hulk.amxx
;sh_humantorch.amxx
;sh_ironman.amxx
;sh_kamikaze.amxx
;sh_magneto.amxx
;sh_mystique.amxx
;sh_nightcrawler.amxx
;sh_punisher.amxx
;sh_skeletor.amxx
;sh_spiderman.amxx
;sh_superman.amxx
;sh_windwalker.amxx
;sh_wolverine.amxx
;sh_xavier.amxx
;sh_zeus.amxx
amxx list 显示 csdm_mod1.70.amxx bod load
为什么我开了MODULS里的WARFT_AMXX.DLL
PLUGINS/WARCRAFT3FT。AMXX 后在
amx_plugins里显示了WARCRAFT3名字是UNKNOW
显示是BADLOAD,用不起来呢,是不是这个WARCRAFT3FT.AMXX和AMXX1.0不兼容呢,如果用WARCRAFT3。AMXX就可以用了,不过不是8族了,是5族了,还有原来的OP都不能用了,怎么回事呢??求救啦 |
|