Raised This Month: $ Target: $400
 0% 

TF2 Update out!


Post New Thread Reply   
 
Thread Tools Display Modes
Neural_Overload
Junior Member
Join Date: Feb 2006
Old 08-19-2008 , 21:07   Re: TF2 Update out!
Reply With Quote #21

I just had my server crash on an arena map

Is anyone else having problems with admin's not having access even though they are in the config?
Neural_Overload is offline
flubber
Senior Member
Join Date: Oct 2007
Old 08-19-2008 , 21:08   Re: TF2 Update out!
Reply With Quote #22

But it's clearly showing one more time that valve doesn't care about the server admin, we can't even make a mixte server. That's just ridiculous.
flubber is offline
DontWannaName
Veteran Member
Join Date: Jun 2007
Location: VALVe Land, WA
Old 08-19-2008 , 21:11   Re: TF2 Update out!
Reply With Quote #23

My 2 servers have been crash free on every arena map and all the new maps with SM 2440 1.1 and no error logs except for a strange mapchooser error. All good here, I dont even see an arena cfg in my folder at all.
__________________

DontWannaName is offline
RM_Hamster
SourceMod Donor
Join Date: Jul 2008
Location: MA
Old 08-19-2008 , 21:23   Re: TF2 Update out!
Reply With Quote #24

This might help some people:

http://forums.steampowered.com/forum...d.php?t=716117
RM_Hamster is offline
Rosie
Member
Join Date: Jul 2007
Location: Canada
Old 08-19-2008 , 21:36   Re: TF2 Update out!
Reply With Quote #25

That's me I was just going to post that here
The issue isnt running the "normal" game modes OR "arena"
It was running a mix of both

Smm 1.6.2/SM 1.0.4-r2379
Windows 2003
No problems
Finally I get to return the favour of some useful information

You can mix all styles of maps and use [SM]
Include all maps in the mapcycle or maplist or adminmenu_maplist.ini, whatever your usual

config_arena.cfg
maxplayers # // Can make it any number. Team sizes are derived from maxplayers. Each arena match has 3 teams, two playing and one waiting in the queue. So maxplayers 18 will give you a max team size of 6 (18/3).
hostname "Your Server Name"
mp_timelimit # // time in minutes
mapcyclefile "mapcycle.txt" // include all types of maps, arena, ctf, pl , cp
mapchangecfgfile "server.cfg" // your usual cfg file

\tf\addons\sourcemod\configs\maplist\cfg
Code:
"MapLists"
{
    /**
     * Default requests go right to the mapcyclefile.
     */
    "default"
    {
        "target"        "mapcyclefile"
    }
    
    /* Admin menu, map menu */
    "sm_map menu"
    {
        "file"            "addons/sourcemod/configs/adminmenu_maplist.ini"
    }
    
    /* Admin menu, map voting menu */
    "sm_votemap menu"
    {
        "file"            "addons/sourcemod/configs/adminmenu_maplist.ini"
    }
    
    /* For the "randomcycle" plugin */
    "randomcycle"
    {
        "target"        "default"
    }
    
    /* For the "mapchooser" plugin */
    "mapchooser"
    {
        "target"        "mapcyclefile"
    }
    
    /* For the "rockthevote" plugin */
    "rockthevote"
    {
        "target"        "mapcyclefile"
    }
}

Last edited by Rosie; 08-19-2008 at 22:47.
Rosie is offline
WebNoob
Senior Member
Join Date: Jul 2008
Old 08-19-2008 , 22:29   Re: TF2 Update out!
Reply With Quote #26

Quote:
Originally Posted by flubber View Post
I just delete my server.cfg and the game is starting.
Sure...that works...it's also a ridiculous fix. If we're supposed to be configuring a server differently, why the hell isn't there some documentation?

I have the same problem.....with the server.cfg file where it's SUPPOSED to be, all players are stuck in spectator mode. Delete server.cfg, and it works....but then the server has to be a dedicated arena server.

Wow...good going valve.
WebNoob is offline
ThatGuy
Senior Member
Join Date: Nov 2007
Old 08-19-2008 , 22:50   Re: TF2 Update out!
Reply With Quote #27

Also, forcing melee upon clients crashes, so be carefull.
__________________
ThatGuy is offline
Downtown1
Veteran Member
Join Date: Mar 2004
Old 08-19-2008 , 22:58   Re: TF2 Update out!
Reply With Quote #28

