From 0dee2be6be48a8ad18a98492a7704ec3e1164a2c Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Thu, 29 Jul 2004 19:37:26 +0000 Subject: [PATCH] Initial import --- configs/cstrike/cmds.ini | 16 +++++++++++++ configs/tfc/core.ini | 18 ++++++++++++++ configs/tfc/cvars.ini | 20 ++++++++++++++++ configs/tfc/maps.ini | 22 +++++++++++++++++ configs/tfc/modules.ini | 51 ++++++++++++++++++++++++++++++++++++++++ configs/tfc/plugins.ini | 43 +++++++++++++++++++++++++++++++++ configs/ts/core.ini | 18 ++++++++++++++ configs/ts/maps.ini | 32 +++++++++++++++++++++++++ 8 files changed, 220 insertions(+) create mode 100755 configs/cstrike/cmds.ini create mode 100755 configs/tfc/core.ini create mode 100755 configs/tfc/cvars.ini create mode 100755 configs/tfc/maps.ini create mode 100755 configs/tfc/modules.ini create mode 100755 configs/tfc/plugins.ini create mode 100755 configs/ts/core.ini create mode 100755 configs/ts/maps.ini diff --git a/configs/cstrike/cmds.ini b/configs/cstrike/cmds.ini new file mode 100755 index 00000000..0f41f977 --- /dev/null +++ b/configs/cstrike/cmds.ini @@ -0,0 +1,16 @@ +; Menu configuration file +; File location: $moddir/addons/amxx/configs/cmds.ini +; To use with Commands Menu plugin + +; NOTE: By default in all settings the access level is set to "u". +; However you can change that, to limit the access to some settings. + +; Commands Menu: ; < description > < command > < flags > < access level > +; "a" - execute from server console +; "b" - execute from admin console +; "c" - execute on all clients +; "d" - back to menu when executed + +"Pause" "amx_pause" "ad" "u" +" " "-" "" "u" +"Restart Round" "sv_restartround 1" "a" "u" diff --git a/configs/tfc/core.ini b/configs/tfc/core.ini new file mode 100755 index 00000000..b39f2a04 --- /dev/null +++ b/configs/tfc/core.ini @@ -0,0 +1,18 @@ +; Configuration file for AMX Mod X +amxx_logdir addons/amxx/logs +amxx_configsdir addons/amxx/configs +amxx_datadir addons/amxx/data +amxx_modules addons/amxx/modules.ini +amxx_plugins addons/amxx/plugins.ini +amxx_pluginsdir addons/amxx/plugins +amxx_modulesdir addons/amxx/modules +amxx_vault addons/amxx/data/vault.ini +tfcstats_score addons/amxx/data/tfcstats.amx +tfcstats addons/amxx/data/tfcstats.dat + +; Logging mode +; 0 - no logging +; 1 - one logfile / day +; 2 - one logfile / map +; 3 - HL Logs +amx_logging 1 \ No newline at end of file diff --git a/configs/tfc/cvars.ini b/configs/tfc/cvars.ini new file mode 100755 index 00000000..d100cf42 --- /dev/null +++ b/configs/tfc/cvars.ini @@ -0,0 +1,20 @@ +; Menu configuration file +; File location: $moddir/addons/amxx/configs/cvars.ini +; To use with Commands Menu plugin + +; Cvars Menu: +; < cvar > < values > ... < access level > + +"mp_timelimit" "0" "30" "45" "u" +"mp_friendlyfire" "0" "1" "u" +"mp_autoteambalance" "0" "1" "2" "u" +"sv_password" "" "mypw" "clanwar" "u" +"mp_limitteams" "0" "1" "2" "u" +"pausable" "0" "1" "u" +"sv_minrate" "2000" "3000" "u" +"sv_maxrate" "7000" "6500" "u" +"sv_voiceenable" "0" "1" "u" +"allow_spectators" "0" "1" "u" +"mp_weaponstay" "0" "1" "u" +"tfc_blance_scores" "0" "1" "u" +"tfc_balance_teams" "0" "1" "u" diff --git a/configs/tfc/maps.ini b/configs/tfc/maps.ini new file mode 100755 index 00000000..e93e6fd9 --- /dev/null +++ b/configs/tfc/maps.ini @@ -0,0 +1,22 @@ +; Maps configuration file +; File location: $moddir/addons/amxx/configs/maps.ini +; To use with Maps Menu plugin + +; Add in your mod's maps here +; Delete this file to use mapcycle.txt + +2fort +avanti +badlands +casbah +crossover2 +cz2 +dustbowl +epicenter +flagrun +hunted +push +ravelin +rock2 +warpath +well diff --git a/configs/tfc/modules.ini b/configs/tfc/modules.ini new file mode 100755 index 00000000..7fda9793 --- /dev/null +++ b/configs/tfc/modules.ini @@ -0,0 +1,51 @@ +; AMX Mod X Modules +; You can specify both linux & win32 modules here + +; ------------------------------ +; Fun - provides extra functions +; ------------------------------ +fun_amxx_i386.so +fun_amxx.dll + +; ---------------------------------------------------- +; Engine - provides engine functions core to Half-Life +; ---------------------------------------------------- +;engine_amxx_i386.so +;engine_amxx.dll + +; ------------------------------------------- +; Database Access - only enable one of these +; ------------------------------------------- +; MySQL +;mysql_amxx_i386.so +;mysql_amxx.dll +; PostgreSQL +;pgsql_amxx_i386.so +;pgsql_amxx.dll +; Microsoft SQL +;mssql_amxx_i386.so +;mssql_amxx.dll + +; --------------------------------------------- +; GeoIP - determines the country of ip adresses +; --------------------------------------------- +;geoip_amxx_i386.so +;geoip_amxx.dll + +; ------------------------------------ +; Array - advanced arrays in scripting +; ------------------------------------ +;array_amxx_i386.so +;array_amxx.dll + +; -------------------------------- +; Sockets - network socket support +; -------------------------------- +;sockets_amxx_i386.so +;sockets_amxx.dll + +; ---------------------------------------------------------------- +; Team Fortress Classic - adds functions and stats specific to TFC +; ---------------------------------------------------------------- +;tfc_amxx_i386.so +;tfc_amxx.dll diff --git a/configs/tfc/plugins.ini b/configs/tfc/plugins.ini new file mode 100755 index 00000000..6bca3b72 --- /dev/null +++ b/configs/tfc/plugins.ini @@ -0,0 +1,43 @@ +; AMX Mod X plugins + +; Admin Base - Always one has to be activated +admin.amxx ; admin base (required for any admin-related) +;admin_sql.amxx ; admin base - MySQL version (comment admin.amxx) + +; Basic +admincmd.amxx ; basic admin console commands +adminhelp.amxx ; help command for admin console commands +adminslots.amxx ; slot reservation + +; Menus +menufront.amxx ; front-end for admin menus +cmdmenu.amxx ; command menu (speech, settings) +plmenu.amxx ; players menu (kick, ban, client cmds.) +;restmenu.amxx ; restrict weapons menu +;telemenu.amxx ; teleport menu (Fun Module required!) +mapsmenu.amxx ; maps menu (vote, changelevel) + +; Chat / Messages +adminchat.amxx ; console chat commands +;antiflood.amxx ; prevent clients from chat-flooding the server +scrollmsg.amxx ; displays a scrolling message +imessage.amxx ; displays information messages +adminvote.amxx ; vote commands +;welcomemsg.amxx ; displays motd @ client connection + +; Map related +nextmap.amxx ; displays next map in mapcycle +mapchooser.amxx ; allows to vote for next map +timeleft.amxx ; displays time left on map + +; Configuration +pausecfg.amxx ; allows to pause and unpause some plugins +statscfg.amxx ; allows to manage stats plugins via menu and commands + +; Team Fortress Classic +;stats.amx ; stats on death (TFC Module required!) +;statssounds.amx ; precache plugin for stats plugins +;stats_logging.amx ; weapons stats logging (TFC Module required!) + + +; Custom - Add 3rd party plugins here diff --git a/configs/ts/core.ini b/configs/ts/core.ini new file mode 100755 index 00000000..22a71178 --- /dev/null +++ b/configs/ts/core.ini @@ -0,0 +1,18 @@ +; Configuration file for AMX Mod X +amxx_logdir addons/amxx/logs +amxx_configsdir addons/amxx/configs +amxx_datadir addons/amxx/data +amxx_modules addons/amxx/modules.ini +amxx_plugins addons/amxx/plugins.ini +amxx_pluginsdir addons/amxx/plugins +amxx_modulesdir addons/amxx/modules +amxx_vault addons/amxx/data/vault.ini +tsstats_score addons/amxx/data/tsstats.amx +tsstats addons/amxx/data/tsstats.dat + +; Logging mode +; 0 - no logging +; 1 - one logfile / day +; 2 - one logfile / map +; 3 - HL Logs +amx_logging 1 \ No newline at end of file diff --git a/configs/ts/maps.ini b/configs/ts/maps.ini new file mode 100755 index 00000000..4b8aea76 --- /dev/null +++ b/configs/ts/maps.ini @@ -0,0 +1,32 @@ +; Maps configuration file +; File location: $moddir/addons/amxx/configs/maps.ini +; To use with Maps Menu plugin + +; Add in your mod's maps here +; Delete this file to use mapcycle.txt + +ts_awaken +ts_bikini +ts_casa +ts_central +ts_chateau +ts_dietrich +ts_dojo +ts_faculty +ts_fall +ts_gpc +ts_greenhouse +ts_hammertime +ts_henningsen +ts_heresy +ts_panzibar +ts_lobby +ts_metro +ts_ordeal +ts_parking +ts_rundown +ts_urbannights +tm_avana +tm_harbor +tm_corporate +tm_stormshield