PDA

View Full Version : Problem w/ inactivity kick


dope
01-11-2005, 02:49 PM
hi,

I've been running a CoD UO server for my friends for a couple of months now. Everything is running smoothly but I have one minor problem:

We are playing S&D w/ 3 minute rounds. If someone gets killed quite early in the round he'll get a warning that he will be kicked due inactivity. This can be avoided by quickly switching to spectator mode but that's quite annoying in the long run.

I've set up my server by using |BoS|Brian's server config guide (Great job btw, thank you!) and i haven't changed anything that would affect this particular setting. I have only added the following line, i found from some forum, to the config file:

seta g_inactiveKick "300"

I thought it might solve the problem but it didn't ... :(

If someone has any idea how to solve this problem i'd be greatful!
Thanks,

//dope

Plasma
01-11-2005, 07:03 PM
you could always remove or comment out that setting and restart your server. or, try increasing it to say 500 or 700

also, you have seta g_inactiveKick "300" where i have (notice the difference):

// Idle Players, Spectators, and Timeouts
set g_inactivity "300"
set g_inactivityspectator "300"
set sv_timeout "300"

just increase those to 500

naptimesoon
01-12-2005, 02:32 PM
- I had same problem just remove "300"
from config file make it so there is no 300 in there ""
this should help it did 4-me

imported_Sac
01-12-2005, 05:37 PM
The correct cvar is g_inactivity

dope
01-13-2005, 07:19 PM
Thanks for your help!

I tried once again to increase the seconds but the problem stayed. Then I completely removed the numbers as naptimesoon suggested and voila! now it works perfectly. The solution is always too simple ;)

// Dope