diff --git a/pkg/addons/amxmodx/configs/amxx.cfg b/pkg/addons/amxmodx/configs/amxx.cfg deleted file mode 100644 index a893890..0000000 --- a/pkg/addons/amxmodx/configs/amxx.cfg +++ /dev/null @@ -1,14 +0,0 @@ -// AMX Configuration File -echo Executing AMX Mod X Configuration File - -// Plugin Debug mode -// 0 - No debugging (garbage line numbers) -// 1 - Plugins with "debug" option in plugins.ini are put into debug mode -// 2 - All plugins are put in debug mode -// Note - debug mode will affect JIT performance -amx_debug 0 - -// Plugin MultiLingual Debug -// To debug a language put its 2 letter code between quotes ("en", "de", etc) -// "" means disabled -amx_mldebug "" diff --git a/pkg/addons/amxmodx/configs/core.ini b/pkg/addons/amxmodx/configs/core.ini deleted file mode 100644 index 4dd02d6..0000000 --- a/pkg/addons/amxmodx/configs/core.ini +++ /dev/null @@ -1,36 +0,0 @@ -; Configuration file for AMX Mod X -amxx_configsdir addons/amxmodx/configs -amxx_modules addons/amxmodx/configs/modules.ini -amxx_plugins addons/amxmodx/configs/plugins.ini -amxx_pluginsdir addons/amxmodx/plugins -amxx_modulesdir addons/amxmodx/modules - -; Logging mode -; 0 - no logging -; 1 - one logfile / day -; 2 - one logfile / map -; 3 - HL Logs -amxx_logging 3 - -; Binary logging level -; add these up to get what you want -; these only work with bin logging binaries -; 1 - default -; 2 - log internal string sets/gets -; 4 - log internal formats -; 8 - log all native params -; 16 - log internal function calls (only in debug mode) -; 32 - log line number accesses (only in debug mode) -bin_logging 1 - -; Maximum binary log size, in megs -max_binlog_size 20 - -; Plugin optimization flags - add these up to get what you want -; lowering these may stop crashes on very old CPUs -; set 65536 to disable optimizer, NOT 0! -;------------- -; 1 - float arithmetic -; 2 - float comparisons -; 4 - float rounding -optimizer 7 diff --git a/pkg/addons/amxmodx/configs/modules.ini b/pkg/addons/amxmodx/configs/modules.ini deleted file mode 100644 index 6cf048c..0000000 --- a/pkg/addons/amxmodx/configs/modules.ini +++ /dev/null @@ -1,38 +0,0 @@ - -;;; -; 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 -;ns -;cstrike \ No newline at end of file diff --git a/pkg/addons/amxmodx/configs/plugins.ini b/pkg/addons/amxmodx/configs/plugins.ini deleted file mode 100644 index 379aff5..0000000 --- a/pkg/addons/amxmodx/configs/plugins.ini +++ /dev/null @@ -1,3 +0,0 @@ -; AMX Mod X plugins - -ENSL.amxx \ No newline at end of file diff --git a/pkg/addons/amxmodx/dlls/amxmodx_mm.dll b/pkg/addons/amxmodx/dlls/amxmodx_mm.dll deleted file mode 100644 index 41d889b..0000000 Binary files a/pkg/addons/amxmodx/dlls/amxmodx_mm.dll and /dev/null differ diff --git a/pkg/addons/amxmodx/dlls/amxmodx_mm_i386.so b/pkg/addons/amxmodx/dlls/amxmodx_mm_i386.so deleted file mode 100644 index 6fc7ade..0000000 Binary files a/pkg/addons/amxmodx/dlls/amxmodx_mm_i386.so and /dev/null differ diff --git a/pkg/addons/amxmodx/modules/engine_amxx.dll b/pkg/addons/amxmodx/modules/engine_amxx.dll deleted file mode 100644 index 8453627..0000000 Binary files a/pkg/addons/amxmodx/modules/engine_amxx.dll and /dev/null differ diff --git a/pkg/addons/amxmodx/modules/engine_amxx_i386.so b/pkg/addons/amxmodx/modules/engine_amxx_i386.so deleted file mode 100644 index e7b1b3f..0000000 Binary files a/pkg/addons/amxmodx/modules/engine_amxx_i386.so and /dev/null differ diff --git a/pkg/addons/amxmodx/modules/fakemeta_amxx.dll b/pkg/addons/amxmodx/modules/fakemeta_amxx.dll deleted file mode 100644 index 1582256..0000000 Binary files a/pkg/addons/amxmodx/modules/fakemeta_amxx.dll and /dev/null differ diff --git a/pkg/addons/amxmodx/modules/fakemeta_amxx_i386.so b/pkg/addons/amxmodx/modules/fakemeta_amxx_i386.so deleted file mode 100644 index 5bab9bf..0000000 Binary files a/pkg/addons/amxmodx/modules/fakemeta_amxx_i386.so and /dev/null differ diff --git a/pkg/addons/amxmodx/modules/fun_amxx.dll b/pkg/addons/amxmodx/modules/fun_amxx.dll deleted file mode 100644 index 007978d..0000000 Binary files a/pkg/addons/amxmodx/modules/fun_amxx.dll and /dev/null differ diff --git a/pkg/addons/amxmodx/modules/fun_amxx_i386.so b/pkg/addons/amxmodx/modules/fun_amxx_i386.so deleted file mode 100644 index eae3b65..0000000 Binary files a/pkg/addons/amxmodx/modules/fun_amxx_i386.so and /dev/null differ diff --git a/pkg/addons/amxmodx/modules/ns_amxx.dll b/pkg/addons/amxmodx/modules/ns_amxx.dll deleted file mode 100644 index 2eb4601..0000000 Binary files a/pkg/addons/amxmodx/modules/ns_amxx.dll and /dev/null differ diff --git a/pkg/addons/amxmodx/modules/ns_amxx_i386.so b/pkg/addons/amxmodx/modules/ns_amxx_i386.so deleted file mode 100644 index 58e71ee..0000000 Binary files a/pkg/addons/amxmodx/modules/ns_amxx_i386.so and /dev/null differ diff --git a/pkg/addons/amxmodx/modules/sockets_amxx.dll b/pkg/addons/amxmodx/modules/sockets_amxx.dll deleted file mode 100644 index 6d4e046..0000000 Binary files a/pkg/addons/amxmodx/modules/sockets_amxx.dll and /dev/null differ diff --git a/pkg/addons/amxmodx/modules/sockets_amxx_i386.so b/pkg/addons/amxmodx/modules/sockets_amxx_i386.so deleted file mode 100644 index d6e9453..0000000 Binary files a/pkg/addons/amxmodx/modules/sockets_amxx_i386.so and /dev/null differ diff --git a/pkg/addons/metamod/dlls/metamod.dll b/pkg/addons/metamod/dlls/metamod.dll deleted file mode 100644 index d15bbf9..0000000 Binary files a/pkg/addons/metamod/dlls/metamod.dll and /dev/null differ diff --git a/pkg/addons/metamod/dlls/metamod_i386.so b/pkg/addons/metamod/dlls/metamod_i386.so deleted file mode 100644 index dbe3156..0000000 Binary files a/pkg/addons/metamod/dlls/metamod_i386.so and /dev/null differ diff --git a/pkg/addons/metamod/plugins.ini b/pkg/addons/metamod/plugins.ini deleted file mode 100644 index 5ba2534..0000000 --- a/pkg/addons/metamod/plugins.ini +++ /dev/null @@ -1,2 +0,0 @@ -win32 addons\amxmodx\dlls\amxmodx_mm.dll -linux addons/amxmodx/dlls/amxmodx_mm_i386.so