Posts: 23
Threads: 1
Joined: Jan 2009
Reputation:
0
01-31-2009, 10:00 PM
(This post was last modified: 01-31-2009, 10:01 PM by Timzorize.)
realchamp Wrote:Okay, good
Btw, this shows when someone connects to the server:
Server uses different class tables
Will it disappear after the update?
Afk - I will be back in a hour.
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
01-31-2009, 10:02 PM
(This post was last modified: 01-31-2009, 10:03 PM by realchamp.)
I guess it will.
Otherwise try change sv_lan to 0
(If it isn't)
Posts: 23
Threads: 1
Joined: Jan 2009
Reputation:
0
realchamp Wrote:I guess it will.
Otherwise try change sv_lan to 0
(If it isn't)
But why does this come:
Exec: couldn't exec pl_badwater.cfg
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
You're missing the file pl_badwater.cfg
It's a standard bug too.
Posts: 23
Threads: 1
Joined: Jan 2009
Reputation:
0
02-01-2009, 01:22 AM
(This post was last modified: 02-01-2009, 01:22 AM by Timzorize.)
realchamp Wrote:You're missing the file pl_badwater.cfg
It's a standard bug too.
Is pl_badwater.cfg required?
What does that config file do?
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
Is not required..
Those configs there are for special settings in a special map. Like in this case, it would be pl_badwater.cfg.
If you made it and added "sv_password pw" it will be password protected in that map, since after it changes back to an other map, it will load the normal server.cfg
Posts: 23
Threads: 1
Joined: Jan 2009
Reputation:
0
realchamp Wrote:Is not required..
Those configs there are for special settings in a special map. Like in this case, it would be pl_badwater.cfg.
If you made it and added "sv_password pw" it will be password protected in that map, since after it changes back to an other map, it will load the normal server.cfg
So if I want to have password on my server I shouldn't put that in server.cfg? I should put it in my_map_name.cfg instead?
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
No, if you wont to have a permanent password, you should insert the sv_password "xxxx" command into your server.cfg.
But if you only wont it on invidual maps, use the my_map_name.cfg
Posts: 23
Threads: 1
Joined: Jan 2009
Reputation:
0
realchamp Wrote:No, if you wont to have a permanent password, you should insert the sv_password "xxxx" command into your server.cfg.
But if you only wont it on invidual maps, use the my_map_name.cfg
Oh, I got it, thanks!
Can you see if this works:
connect zorize.mine.nu:27019;password cpl
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
02-01-2009, 02:37 AM
(This post was last modified: 02-01-2009, 02:37 AM by realchamp.)
I can see the server. It's online!
Posts: 23
Threads: 1
Joined: Jan 2009
Reputation:
0
realchamp Wrote:I can see the server. It's online!
Do you know any pcw script?
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
You mean like configuration script?(warmod config) Or LO3 script?
Posts: 23
Threads: 1
Joined: Jan 2009
Reputation:
0
realchamp Wrote:You mean like configuration script?(warmod config) Or LO3 script?
Script for pcw's, they who I have played pcw with (on my server) asked why we dont have any scripts.
So I need scripts for pcw but I don't know which I should use.
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
02-01-2009, 09:08 PM
(This post was last modified: 02-01-2009, 09:19 PM by realchamp.)
Hmm. Here's some configs..
CAL League: http://caleague.com/?page=files
Select calcfg2.2.zip CAL Server Config Files (updated 1/6/09)
I can't give you the direct download link...
I can also create a private one..
Here is ESL 2on2, 3on3, 5on5 config Just make a .cfg file and insert the CODE.
Code:
// Electronic Sports League
// CS:S Config 2on2, 3on3, 5on5 Ladder
// Version 3.6
// 16.08.2007
mp_allowspectators "1"
mp_autokick "0"
mp_autoteambalance "0"
mp_buytime "0.25"
mp_c4timer "35"
mp_chattime "5"
mp_decals "300"
mp_dynamicpricing "0"
mp_fadetoblack "0"
mp_flashlight "1"
mp_footsteps "1"
mp_forcecamera "1"
mp_freezetime "6"
mp_friendlyfire "1"
mp_limitteams "20"
mp_maxrounds "0"
mp_playerid "0"
mp_roundtime "2"
mp_spawnprotectiontime "0"
mp_startmoney "800"
mp_timelimit "0"
mp_tkpunish "0"
mp_winlimit "0"
decalfrequency "60"
host_framerate "0"
sv_rcon_log "1"
log on
sv_accelerate "5"
sv_airaccelerate "10"
sv_allowdownload "1"
sv_allowupload "1"
sv_alltalk "0"
sv_cheats "0"
sv_consistency "1"
sv_friction "4"
sv_gravity "800"
sv_unlag "1"
sv_maxunlag "0.5"
sv_maxspeed "320"
sv_pausable "0"
sv_pure "2"
sv_stepsize "18"
sv_timeout "60"
sv_turbophysics "1"
sv_voiceenable "0"
sv_minrate "7500"
sv_maxrate "25000"
sv_minupdaterate "30"
sv_maxupdaterate "100"
sv_mincmdrate "30"
sv_maxcmdrate "100"
sv_client_min_interp_ratio "1.0"
sv_client_max_interp_ratio "1.0"
sv_client_predict "1"
sv_client_interpolate "1"
sv_client_cmdrate_difference "30"
sv_pure_kick_clients "1"
sv_allow_wait_command "0"
sv_allow_color_correction "0"
zb_matchconfig ""
zb_startmoney "800"
say "> ESL CS:S 2on2, 3on3, 5on5 SETTINGS loaded - 16.08.2007 <"
Posts: 23
Threads: 1
Joined: Jan 2009
Reputation:
0
realchamp Wrote:Hmm. Here's some configs..
CAL League: http://caleague.com/?page=files
Select calcfg2.2.zip CAL Server Config Files (updated 1/6/09)
I can't give you the direct download link...
I can also create a private one..
Here is ESL 2on2, 3on3, 5on5 config Just make a .cfg file and insert the CODE.
Code:
// Electronic Sports League
// CS:S Config 2on2, 3on3, 5on5 Ladder
// Version 3.6
// 16.08.2007
mp_allowspectators "1"
mp_autokick "0"
mp_autoteambalance "0"
mp_buytime "0.25"
mp_c4timer "35"
mp_chattime "5"
mp_decals "300"
mp_dynamicpricing "0"
mp_fadetoblack "0"
mp_flashlight "1"
mp_footsteps "1"
mp_forcecamera "1"
mp_freezetime "6"
mp_friendlyfire "1"
mp_limitteams "20"
mp_maxrounds "0"
mp_playerid "0"
mp_roundtime "2"
mp_spawnprotectiontime "0"
mp_startmoney "800"
mp_timelimit "0"
mp_tkpunish "0"
mp_winlimit "0"
decalfrequency "60"
host_framerate "0"
sv_rcon_log "1"
log on
sv_accelerate "5"
sv_airaccelerate "10"
sv_allowdownload "1"
sv_allowupload "1"
sv_alltalk "0"
sv_cheats "0"
sv_consistency "1"
sv_friction "4"
sv_gravity "800"
sv_unlag "1"
sv_maxunlag "0.5"
sv_maxspeed "320"
sv_pausable "0"
sv_pure "2"
sv_stepsize "18"
sv_timeout "60"
sv_turbophysics "1"
sv_voiceenable "0"
sv_minrate "7500"
sv_maxrate "25000"
sv_minupdaterate "30"
sv_maxupdaterate "100"
sv_mincmdrate "30"
sv_maxcmdrate "100"
sv_client_min_interp_ratio "1.0"
sv_client_max_interp_ratio "1.0"
sv_client_predict "1"
sv_client_interpolate "1"
sv_client_cmdrate_difference "30"
sv_pure_kick_clients "1"
sv_allow_wait_command "0"
sv_allow_color_correction "0"
zb_matchconfig ""
zb_startmoney "800"
say "> ESL CS:S 2on2, 3on3, 5on5 SETTINGS loaded - 16.08.2007 <"
Btw, I can't kick peoples who have spaces or weird letters in their names. How can I kick them?
If I type status in console I got numbers of every player and then I type rcon kick #12 (Just #12 for example) but nothing happens.... :S
|