sql and zones working
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
hostname "megastructure.surf"
|
||||
|
||||
// surf specific
|
||||
sv_accelerate 10
|
||||
sv_airaccelerate 800
|
||||
mp_falldamage 0
|
||||
sv_enablebunnyhopping 1
|
||||
sv_autobunnyhopping 1
|
||||
sv_staminamax 0
|
||||
sv_staminajumpcost 0
|
||||
sv_staminalandcost 0
|
||||
sv_staminarecoveryrate 0
|
||||
sv_accelerate_use_weapon_speed 0
|
||||
|
||||
// server stuff
|
||||
sv_visiblemaxplayers 24
|
||||
mp_maxrounds 1
|
||||
host_framerate 0
|
||||
setpause 0
|
||||
sv_pure 0
|
||||
sv_pausable 0
|
||||
sv_lan 0
|
||||
sv_stats 1
|
||||
|
||||
// Execute Banned Users //
|
||||
exec banned_user.cfg
|
||||
exec banned_ip.cfg
|
||||
writeid
|
||||
writeip
|
||||
|
||||
// Contact & Region //
|
||||
sv_contact ntr@megastructure.games
|
||||
sv_region 5
|
||||
|
||||
// Rcon Settings //
|
||||
rcon_password changeme
|
||||
sv_rcon_banpenalty 1440
|
||||
sv_rcon_maxfailures 5
|
||||
|
||||
// Log Settings //
|
||||
log on
|
||||
sv_log_onefile 0
|
||||
sv_logfile 1
|
||||
sv_logbans 1
|
||||
sv_logecho 1
|
||||
|
||||
// Rate Settings //
|
||||
fps_max 600
|
||||
sv_minrate 0
|
||||
sv_maxrate 20000
|
||||
sv_minupdaterate 66
|
||||
sv_maxupdaterate 66
|
||||
|
||||
// Download Settings //
|
||||
sv_allowupload 1
|
||||
sv_allowdownload 1
|
||||
net_maxfilesize 500
|
||||
|
||||
sv_cheats 0
|
||||
sv_timeout 900
|
||||
mp_idlemaxtime 60
|
||||
mp_idledealmethod 2
|
||||
|
||||
// Communications //
|
||||
sv_voiceenable 1
|
||||
sv_alltalk 0
|
||||
Reference in New Issue
Block a user