PDA

View Full Version : Disable Idle Kicking, HOW?



legacy-OldScho0l
03-13-2004, 06:27 PM
I'm running a Linux Dedicated server and have been unable to disable Idle Kicking. Can anyone please tell me how to do this. I have tried the command below but it doesn't seem to work.

"MaxIdleTime=120.0 // add this line to allow you to change the idle kick time. A value of 0 turns off idle kicking"

I found the above command in another post but when I change the ini, the setting seems to have no effect. If anyone could help, I would appreciate it.

Thanks,
OldScho0l

Frogger
03-13-2004, 07:56 PM
[Engine.GameInfo]
GoreLevel=2
MaxSpectators=2
MaxPlayers=8
AutoAim=1.000000
GameSpeed=1.000000
bChangeLevels=True
bStartUpLocked=False
bNoBots=False
bAttractAlwaysFirstPerson=False
NumMusicFiles=13
bEnableStatLogging=false
HUDType=Engine.Hud
MaxLives=0
TimeLimit=0
GoalScore=0
GameStatsClass=IpDrv.MasterServerGameStats
SecurityClass=UnrealGame.UnrealSecurity
AccessControlClass=Engine.AccessControl
VotingHandlerType=xVoting.xVotingHandler
bAllowBehindView=False
bAdminCanPause=False
bWeaponShouldViewShake=True
bLowGore=False
GameDifficulty=5.000000
MaplistHandlerType=
ServerSkillLevel=
MaxIdleTime=32.000000 <-------------------------


this should be the settting to change...haven't played with it...but assume it works..

legacy-CA-Colossus
03-13-2004, 08:06 PM
Originally posted by OldScho0l
I'm running a Linux Dedicated server and have been unable to disable Idle Kicking. Can anyone please tell me how to do this. I have tried the command below but it doesn't seem to work.

"MaxIdleTime=120.0 // add this line to allow you to change the idle kick time. A value of 0 turns off idle kicking"

I found the above command in another post but when I change the ini, the setting seems to have no effect. If anyone could help, I would appreciate it.

Thanks,
OldScho0l

Down the server, edit the ini change to =0 then save, quit.. Run server...

That should work...