Initial import
This commit is contained in:
parent
e57742e9de
commit
0dee2be6be
16
configs/cstrike/cmds.ini
Executable file
16
configs/cstrike/cmds.ini
Executable file
|
@ -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"
|
18
configs/tfc/core.ini
Executable file
18
configs/tfc/core.ini
Executable file
|
@ -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
|
20
configs/tfc/cvars.ini
Executable file
20
configs/tfc/cvars.ini
Executable file
|
@ -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"
|
22
configs/tfc/maps.ini
Executable file
22
configs/tfc/maps.ini
Executable file
|
@ -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
|
51
configs/tfc/modules.ini
Executable file
51
configs/tfc/modules.ini
Executable file
|
@ -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
|
43
configs/tfc/plugins.ini
Executable file
43
configs/tfc/plugins.ini
Executable file
|
@ -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
|
18
configs/ts/core.ini
Executable file
18
configs/ts/core.ini
Executable file
|
@ -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
|
32
configs/ts/maps.ini
Executable file
32
configs/ts/maps.ini
Executable file
|
@ -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
|
Loading…
Reference in New Issue
Block a user