Same problem here, crashes after about 2 rounds.
Downtown1 is offline
flubber
Senior Member
Join Date: Oct 2007
Old 08-19-2008 , 23:11   Re: TF2 Update out!
Reply With Quote #29

As i posted in steam forums, you need to put some cvar @ zero if they are set in your arena_cfg. my both cfg and it's working fine in both mode :

Config_arena.cfg :
Quote:
maxplayers 12
hostname "[FR] www.canardplus.com - Demoman (Arena 6Vs6) - Canard PC by gandi.net"
mapcyclefile "arena_mapcycle.txt"
mapchangecfgfile "server.cfg"

rcon_password "xxxxx"
sv_rcon_banpenalty 5
sv_rcon_maxfailures 100

sv_password ""

motdfile "motd_demo.txt"

exec banned_user.cfg
exec banned_ip.cfg
writeid
writeip
sm_bancommand _resetgamestats
host_thread_mode 1

sv_lan 0
sv_region 3
sv_contact xxxx
sv_pausable 0
sv_pure 1
sv_pure_kick_clients 0


sv_voiceenable 1
sv_alltalk 1
mp_chattime 3

sv_allowupload 1
sv_allowdownload 1
net_maxfilesize 60
sv_downloadurl "http://www.xxxxx"

sv_minrate 20000
sv_maxrate 30000
decalfrequency 10
sv_maxupdaterate 100
sv_minupdaterate 66
sv_mincmdrate 66
sv_maxcmdrate 100

log on
sv_logbans 0
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
sv_logsdir "logs"

mp_maxrounds 4
mp_winlimit 0
mp_timelimit 30
mp_forcecamera 1
mp_allowspectators 1
mp_footsteps 1
sv_cheats 0
sv_timeout 150
sv_consistency 1
decalfrequency 10

mp_autoteambalance 0
mp_teams_unbalance_limit 0
mp_enableroundwaittime 0
mp_bonusroundtime 4
mp_restartround 0
mp_stalemate_timelimit 0
mp_stalemate_enable 0
server.cfg
Quote:
hostname "[FR] www.canardplus.com - demo classic - by Canard PC , gandi.net & les idiots du forum"

sv_password ""

mapcyclefile "mapcycle.txt"

rcon_password "xxxxxx"
sv_rcon_banpenalty 5
sv_rcon_maxfailures 100

motdfile "motd_demo.txt"

mp_autoteambalance 1
mp_teams_unbalance_limit 1

mp_enableroundwaittime 1
mp_bonusroundtime 20
mp_restartround 45
mp_stalemate_timelimit 160
mp_stalemate_enable 1
mp_timelimit 30

mp_maxrounds 2
mp_winlimit 0

mp_forcecamera 1
mp_allowspectators 1
mp_footsteps 1
sv_cheats 0
sv_timeout 150
sv_consistency 1
decalfrequency 10

sv_voiceenable 1
sv_alltalk 0
mp_chattime 10

sv_allowupload 1
sv_allowdownload 1
net_maxfilesize 80
sv_downloadurl "http://xxxxx"

sv_minrate 20000
sv_maxrate 30000
decalfrequency 10
sv_maxupdaterate 100
sv_minupdaterate 66
sv_mincmdrate 66
sv_maxcmdrate 100

log on
sv_logbans 0
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
sv_logsdir "logs"

sv_lan 0
sv_region 3
sv_contact xxxxxx
sv_pausable 0
sv_pure 1
sv_pure_kick_clients 0

exec banned_user.cfg
exec banned_ip.cfg
writeid
writeip

mp_idlemaxtime 10
sm_bancommand _resetgamestats
host_thread_mode 1
Edit: Of course some plugin are useless or not working with arena map those can be unload in the specific map .cfg file.

Still there is a big problem for people like me having multiple server on one install, since mapchangecfgfile "server.cfg" must be define by server, i need to launch a specific arena cfg and a specific server.cfg for each server, and that cant be done for the moment.

Last edited by flubber; 08-19-2008 at 23:13.
flubber is offline
ShellShock
Member
Join Date: Jul 2008
Old 08-19-2008 , 23:40   Re: TF2 Update out!
Reply With Quote #30

Werid i updated my server and now my server has like gamemode sv_tags, ctf, cp, pl, etc.. wtf
ShellShock 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 16:20.


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