Raised This Month: $32 Target: $400
 8% 

Solved need help server.cfg csgo


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Radkoo12
New Member
Join Date: Feb 2023
Old 02-07-2023 , 02:10   need help server.cfg csgo
Reply With Quote #1

help me I need server.cfg for my csgo server I whant to do 24 OR 32 SLOTS on my server how to do it and I need a good server cfg thanks for your comments
Radkoo12 is offline
emza
Member
Join Date: Sep 2010
Location: Paracin/Srbija
Old 03-05-2023 , 11:02   Re: need help server.cfg csgo
Reply With Quote #2

Hi, tray this
Quote:

// .................................. Basic ................................. //

hostname ""
rcon_password ""


//SRB:umesto x stavite token koji cete dobiti ovde kad se ulogjete sa vasim steam accountom
//ENG:instead x put oken that you get when you log in here with your steam account
//https://steamcommunity.com/dev/managegameservers

sv_setsteamaccount ""

//NetGraph 0
//sm_cvar sv_max_allowed_net_graph "0"

// Downloads
sv_allowupload "1" // Erlaubt Clienten das hochladen von Daten z.Bsp. Spraylogos. (1=an 0=aus)
sv_allowdownload "1" // Erlaubt Clienten das Downloaden von Daten (Sounds, Maps u.s.w.) vom Server. (1=an 0=aus)
sv_downloadurl ""

// Email - Server admin email.
// Example: sv_contact "[email protected]"
sv_contact ""

// LAN mode - Server is a LAN server; can't connect from the internet. VAC (Valve Anti-Cheat) is disabled in this mode.
// Default: sv_lan 0
sv_lan 0

// Cheats mode - Server is disabled to use cheats by default;Commands like noclip,god are disabled to be exploited by the players. VAC (Valve Anti-Cheat) is disabled in this mode when value is set to '1'.
// Default: sv_cheats 0
// Cheats ON: sv_cheats 1
sv_cheats 0

// Tags - Used to provide extra information to clients when they're browsing for servers. Separate tags with a comma.
// Example: sv_tags "128-tick,deathmatch,dm,ffa,pistol,dust2"
sv_tags ""

// Region - The region of the world to report this server in.
// Default: -1
// 0 - US East, 1 - US West, 2 - South America, 3 - Europe, 4 - Asia, 5 - Australia, 6 - Middle East, 7 - Africa
sv_region -1


// ............................. Server Rates ............................. //
// Performance
sv_maxrate "0" // Maximum bandwidth rate allowed per second for each connection to the server.
sv_minrate "196000" // Minimum bandwidth rate that is allowed for clients connected to the server.
sv_maxupdaterate "128" // Sets your rates (eg. 64 tick, 102.4 tick, 128 tick).
sv_minupdaterate "128" // Set the same as above.
sm_cvar sv_maxcmdrate "128" // Set the same as above. (Hidden cvar, requires Sourcemod tio change. Can be left as is)
sv_mincmdrate "128" // Set the same as above.
sv_parallel_sendsnapshot "1" // Enables multi-threading.
sv_clockcorrection_msecs "15" // Tries to keep each players m_nTickBase withing this many msecs of the server absolute tickcount
net_splitrate "2" // Fixes choke on 128 tick servers. Inline with what Faceit/ESEA run.
sv_hibernate_when_empty "0"

// ............................. Server Logging ............................. //
// Enable log - Enables logging to file, console, and udp < on | off >.
// Recommended: log on
log on

// Log bans - Log server bans in the server logs.
// Default: sv_logbans 1
// Recommended: sv_logbans 1
sv_logbans 1

// Log echo - Display log information to the server console.
// Default: sv_logecho 1
// Recommended: sv_logecho 1
sv_logecho 1

// Log file - Log server information in the log file.
// Default: sv_logfile 1
// Recommended: sv_logfile 1
sv_logfile 1

// One file log - Log server information to only one file.
// Default: sv_log_onefile 0
// Recommended: sv_log_onefile 0

// gameME
log "1"
logaddress_delall
logaddress_add ""


sv_log_onefile 0
// Server Hibernation
sv_hibernate_when_empty 1
sv_hibernate_ms 5

// ............................. Server Query ............................. //
// More info at: https://www.gametracker.com/games/cs...p?thread=91691
host_name_store 1
host_info_show 1
host_players_show 2

// ................................ Ban List ................................ //
// User ban - Server banlist based on user steam ID.
// Recommended: exec banned_user.cfg
exec banned_user.cfg

// IP ban - Server banlist based on user IP.
// Recommended: exec banned_ip.cfg
exec banned_ip.cfg

// Write ID - Writes a list of permanently-banned user IDs to banned_user.cfg.
writeid

// Write IP - Save the ban list to banned_ip.cfg.
writeip


//---------------------------------------------------------------------------------
// Dodaci
//---------------------------------------------------------------------------------
// Show Damage
sm_show_damage 1
sm_show_damage_ff 1
sm_show_damage_own_dmg 0
sm_show_damage_text_area 2
//default: 1
//Defines the area for damage text:
//1 = in the center of the screen
//2 = in the hint text area
//3 = in chat area of screen
//-----------------------------------------------------------------------------------
// Kill Cam
//tv_enable 1
//spec_replay_enable 1
//spec_replay_bot 1
//1 = On
//0 = Off
//-----------------------------------------------------------------------------------
//
emza is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:09.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode