View Single Post
enderandrew
Senior Member
Join Date: Jun 2020
Old 07-21-2020 , 19:32   Re: Kigen-AC-Redux New Syntax
Reply With Quote #10

I can't connect to my own server today. I initially connect, get in game and then am kicked 1-2 seconds after with the message:

Quote:
Dropped enderandrew from server (Your client has failed to authorize in time. Please reconnect or restart your game)
The server is running on my desktop, through it is internet and facing and I'm connecting through a public internet IP, but my ping has to be really low to reach out to the internet just to connect back to myself.

Is it possible to adjust this timeout or disable the check?

Edit: The time seems hard-coded in this line:

Code:
		g_hValidateTimer[client] = CreateTimer(10.0, KACR_ValidateTimer, client);
I'm changing this to 30.0 personally and recompiling for my own use but it might be nice to change that to a CVAR.

Last edited by enderandrew; 07-21-2020 at 19:47.
enderandrew is offline