Direct connect to a server via shortcut

Have a suggestion or an idea for Life is Feudal: MMO ? Post it here!

Elegos
 
Posts: 2
Joined: 06 Oct 2014, 14:27

Direct connect to a server via shortcut

Post by Elegos » 06 Oct 2014, 14:32

Hello!

I wish there was the possibility to reach a server directly simply setting an option in the shortcut: the servers browser is not yet finished and it's always a pain to wait for the list to stop refreshing and selecting always the same one. Favs and recent are not yet implemented.

I know you can open the console, but why not adding the option -server?

i.e. "path/to/exe" -server=192.198.0.50

Thanks :)


B101uk
 
Posts: 23
Joined: 29 Sep 2014, 19:46

Re: Direct connect to a server via shortcut

Post by B101uk » 06 Oct 2014, 15:59

just join via the console

Code: Select all
joinToRemoteServer("###.###.###.###:28000","PW")


where ### is the parts of the IP number, 28000 is the port number and PW is the password.


you can find the IP etc in the appropriate dated latest log file for games just joined.

edit:
where there is no password, just omit it, though retain the "" that would surround it, i.e.
Code: Select all
joinToRemoteServer("###.###.###.###:28000","")


Elegos
 
Posts: 2
Joined: 06 Oct 2014, 14:27

Re: Direct connect to a server via shortcut

Post by Elegos » 06 Oct 2014, 16:24

Yep I know about this trick, but a direct connect to the server would be awesome and easy to implement :)

Return to Suggestions and Ideas