xsheppardx • PM |
Jul 22, 2014 10:23 PM
|
![]() Posts: 9 |
Just curious if i'm in the right ball park when it comes to this server config, and if theres anything i should adjust.. the server is 32gb ram, amd 4.2 ghz 6 cores, 1gb data port.. idealy for a 32 person server..
// Server Name hostname "- CS.BLACKENED.ORG -" // Rcon & Server passswords rcon_password "PASSWORD" sv_password "" // Server Cvars mp_friendlyfire "1" mp_footsteps "1" mp_autoteambalance "1" mp_autokick "0" mp_flashlight "1" mp_tkpunish "1" mp_forcecamera "0" mp_limitteams "1" mp_hostagepenalty "2" mp_allowspectators "1" mp_timelimit "30" mp_chattime "0" sv_cheats "0" sv_gravity "800" sv_allowupload "1" sv_allowdownload "1" sv_maxspeed "320" pausable "0" // Round Cvars mp_freezetime "6" mp_roundtime "5" mp_startmoney "800" mp_c4timer "45" mp_fraglimit "0" mp_maxrounds "0" mp_winlimit "10" // Bandwidth Rates sys_ticrate 1000 sv_timeout 90 fps_max 1000 sv_maxrate 25000 sv_minrate 4500 sv_maxupdaterate 101 sv_minupdaterate 55 sv_maxcmdrate 100 sv_mincmdrate 55 decalfrequency "10" //VOICE-CHATTING sv_voiceenable 1 sv_alltalk 0 sv_voicecodec voice_speex //sv_voicequality <1-5> the bps of the voice. //1-2400bps //2-6000bps-DEFAULT //3-8000bps //4-11200bps //5-1520bps sv_voicequality 4 mp_chattime 10 // Server logging log "on" sv_logbans "1" sv_logecho "1" sv_logfile "1" sv_log_onefile "0" //load the banned players list exec listip.cfg exec banned.cfg // Internet Settings sv_lan "0" sv_region "0" sv_voiceenable 1 sv_voicequality 5 sv_contact "admin@blackened.org" ![]() |
b0untyhunter • PM |
Jul 23, 2014 1:44 AM
|
![]() Posts: 183 |
There are some suggestion for you.
1. Keep log off. If it's turned on, you will experience lagging. 2. Keep your RCON password strong as possible. Weak RCON password can be hacked easily using brute force attacks. 3. sv_alltalk 1 4. sv_timeout 60 5. sys_ticrate 1200 6. mp_friendlyfire "0" // For public server it's good if friendly fire is disabled 7. mp_freezetime "0" 8. mp_autokick "1" // To kick AFK players. 9. sv_allowupload "0" sv_allowdownload "0" // For security reason. 10. sv_region "255" // Your server will be listed world wide 11. You will need to add AMXMODX on the server to add additional functionality. e.g Admins, Plugins etc. Link : http://www.amxmodx.org |
xsheppardx • PM |
Jul 23, 2014 7:00 PM
|
![]() Posts: 9 |
Excellent, updated config.. works nicely
![]() ![]() |
b0untyhunter • PM |
Jul 24, 2014 8:31 AM
|
![]() Posts: 183 |
If you need any additional information regarding to Server configs I will surely help you. Just PM me
![]() |
xsheppardx • PM |
Jul 24, 2014 5:05 PM
|
![]() Posts: 9 |
Seems to be holding up, tho i haven't been able to reach 32/32 slots yet.. need users! Working on the MOTD now, and fourms.. hopefully a decent addition to the community.
The help was appreciated, is there a way to friend people if thats ok? so i recall if i need to..? ![]() |
b0untyhunter • PM |
Jul 25, 2014 2:14 AM
|
![]() Posts: 183 |
Create a facebook group of your server. Add your friends on the group. Whatever you want to announce, just post it on the group so everyone will get the notification.
Last edited by: b0untyhunter Jul 25, 2014 2:12 PM
|
xsheppardx • PM |
Jul 26, 2014 12:02 AM
|
![]() Posts: 9 |
when i try to add a map and restart the server, when the map is in cycle, it wont load and complains about not having valid models..? any idea.
![]() |
b0untyhunter • PM |
Jul 26, 2014 12:39 AM
|
![]() Posts: 183 |
Can you show me the screenshot ?
|
xsheppardx • PM |
Jul 26, 2014 12:02 PM
|
![]() Posts: 9 |
couldn't post ss, but it says "Cannot continue without model maps/de_cpl_mill.bsp, disconnecting... i have placed the .bsp in /maps and any models that were in the folder that i unzipped...
![]() |
xsheppardx • PM |
Jul 26, 2014 12:09 PM
|
![]() Posts: 9 |
figured it out, was i had "sv_allowdownload "0" so wouldn't download the map to my client game ;( solved
![]() ![]() |