The Autokick Feature designed to automatically kick players who have a ping higher than the minimum set by host, has a flaw in that it kicks too fast.
I played in a server for a couple of rounds with good ping, and suddenly I got kicked because "my ping was too high for 5 seconds". This combined with not being able to join a server for 2 minutes can make someone unnecessarily get kicked and not be able to play. They are both good features, but I think we need to make the autokick not happen unless the player maintains high ping for 10 or so seconds.
This forum is locked and will eventually go offline. If you have feedback to share you can find us in our Discord channel "MythoLogic Interactive" https://discord.gg/nECKnbT7gk
Forum rules
Forum rules
AutoKick Feature kicking too fast
Forum rules
By using the forum you agree to the following rules. For this forum you also need to follow these additional rules.
By using the forum you agree to the following rules. For this forum you also need to follow these additional rules.
AutoKick Feature kicks too fast
3 x
Want to Participate in SFD Tournaments? Check out SIFA for tournaments and much more at
viewtopic.php?f=8&t=449
viewtopic.php?f=8&t=449
- Yopa
- Superfighter

- Posts: 71
- Joined: Mon Mar 21, 2016 10:02 am
- Title: The great cosmic christ
- SFD Alias: Diablo Yoyoeho
- Started SFD: 1.5.9
- Location: Paris
- Gender:
- Age: 10
You have a nice idea and that you say it's true. But here it's just for bugs.
Post here your idea : viewforum.php?f=9
Post here your idea : viewforum.php?f=9
1 x
I put it here because there it is for ideas and innovative, new suggestions.
here it says bugs and "Problems".
here it says bugs and "Problems".
0 x
Want to Participate in SFD Tournaments? Check out SIFA for tournaments and much more at
viewtopic.php?f=8&t=449
viewtopic.php?f=8&t=449
- KliPeH
- Moderator

- Posts: 922
- Joined: Sat Mar 19, 2016 3:03 pm
- Title: [happy moth noises]
- SFD Account: KliPeH
- Started SFD: Pre-Alpha 1.4.2
- Gender:
- Contact:
Off Topic
Yopa wrote:You have a nice idea and that you say it's true. But here it's just for bugs.
Post here your idea : viewforum.php?f=9
I moved your thread to the Ideas and Suggestions section. Please use the Bugs and Problems section to report bugs; usually "problems" such as yours will get tagged as invalid reports and get ignored if you post it there.SEM wrote:I put it here because there it is for ideas and innovative, new suggestions.
here it says bugs and "Problems".
0 x

- Gurt
- Lead Programmer

- Posts: 1887
- Joined: Sun Feb 28, 2016 3:22 pm
- Title: Lead programmer
- Started SFD: Made it!
- Location: Sweden
- Gender:
- Age: 36
The long plan is to allow scripting to work as smaller extensions to a server. In there you will be able to create your own kick-algorithm(s). For now if you're the host you can add the following entries to the config.ini file and tweak them to your liking (below are the defaults):
HOST_GAME_KICK_MAX_PING_SAMPLE_RATE_MS=3000
HOST_GAME_KICK_MAX_PING_SAMPLE_COUNT=5
HOST_GAME_KICK_MAX_PING_SAMPLE_DURING_LOADING=1
You're kicked when the average of all the HOST_GAME_KICK_MAX_PING_SAMPLE_COUNT is above set max ping. One sample will be stored each HOST_GAME_KICK_MAX_PING_SAMPLE_RATE_MS. Samplings can be disabled during loadings with HOST_GAME_KICK_MAX_PING_SAMPLE_DURING_LOADING=0.
(Maybe good to post this on the wiki if it's still active.)
HOST_GAME_KICK_MAX_PING_SAMPLE_RATE_MS=3000
HOST_GAME_KICK_MAX_PING_SAMPLE_COUNT=5
HOST_GAME_KICK_MAX_PING_SAMPLE_DURING_LOADING=1
You're kicked when the average of all the HOST_GAME_KICK_MAX_PING_SAMPLE_COUNT is above set max ping. One sample will be stored each HOST_GAME_KICK_MAX_PING_SAMPLE_RATE_MS. Samplings can be disabled during loadings with HOST_GAME_KICK_MAX_PING_SAMPLE_DURING_LOADING=0.
(Maybe good to post this on the wiki if it's still active.)
0 x
Gurt
