Jump to content

IRC Chat for Renegade X Launcher


Newbie

Add IRC Chat to Launcher - Yes or No?  

14 members have voted

  1. 1. Add IRC Chat to Launcher - Yes or No?

    • Yes
      13
    • No
      1


Recommended Posts

Back with another idea,

I'd like to be able to talk to other players waiting in the lobby or even view the chat on an active server (without playing) through the Renegade X launcher. There would be a numerical indicator of active players in lobby (connected through Renegade X launcher). This may encourage others to talk while servers are full (and perhaps join another server). Original suggestion from @Fffreak9999.

Thanks.

Link to comment
Share on other sites

  • Totem Arts Staff
7 minutes ago, Testman said:

is it easier to integrate Discord into some program than it is to get simple IRC client in there?

Nope. The original launcher had an IRC client in it. It's quite simple I think, but I don't do C#, so I am of no use to our launcher. (BTW we are looking for a launcher dev)

Link to comment
Share on other sites

2 hours ago, < blank > said:

BTW we are looking for a launcher dev

This is the primary reason there isn't a chat client in the launcher. Someone did make a quick implementation for one, but it did not meet design standards and thus was not released.

There's also a solid chance that we would not use IRC as a back end, and ideally the client would be designed in such a way that the actual chat backend is entirely hidden from the user. One key concern with IRC specifically is that we don't want the launcher to suddenly start getting false positives from anti-virus applications, which was the case when we had the in-progress implementation embedded but unused in a previously released launcher.

 

I guess for anybody who's interested: the ideal implementation would most likely use some custom protocol that can have multiple simultaneous connections for the same user, and would require users to login using their forum credentials. Those requirements guarantee that usernames will always be unique, and we could then theoretically incorporate this into the game client's main menu (or even the website or discord server) at a later date. The design should be minimalist, consisting only of a chat feed and a place to input text -- no addition windows should be necessary. Here's a quick MS Paint concept:

concept.thumb.png.9816768e754e8d27a079d4929ee11dba.png

 

My MS Paint skills are obviously crap, but I think you guys get the idea. The names would also probably need to be a different shade or color, such as white or something. Any login system would need to be incorporated into the name thing at the top left.

 

Obviously this could be implemented with something more like IRC in the meantime, while the other features (login, etc) are worked on.

  • Like 2
  • Thanks 1
Link to comment
Share on other sites

  • Totem Arts Staff
15 minutes ago, roweboat said:

Yes that's exactly how I pictured it. Simply how many game studios built a lobby into their multiplayer in the past. Stylistically I mean.

 

@Agent What sort of coding skills are we needing? I can ask around I might know a few people.

Proficiency or knowledge in C#
https://github.com/TotemArts/Rx_Launcher

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...