Universal Web-chat interface

Discussion in 'Plugin Requests' started by Me15connor, Jan 15, 2015.

  1. i was wondering if there is anyway to port game chat to website. im syre im not the only admin wanting this plugin
     
    Last edited by a moderator: Jan 15, 2015
  2. Wulf

    Wulf Community Admin

    Sure, but you'd need to write the website portion that accepts it as well.
     
  3. i was requesting a plugin not asking if posible... i edited the first post
     
  4. Wulf

    Wulf Community Admin

    I know you are, I'm just saying it would need more than just a plugin. ;)
     
  5. ok, i thought you were telling me to get to work :confused:
     
  6. Wulf

    Wulf Community Admin

    Well, you likely will have to do some work to make your website portion useful.
     
  7. I started porting my legacy WebChat plugin a while ago but never finished or tested it. If anyone is interested he can pick it up on my github.
     
  8. I presume this is potentially possible due to the great work on the rust.io stuff with the live map.

    Can a plugin be made that outputs the server chat so that we can display it on the front page of our website, like a little chat box the auto updates?
     
  9. Wulf

    Wulf Community Admin

    Output to what? Rust already has a Log.Chat.txt file you could use.
     
  10. A chat interface for your web domain (http://)
    Ability for chatting with ppl from the webpage to the ingame players, when the chatting visitor has been logged into the game once before.
     
  11. could partially use the IRC plugin for this.....maybe make it a "Members only" area
     
  12. So how can i add to my site where u can see chat like u can in Rust IO map thing Rust:IO <-- Like that and if possible how can i add it so they can chat from site with steam login??? and how can i add steam login? Thanks in advance for ur time
     
  13. Wulf

    Wulf Community Admin

    Why not just use Rust:IO?
     
  14. Well can i embed it in my site (just chat) I want it in my site
     
  15. Calytic

    Calytic Community Admin Community Mod

    To upload chat, you can use the OnPlayerChat hook with web requests to your web server. I would suggest creating a chat buffer so you're only doing a web request every 5-10 messages otherwise you'll consume your bandwidth on both sides.
     
  16. How would i do that?
    [DOUBLEPOST=1447806398][/DOUBLEPOST]
    And do it so it wont lag or crash like u said and how much cpu and memory would it take?
     
  17. Calytic

    Calytic Community Admin Community Mod

  18. Calytic

    Calytic Community Admin Community Mod

    You mean, can I write the code for you?

    No, you have everything you need to do it in those links. Maybe some other brave soul will try their hand at this one.
     
  19. could you not just embed the page into your webpage, that would be easy right?