Upvote Upvoted 0 Downvote Downvoted
I need some server help
posted in Q/A Help
1
#1
0 Frags +

I am a giant noob when it comes to tf2 server stuff so i was looking for someone that can help me out.

I finally got mge and 2v2 working recently but now its not because of that recent update and im not sure how to fix it. Should I do a fresh install of the mge map and stuff or is there a more efficient way?

I also need some help fixing pregame dm and my server kicking people idling for 2 minutes.

I am a giant noob when it comes to tf2 server stuff so i was looking for someone that can help me out.

I finally got mge and 2v2 working recently but now its not because of that recent update and im not sure how to fix it. Should I do a fresh install of the mge map and stuff or is there a more efficient way?

I also need some help fixing pregame dm and my server kicking people idling for 2 minutes.
2
#2
2 Frags +

You often fix stuff breaking after game updates by updating sourcemod and/or metamod, so try that first. You'd pretty much never reinstall the map unless it never worked in the first place.

For server configuration stuff, you can usually find what you need just by googling "tf2 cvar" plus keywords. "tf2 cvar idle kick" found me this thread, which discussed these two cvars for idling:

// Maximum time a player is allowed to be idle (in minutes), made this and sv_timeout equal same time?
mp_idlemaxtime 15

// Deals with idle players 1=send to spectator 2=kick
mp_idledealmethod 2 
You often fix stuff breaking after game updates by updating sourcemod and/or metamod, so try that first. You'd pretty much never reinstall the map unless it never worked in the first place.

For server configuration stuff, you can usually find what you need just by googling "tf2 cvar" plus keywords. "tf2 cvar idle kick" found me [url=https://forums.alliedmods.net/showthread.php?t=151618]this thread[/url], which discussed these two cvars for idling:
[code]// Maximum time a player is allowed to be idle (in minutes), made this and sv_timeout equal same time?
mp_idlemaxtime 15

// Deals with idle players 1=send to spectator 2=kick
mp_idledealmethod 2 [/code]
Please sign in through STEAM to post a comment.