mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-06-27 06:41:58 +00:00
Update files
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
// Color Codes
|
||||
//******************************************************************************
|
||||
// Colors for text. Do not clear the comment in front of the color codes.
|
||||
// Useful for your server name, motd msgs - Information and ref use only
|
||||
//
|
||||
// ^1 = Red
|
||||
// Useful for your server name, motd msgs - Information and ref use only
|
||||
//
|
||||
// ^1 = Red
|
||||
// ^2 = Green
|
||||
// ^3 = Yellow
|
||||
// ^4 = Blue
|
||||
@ -60,7 +60,6 @@ set sv_maxping "0"
|
||||
// Log Settings
|
||||
set g_logsync "1"
|
||||
set logfile "1"
|
||||
set g_log "games_mp.log"
|
||||
set sv_log_damage "1"
|
||||
|
||||
// Network options
|
||||
@ -95,21 +94,21 @@ set cl_autocmd "0"
|
||||
set sv_cheats "0"
|
||||
set sv_pure "0"
|
||||
set g_banips ""
|
||||
set g_no_script_spam "1"
|
||||
set g_no_script_spam "0"
|
||||
|
||||
// Temporary Ban duration, in seconds
|
||||
set sv_kickbantime "3600"
|
||||
|
||||
// In-game voice communication system
|
||||
set sv_voice "0"
|
||||
set sv_voicequality "4"
|
||||
set sv_voice "1"
|
||||
set sv_voicequality "0"
|
||||
set voice_deadchat "0"
|
||||
set voice_global "0"
|
||||
set voice_localecho "0"
|
||||
set winvoice_mic_mute "1"
|
||||
|
||||
//******************************************************************************
|
||||
// Gameplay
|
||||
// Gameplay
|
||||
//******************************************************************************
|
||||
set scr_game_allowkillcam "1"
|
||||
set scr_game_onlyheadshots "0"
|
||||
@ -121,21 +120,21 @@ set scr_game_forceuav ""
|
||||
set scr_game_hardpoints "1"
|
||||
|
||||
//******************************************************************************
|
||||
// Hardpoints (Kill Streaks - 1 = allow, 0 = disallow)
|
||||
// Hardpoints (Kill Streaks - 1 = allow, 0 = disallow)
|
||||
//******************************************************************************
|
||||
set scr_hardpoint_allowartillery "1"
|
||||
set scr_hardpoint_allowuav "1"
|
||||
set scr_hardpoint_allowdogs "1"
|
||||
|
||||
//******************************************************************************
|
||||
// Misc
|
||||
// Misc
|
||||
//******************************************************************************
|
||||
set sv_allowanonymous "0"
|
||||
set g_antilag "1"
|
||||
set g_compassshowenemies "0"
|
||||
|
||||
//******************************************************************************
|
||||
// Gametypes
|
||||
// Gametypes
|
||||
//******************************************************************************
|
||||
// DEATHMATCH
|
||||
set scr_dm_scorelimit "150"
|
||||
@ -250,8 +249,8 @@ set sv_maprotation "gametype dom map mp_dome"
|
||||
//******************************************************************************
|
||||
// Additional DVAR's
|
||||
//******************************************************************************
|
||||
// There are simply too many DVAR's for AGrcon to explicitly list and index
|
||||
// for you. All additional DVARs (such as weapon configs and player configs) are
|
||||
// There are simply too many DVAR's for AGrcon to explicitly list and index
|
||||
// for you. All additional DVARs (such as weapon configs and player configs) are
|
||||
// listed below.
|
||||
|
||||
// WEAPONS / ATTACHMENTS
|
||||
|
Reference in New Issue
Block a user