Quote:
Originally Posted by CharlyBrown001
when im connecting to server the client says waiting for response and hangs in there. the server console tells me onconnect but nothing happans.
whats the right port for the cmd exe command is it 11008?
im stuck at this point.
|
You need to run two servers, game_server.exe and login_server.bat, which just calls game_server.exe with --login option.
By default login server port is 11002, which is what you want to connect with client.
So if you've set your server IP to 192.168.1.5 and didn't change the login port, you need to run client with:
.\alefclient.exe /L192.168.1.5:11002
When your game server connects to your login server, you'll see a message like: OnConnect | 192.168.1.35:48098
When your client connects to your login/game servers, you'll see a message like: OnConnect (2301A8C00000BCE2)