01-11-2014, 10:14 PM
Well the server works fine, people can join and have a good ping.
But when I enter the rcon_password (correctly) and then try "rcon changelevel cp_dustbowl" it says "Unable to connect to remote server (93.172.125.63:27015)"
Here's the server.cfg:
and here's the start.bat:
I posted them both since I don't know what ther problem is. (Noob here)
Asaide from that problem, are there any recommendations on how to run the server better?
Thanks in advanced to all answers!
But when I enter the rcon_password (correctly) and then try "rcon changelevel cp_dustbowl" it says "Unable to connect to remote server (93.172.125.63:27015)"
Here's the server.cfg:
Code:
// Config for 'Avrih Mushailov The Horse'
// 10.01.2014 10:08:23 CET/CEST - tf2cfg.info
// ----------------------------------------------------------------------------
// Basic Options
// ----------------------------------------------------------------------------
hostname "Avrih Mushailov The Horse"
sv_visiblemaxplayers "24"
sv_pure "0"
sv_pausable "0"
setpause "0"
sv_lan "0"
sv_stats "0"
// ----------------------------------------------------------------------------
// Check for banned users
// ----------------------------------------------------------------------------
exec banned_user.cfg
exec banned_ip.cfg
writeid
writeip
// ----------------------------------------------------------------------------
// Region and contact
// ----------------------------------------------------------------------------
sv_contact "dekel_ushpiz@walla.co.il"
sv_region "3"
// ----------------------------------------------------------------------------
// Rcon Settings
// ----------------------------------------------------------------------------
rcon_password "1165"
rcon_port "27015"
rcon_banpenalty "9001"
rcon_maxfailures "5"
// ----------------------------------------------------------------------------
// Logging Settings
// ----------------------------------------------------------------------------
log "on"
sv_log_onefile "1"
sv_logfile "1"
sv_logbans "1"
sv_logecho "1"
// ----------------------------------------------------------------------------
// Rate Settings
// ----------------------------------------------------------------------------
fps_max "600"
sv_minrate "0"
sv_maxrate "60000"
sv_minupdaterate "20"
sv_maxupdaterate "66"
// ----------------------------------------------------------------------------
// Download Settings
// ----------------------------------------------------------------------------
sv_allowupload "1"
sv_allowdownload "1"
net_maxfilesize "15"
sv_downloadurl ""
// ----------------------------------------------------------------------------
// Team Balance
// ----------------------------------------------------------------------------
mp_autoteambalance "1"
mp_autoteambalance_delay "60"
mp_autoteambalance_warning_delay "30"
mp_teams_unbalance_limit "2"
// ----------------------------------------------------------------------------
// Round and Game Times
// ----------------------------------------------------------------------------
mp_enableroundwaittime "1"
mp_bonusroundtime "8"
mp_restartround "0"
mp_timelimit "30"
mp_stalemate_enable "1"
mp_stalemate_timelimit "300"
// ----------------------------------------------------------------------------
// Client Settings
// ----------------------------------------------------------------------------
mp_forcecamera "0"
mp_allowspectators "1"
mp_footsteps "1"
sv_cheats "0"
decalfrequency "30"
mp_idledealmethod "1"
mp_idlemaxtime "5"
sv_timeout "30"
// ----------------------------------------------------------------------------
// Communication
// ----------------------------------------------------------------------------
sv_voiceenable "1"
sv_alltalk "0"
tf_teamtalk "1"
// ----------------------------------------------------------------------------
// Misc
// ----------------------------------------------------------------------------
tf_allow_player_use "0"
tf_damage_disablespread "0"
tf_forced_holiday "0"
tf_medieval "0"
tf_overtime_nag "0"
tf_playergib "1"
tf_use_fixed_weaponspreads "0"
tf_weapon_criticals "0"
sv_password banana
and here's the start.bat:
Code:
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game tf +map ultiduo_baloo +ip 10.100.102.4 +net_public_adr 93.172.125.63 -port 27015 -console -usercon
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
I posted them both since I don't know what ther problem is. (Noob here)
Asaide from that problem, are there any recommendations on how to run the server better?
Thanks in advanced to all answers!