Shanjaq / uhexen2

GitHub clone of SVN repo svn://svn.code.sf.net/p/uhexen2/code/trunk (cloned by http://svn2github.com/)
12 stars 1 forks source link

Hexen II does not have automatic port switching #79

Open thezionmainframe opened 2 years ago

thezionmainframe commented 2 years ago

By default Hexen II will try to connect to an address on port 26900. If a server is hosted on a different port the user has to enter the port manually before connecting.

via command line: glh2.exe -port 26901 +connect blackmarsh.hexenworld.org

via in game console: port 26901 connect blackmarsh.hexenworld.org

The engine should have automatic port switching. HexenWorld client supports this. For example: connect blackmarsh.hexenworld.org:26901 will fail every time in Hexen II but will connect properly in HexenWorld client