moran321 发表于 2005-1-9 15:10:11

[请教]modules.ini文件里的各个插件是做什么的?哪些是必须?

以下是我的modules.ini

; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line

; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
fun_amxx.dll
fun_amxx_amd64.so

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
;engine_amxx_i386.so
;engine_amxx.dll
;engine_amxx_amd64.so

; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
;fakemeta_amxx_i386.so
;fakemeta_amxx.dll
;fakeneta_amxx_amd64.so

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll

; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so

; ------------------------------------
; Array - advanced arrays in scripting
; ------------------------------------
;array_amxx_i386.so
;array_amxx.dll
;array_amxx_amd64.so

; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll
;sockets_amxx_amd64.so

; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_i386.so
;regex_amxx.dll
;regex_amxx_amd64.so

wiskey00 发表于 2005-1-9 15:19:43

你的是win32把?如果是的话,大多数插件都用到下面的东西,其它i386.so、amd64.so都可以删了。

保留
fun_amxx.dll
engine_amxx.dll
fakemeta_amxx.dll
mysql_amxx.dll
array_amxx.dll
sockets_amxx.dll
regex_amxx.dll

moran321 发表于 2005-1-9 16:24:38

我的是LINUX.用的是.so文件
我是想知道那几个插件的功能.E文有限.官方看了不懂.所以请教各位.
我服务器经常LAG.发现是过多插件的问题.我把plugins.ini文件里的插件关了还是会lag后来我把modules.ini里的插件关了就好了.但是我不知道关了的插件什么功能所以想问下.

wiskey00 发表于 2005-1-9 17:19:16

modules.ini 里的功能我也不清楚,只知道要用的都打开就行了

moran321 发表于 2005-1-9 20:42:19

.............开完了我的服务器会LAG啊.晕晕的.AMD2800+ 1G内存 AS3 UP3 64系统.28~30人会跳ping.晕了.

金闪闪 发表于 2005-1-9 23:03:31

Post by moran321
.............开完了我的服务器会LAG啊.晕晕的.AMD2800+ 1G内存 AS3 UP3 64系统.28~30人会跳ping.晕了.
从上到下一个个实验就知道了。 :thefinger

undoer 发表于 2005-1-10 00:12:24


; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
fun_amxx.dll
fun_amxx_amd64.so


如果CPU是AMD64 2800+

fun_amxx_amd64.so

lhbwhy 发表于 2005-1-10 11:08:20

新的 很吃力
只有.dll没有 .amxx
不会延迟很厉害
主要是.amxx

moran321 发表于 2005-1-10 15:32:55

一个个试那需要好长的时间.
因为要到24 /25 人左右才开始会LAG.唉.真的很烦.早知道用P4算了.

引:
如果CPU是AMD64 2800+

fun_amxx_amd64.so

因为engine_amd64.so没有破解.所以amxx根本没办法运行64位.但是MetaMod v1.17.3却又可以运行在64位下.
我现在是HLDS_i686+MetaMod_adm64+amxx_i386
郁闷死了.

undoer 发表于 2005-1-10 16:56:17

一个个试那需要好长的时间.
因为要到24 /25 人左右才开始会LAG.唉.真的很烦.早知道用P4算了.


跟你换。 :thefinger



fun_amxx_i386.so
;fun_amxx.dll
;fun_amxx_amd64.so
页: [1] 2
查看完整版本: [请教]modules.ini文件里的各个插件是做什么的?哪些是必须?