My server help plz.
Posted: Sat Jun 27, 2009 11:52 pm
Well i set it up and it all works but i cant find out how to: Change the name, make rtv work, and get a server.cfg up. I would like all the help you are willing to give.
Have you seen my coffee cup?
https://forums.obsidianconflict.net/
https://forums.obsidianconflict.net/viewtopic.php?f=29&t=3243
Code: Select all
log "on"
hostname "[YaS] Neico's Lab [DirectDL][Dedicated][Win32][3Mbit]"
rcon_password "*****"
//sv_password "*****"
sv_tags "[YaS], #13, Dev, Dedicated, Neico"
skill "3"
sv_cheats "1" // I use Cheat Control so it doesn't bother me
sv_maxinvobjectweight "20"
// Start Lulz
sk_vortigaunt_armor_charge "999"
sk_vortigaunt_armor_charge_per_token "1"
// End Lulz
sv_giblifetime "5"
sv_changeleveldelay "30" // needed for hl:s
heartbeat
sv_downloadurl "http://*****"
net_maxfilesize "255"
exec "banned_ip.cfg"
exec "banned_user.cfg"
Neico wrote:you mean the one from sourcemod?
and mine looks like this: (very old, didn't run the server with that settings for quite a while, ask w0rf0x he might got better settings)Code: Select all
log "on" hostname "[YaS] Neico's Lab [DirectDL][Dedicated][Win32][3Mbit]" rcon_password "*****" //sv_password "*****" sv_tags "[YaS], #13, Dev, Dedicated, Neico" skill "3" sv_cheats "1" // I use Cheat Control so it doesn't bother me sv_maxinvobjectweight "20" // Start Lulz sk_vortigaunt_armor_charge "999" sk_vortigaunt_armor_charge_per_token "1" // End Lulz sv_giblifetime "5" sv_changeleveldelay "30" // needed for hl:s heartbeat sv_downloadurl "http://*****" net_maxfilesize "255" [b]exec "banned_ip.cfg" exec "banned_user.cfg"[/b]
Duh, read my post...themoldyone wrote:I don't see one.