Hello all, how to connect to server from commandline?
For rust legacy, i write to cfg\favourites.cfg line like net.connect 127.0.0.1:28015 And if i enter the game. my game autoconnect to server 127.0.0.1:28015. And how to make autoconnect in Rust Experimental?
Connecting to server on client startup?
Discussion in 'Rust Discussion' started by Bookkc2, Jan 30, 2017.
-
just "connect"
or connect localhost
or connect 127.0.0.1:yourport -
its for console, i need commandline
-
-
thanks gues...
-
try on this way:
Code:steam://connect/ipaddress:port
Steam browser protocol - Valve Developer Community -
i dont understand where is rust protocol?
[DOUBLEPOST=1485793150][/DOUBLEPOST]can you write a example ? -
Wulf Community Admin
If you are trying to make your server connect when you start it, try adding:
Code:connect SERVERIP:PORT
-
If you want to connect to 5.9.150.72:27105 for example, you need to use:
Steam://connect/5.9.150.72:27015
You need to have steam client installed on your pc -
-
Could you try this way:
Create a html file into your desktop. Add the following code:
Code:</html> <a href="steam://connect/127.0.0.1:27015"> Server A </i></a><br /> <a href="steam://connect/xxx.xxx.xxx.xxx.xxx:28015"> Server B </i></a><br /> <a href="steam://connect/DNS:port"> Server C </i></a> </html>
Save it then try to connect from the link. I think you can also create a shortcut steam://connect/.... but i'm mot sure that's works in this way. I can't try on this moment -
Ok. I tried creating a shortcut on the desktop and it works fine. The steam protocol identify the game, open it and connect the game to the specific server