diff --git a/configs/cstrike/core.ini b/configs/cstrike/core.ini new file mode 100755 index 00000000..0b79911c --- /dev/null +++ b/configs/cstrike/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 +csstats_score addons/amxx/data/csstats.amx +csstats addons/amxx/data/csstats.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/dod/core.ini b/configs/dod/core.ini new file mode 100755 index 00000000..d6e26af9 --- /dev/null +++ b/configs/dod/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 +dodstats_score addons/amxx/data/dodstats.amx +dodstats addons/amxx/data/dodstats.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/dod/cvars.ini b/configs/dod/cvars.ini new file mode 100755 index 00000000..19382537 --- /dev/null +++ b/configs/dod/cvars.ini @@ -0,0 +1,40 @@ +; 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" +"mp_allowspectators" "0" "1" "u" +"mp_deathmsg" "0" "1" "u" +"mp_fadetoblack" "0" "1" "u" +"mp_tkpenalty" "-1" "3" "6" "u" +"mp_limitallies30cal" "-1" "1" "2" "3" "4" "5" "6" "0" "u" +"mp_limitalliesbar" "-1" "1" "2" "3" "4" "5" "6" "0" "u" +"mp_limitalliescarbine" "-1" "1" "2" "3" "4" "5" "6" "0" "u" +"mp_limitalliesgarand" "-1" "1" "2" "3" "4" "5" "6" "0" "u" +"mp_limitalliesgreasegun" "-1" "1" "2" "3" "4" "5" "6" "0" "u" +"mp_limitalliesspring" "-1" "1" "2" "3" "4" "5" "6" "0" "u" +"mp_limitalliesthompson" "-1" "1" "2" "3" "4" "5" "6" "0" "u" +"mp_limitaxisfg42" "-1" "1" "2" "3" "4" "5" "6" "0" "u" +"mp_limitaxisfg42s" "-1" "1" "2" "3" "4" "5" "6" "0" "u" +"mp_limitaxisk43" "-1" "1" "2" "3" "4" "5" "6" "0" "u" +"mp_limitaxiskar" "-1" "1" "2" "3" "4" "5" "6" "0" "u" +"mp_limitaxismg34" "-1" "1" "2" "3" "4" "5" "6" "0" "u" +"mp_limitaxismg42" "-1" "1" "2" "3" "4" "5" "6" "0" "u" +"mp_limitaxismp40" "-1" "1" "2" "3" "4" "5" "6" "0" "u" +"mp_limitaxismp44" "-1" "1" "2" "3" "4" "5" "6" "0" "u" +"mp_limitaxisscopedkar" "-1" "1" "2" "3" "4" "5" "6" "0" "u" +"mp_limitbritassault" "-1" "1" "2" "3" "4" "5" "6" "0" "u" +"mp_limitbritlight" "-1" "1" "2" "3" "4" "5" "6" "0" "u" +"mp_limitbritmg" "-1" "1" "2" "3" "4" "5" "6" "0" "u" +"mp_limitbritsniper" "-1" "1" "2" "3" "4" "5" "6" "0" "u" diff --git a/configs/dod/maps.ini b/configs/dod/maps.ini new file mode 100755 index 00000000..9c55d459 --- /dev/null +++ b/configs/dod/maps.ini @@ -0,0 +1,25 @@ +; 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 + +dod_anzio +dod_avalanche +dod_caen +dod_charlie +dod_chemille +dod_donner +dod_escape +dod_flash +dod_flugplatz +dod_forest +dod_glider +dod_jagd +dod_kalt +dod_kraftstoff +dod_merderet +dod_switch +dod_vicenza +dod_zalec