Jump to content

[General] - When his port is not the default port ,Could not join server


cokll

Recommended Posts

Bug Submission:

Category: General

Issue Title: When his port is not the default port ,Could not join server

Issue Description: When his port is not the default port ,Could not join server

Steps to Reproduce: 1.start server :Command Line Arguments: -port 11000 -players 20 -console -lan

2,join server 127.0.0.1:11000

  • Developer

Hello @cokll,
 
How are you trying to connect to this server ? If you use c_connect command, you should write this:

c_connect("222.186.134.53", 11000)

If you put the port directly in the IP, it will append the default port to your connection string and you'll end up with:
222.186.134.53:11000:10999 as we can see in your log :)
 

Hello @cokll,

 

How are you trying to connect to this server ? If you use c_connect command, you should write this:

c_connect("222.186.134.53", 11000)

If you put the port directly in the IP, it will append the default port to your connection string and you'll end up with:

222.186.134.53:11000:10999 as we can see in your log :-)

 

This command can not be used before entering the game

Hello @cokll,

 

How are you trying to connect to this server ? If you use c_connect command, you should write this:

c_connect("222.186.134.53", 11000)
If you put the port directly in the IP, it will append the default port to your connection string and you'll end up with:

222.186.134.53:11000:10999 as we can see in your log :-)

 

Hello @Diabu

 

Why multiplayer games can't use IP: port the form link.

Must use the c_connect command?

THX

 

 

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...