From abd372447a8c5ed5022ac5f4925f2be4c6a17065 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 30 Oct 2004 09:57:55 +0000 Subject: [PATCH] Added AMD64 --- configs/cstrike/modules.ini | 18 ++++++++++++++---- configs/dod/modules.ini | 18 ++++++++++++++---- configs/modules.ini | 10 +++++++++- configs/ns/modules.ini | 14 +++++++++++--- configs/tfc/modules.ini | 13 +++++++++++-- configs/ts/modules.ini | 13 +++++++++++-- 6 files changed, 70 insertions(+), 16 deletions(-) diff --git a/configs/cstrike/modules.ini b/configs/cstrike/modules.ini index 9bdca481..fe815437 100755 --- a/configs/cstrike/modules.ini +++ b/configs/cstrike/modules.ini @@ -7,18 +7,21 @@ ; ------------------------------ 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 +;fakemeta_amxx_amd64.so ; ------------------------------------------- ; Database Access - only enable one of these @@ -26,6 +29,7 @@ fun_amxx.dll ; MySQL ;mysql_amxx_i386.so ;mysql_amxx.dll +;mysql_amxx_amd64.so ; PostgreSQL ;pgsql_amxx_i386.so ;pgsql_amxx.dll @@ -37,33 +41,39 @@ fun_amxx.dll ; --------------------------------------------- ;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 ; ---------------------------------------------------------- ; Counter-Strike - adds functions specific to Counter-Strike ; ---------------------------------------------------------- -;cstrike_amxx_i386.so -;cstrike_amxx.dll +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_i386.so +csx_amxx.dll +csx_amxx_amd64.so diff --git a/configs/dod/modules.ini b/configs/dod/modules.ini index f328bf15..cf8e982b 100755 --- a/configs/dod/modules.ini +++ b/configs/dod/modules.ini @@ -7,18 +7,21 @@ ; ------------------------------ 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 +;fakemeta_amxx_amd64.so ; ------------------------------------------- ; Database Access - only enable one of these @@ -26,6 +29,7 @@ fun_amxx.dll ; MySQL ;mysql_amxx_i386.so ;mysql_amxx.dll +;mysql_amxx_amd64.so ; PostgreSQL ;pgsql_amxx_i386.so ;pgsql_amxx.dll @@ -37,33 +41,39 @@ fun_amxx.dll ; --------------------------------------------- ;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 ; -------------------------------------------------- ; Day of Defeat Fun - adds functions specific to DoD ; -------------------------------------------------- -;dodfun_amxx_i386.so -;dodfun_amxx.dll +dodfun_amxx_i386.so +dodfun_amxx.dll +dodfun_amxx_amd64.so ; ------------------------------------------------------- ; Day of Defeat X - adds stats and addition DoD functions ; ------------------------------------------------------- -;dodx_amxx_i386.so -;dodx_amxx.dll +dodx_amxx_i386.so +dodx_amxx.dll +dodx_amxx_amd64.so diff --git a/configs/modules.ini b/configs/modules.ini index 4debd4ef..c9a09458 100755 --- a/configs/modules.ini +++ b/configs/modules.ini @@ -7,18 +7,21 @@ ; ------------------------------ 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 @@ -26,6 +29,7 @@ fun_amxx.dll ; MySQL ;mysql_amxx_i386.so ;mysql_amxx.dll +;mysql_amxx_amd64.so ; PostgreSQL ;pgsql_amxx_i386.so ;pgsql_amxx.dll @@ -37,21 +41,25 @@ fun_amxx.dll ; --------------------------------------------- ;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 \ No newline at end of file +;regex_amxx.dll +;regex_amxx_amd64.so \ No newline at end of file diff --git a/configs/ns/modules.ini b/configs/ns/modules.ini index 9ba919a0..224ec04c 100755 --- a/configs/ns/modules.ini +++ b/configs/ns/modules.ini @@ -5,20 +5,23 @@ ; ------------------------------ ; Fun - provides extra functions ; ------------------------------ -;fun_amxx_i386.so -;fun_amxx.dll +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 +;fakemeta_amxx_amd64.so ; ------------------------------------------- ; Database Access - only enable one of these @@ -26,6 +29,7 @@ ; MySQL ;mysql_amxx_i386.so ;mysql_amxx.dll +;mysql_amxx_amd64.so ; PostgreSQL ;pgsql_amxx_i386.so ;pgsql_amxx.dll @@ -37,27 +41,31 @@ ; --------------------------------------------- ;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 ; ----------------- ; Natural Selection ; ----------------- ns_amxx_i386.so ns_amxx.dll +ns_amxx_amd64.so diff --git a/configs/tfc/modules.ini b/configs/tfc/modules.ini index e302542c..555a2394 100755 --- a/configs/tfc/modules.ini +++ b/configs/tfc/modules.ini @@ -7,18 +7,21 @@ ; ------------------------------ 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 +;fakemeta_amxx_amd64.so ; ------------------------------------------- ; Database Access - only enable one of these @@ -26,6 +29,7 @@ fun_amxx.dll ; MySQL ;mysql_amxx_i386.so ;mysql_amxx.dll +;mysql_amxx_amd64.so ; PostgreSQL ;pgsql_amxx_i386.so ;pgsql_amxx.dll @@ -37,27 +41,32 @@ fun_amxx.dll ; --------------------------------------------- ;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 ; ------------------------------------------------------------------ ; Team Fortress Classic X - adds functions and stats specific to TFC ; ------------------------------------------------------------------ -;tfcx_amxx_i386.so -;tfcx_amxx.dll +tfcx_amxx_i386.so +tfcx_amxx.dll +tfx_amxx_amd64.so \ No newline at end of file diff --git a/configs/ts/modules.ini b/configs/ts/modules.ini index 856408b9..d0cf47df 100755 --- a/configs/ts/modules.ini +++ b/configs/ts/modules.ini @@ -7,18 +7,21 @@ ; ------------------------------ 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 +;fakemeta_amxx_amd64.so ; ------------------------------------------- ; Database Access - only enable one of these @@ -26,6 +29,7 @@ fun_amxx.dll ; MySQL ;mysql_amxx_i386.so ;mysql_amxx.dll +;mysql_amxx_amd64.so ; PostgreSQL ;pgsql_amxx_i386.so ;pgsql_amxx.dll @@ -37,27 +41,32 @@ fun_amxx.dll ; --------------------------------------------- ;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 ; ----------------------------------------------------------- ; The Specialists X - adds functions and stats specific to TS ; ----------------------------------------------------------- -;tsx_amxx_i386.so -;tsx_amxx.dll +tsx_amxx_i386.so +tsx_amxx.dll +tsx_amxx_amd64.so \ No newline at end of file