• Code to run Rust Server Directly from website...
    3 replies, posted
I have tried to come up with a code to run a rust server direct from a link but I have only got as far as launching the game. Anyone have an idea how I can connect directly to a rust server as well from the link? this is what I have [CODE]<html> <head> <title>Connecting to server..</title> <meta http-equiv="refresh" content="3;URL=steam://rungameid/252490+connect 208.115.236.194:28065"> </head> <body> Connecting to server.. </body> </html>[/CODE] This again only runs the game.
rust and steam are not fully integrated yet not possible yet I believe. Also net.connect is a ingame code probably can't run it as a parameter.
There has been no indication since the move from the Unity webplayer to standalone Steam build that you can connect to servers by passing a URL to Steam. net.connect is a Rust console command, not a launch parameter, as deadlywario0 said.
It's mentioned on the [URL="https://trello.com/c/ULawzZnt"]trello[/URL]. Safe to assume it will be announced in an update when it's is implemented.
Sorry, you need to Log In to post a reply to this thread.