Solved Opening web browser (Steam UI)?

Discussion in 'Rust Discussion' started by Hell, May 2, 2015.

  1. Hi, is there a command that allows plugins to open the users Steam UI Web Browser?

    Thanks!
     
  2. No there is not.
     
  3. Thanks for your reply.
    You sure about that, because the Rust main menu is able to do it?
     
  4. Because it is on the client side ofc it can, there is no way for the server to send those same commands to a client.
     
  5. Yea sure, but is it not possible maybe to display clickable URL's then : ) ?
     
  6. again all that is controlled by the client side, nothing we can do from the server side
     
  7. Ah I see ok, thanks Reneb and Hatemail : )
     
  8. You can open steam Overlay and open a website but doesn't work all the time (Still looking into it).
    You can use UntiyEngine to open a website from your PC's browser.
    [DOUBLEPOST=1430695295][/DOUBLEPOST]UnityEngine.Application.OpenURL("http://google.com")
     
  9. Try it and see where you get, Oxide is a server mod so it has no control of the client. The only control we have over the client is what the server provides for client interaction.
     
  10. if it was tested on a local server it might have given the impression that it works. As it will launch the browser and navigate to that url, but on the server machine so if it were tests on the local server it would've opened the browser ;)
     
  11. Wulf

    Wulf Community Admin

    We've been over this before. The server has a lot of shared code, but it has no control it on any remote client. Garry has no plans to allow it either.