Difference between revisions of "File modules.ini"

From AlliedModders Wiki
Jump to: navigation, search
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
AMX Mod X 1.71
+
AMX Mod X 1.76c
 
This file is for Counter-Strike 1.6, has modules enabled (except from sql)
 
This file is for Counter-Strike 1.6, has modules enabled (except from sql)
  
 
<pre>
 
<pre>
; AMX Mod X Modules
+
;;;
; You can specify both linux & win32 modules here
+
; To enable a module, remove the semi-colon (;) in front of its name.
; To enable a module, remove the semi-colon from the line
+
; If it's not here, simply add it its name, one per line.
 +
; You don't need to write the _amxx part or the file extension.
 +
;;;
  
; ------------------------------
+
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Fun - provides extra functions
+
;; SQL Modules usually need to be enabled manually ;;
; ------------------------------
+
;; You can have any number on at a time. Use      ;;
fun_amxx_i386.so
+
;;  amx_sql_type in sql.cfg to specify the default ;;
fun_amxx.dll
+
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
fun_amxx_amd64.so
 
  
; ----------------------------------------------------
+
;mysql
; Engine - provides engine functions core to Half-Life
+
;sqlite
; ----------------------------------------------------
 
;engine_amxx_i386.so
 
engine_amxx.dll
 
;engine_amxx_amd64.so
 
  
; ----------------------------------------------------------
+
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Fakemeta - provides a massive interface into the HL engine
+
;; Put third party modules below here.              ;;
; ----------------------------------------------------------
+
;; You can just list their names, without the _amxx ;;
;fakemeta_amxx_i386.so
+
;; or file extension.                             ;;
fakemeta_amxx.dll
+
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;fakemeta_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
 
; SQLite
 
;sqlite_amxx.dll
 
;sqlite_amxx_i386.so
 
;sqlite_amxx_amd64.so
 
  
; ---------------------------------------------
 
; GeoIP - determines the country of ip adresses
 
; ---------------------------------------------
 
;geoip_amxx_i386.so
 
geoip_amxx.dll
 
;geoip_amxx_amd64.so
 
  
; --------------------------------
+
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Sockets - network socket support
+
;; These modules will be auto-detected and loaded  ;;
; --------------------------------
+
;; as needed. You do not need to enable them here ;;
;sockets_amxx_i386.so
+
;;  unless you have problems.                       ;;
sockets_amxx.dll
+
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;sockets_amxx_amd64.so
 
  
; --------------------------
+
fun
; Regular Expression support
+
engine
; --------------------------
+
fakemeta
;regex_amxx_i386.so
+
geoip
regex_amxx.dll
+
sockets
;regex_amxx_amd64.so
+
regex
 
+
nvault
; --------------------
+
cstrike
; Binary Vault support
+
csx
; --------------------
 
;nvault_amxx_i386.so
 
nvault_amxx.dll
 
;nvault_amxx_amd64.so
 
 
 
; ----------------------------------------------------------
 
; Counter-Strike - adds functions specific to Counter-Strike
 
; ----------------------------------------------------------
 
cstrike_amxx_i386.so
 
cstrike_amxx.dll
 
cstrike_amxx_amd64.so
 
 
 
; -----------------------------------------------------
 
; CSX - adds functionality for CS statistics and events
 
; -----------------------------------------------------
 
csx_amxx_i386.so
 
csx_amxx.dll
 
csx_amxx_amd64.so
 
 
</pre>
 
</pre>

Latest revision as of 01:22, 25 January 2007

AMX Mod X 1.76c This file is for Counter-Strike 1.6, has modules enabled (except from sql)

;;;
; To enable a module, remove the semi-colon (;) in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time.  Use      ;;
;;  amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;mysql
;sqlite

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Put third party modules below here.              ;;
;; You can just list their names, without the _amxx ;;
;;  or file extension.                              ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; These modules will be auto-detected and loaded   ;;
;;  as needed.  You do not need to enable them here ;;
;;  unless you have problems.                       ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

fun
engine
fakemeta
geoip
sockets
regex
nvault
cstrike
csx