Does anyone else find it difficult sometimes to chat in the lobby because the bot is spamming "3 more players until game automatically starts"?
I feel that these messages are displayed far too frequently. Any insight on the possibility that maybe the bots spam this message less frequently? I think 98% of the players in game lobbies understand that the game is on auto start anyway.
Thanks for your time
ENT bot spam frequency
Moderator: Oversight Staff
Re: ENT bot spam frequency
I've never counted the time delay between the messages, but I agree it's kind of short. Unfortunately for uak, I think that message is coded into the bot (not changeable via ghost.cfg) so it would have to be a custom change to the actual bot. I could be wrong on that though.
I think at least 10 seconds would be nice, if not 15.
I think at least 10 seconds would be nice, if not 15.
-
- Staff Department
- Posts: 7829
- Joined: Sun Apr 08, 2012 10:37 pm
- Has thanked: 8 times
- Been thanked: 125 times
Re: ENT bot spam frequency
It's currently every ten seconds:
I could make it try to autostart every five seconds instead, and then make the message only appear every once in three times that it tries to start the game.
Code: Select all
// try to auto start every 10 seconds
if( !m_CountDownStarted && m_AutoStartPlayers != 0 && GetTime( ) - m_LastAutoStartTime >= 10 )
{
StartCountDownAuto( m_GHost->m_RequireSpoofChecks );
m_LastAutoStartTime = GetTime( );
}
I could make it try to autostart every five seconds instead, and then make the message only appear every once in three times that it tries to start the game.
dWFrZi5i -- 'cause I'm cool like Agreements
- VirusHunter
- Corrupted Treant
- Posts: 1321
- Joined: Mon Jan 21, 2013 10:52 pm
- Has thanked: 2 times
Re: ENT bot spam frequency
^^ i would like this feature. it can get annoying but its no big deal either. most of the times games start relatively fast.
-auctoritas non veritas facit legem-
- iightfyre
- Corrupted Treant
- Posts: 1351
- Joined: Sat Feb 09, 2013 4:52 pm
- Location: San Diego, CA
- Been thanked: 1 time
Re: ENT bot spam frequency
That sounds like a good adjustment uakf.b - thanks for your time as always!
Re: ENT bot spam frequency
uakf.b wrote:I could make it try to autostart every five seconds instead, and then make the message only appear every once in three times that it tries to start the game.
would be good
Return to “Suggestion Archive”
Who is online
Users browsing this forum: No registered users and 121 guests