RMX-OS of Blizz is perfect and corresponds perfectly has my waitings however, I could point out that they miss some functions interesting
notably in chat system or I would like to put thumb-indexes ['Total '] [' Map '] ['Party '] [' Guild '] [' Private '] is what somebody will be
capable to make it?
Example (Netplay):
(http://gohproject.free.fr/vAbuWEz.png)
Thanks..
Nobody?
In theory, this is doable, however, I'm certainly not good enough to directly help with this. I do think it might be possible to be done if there's a chat service out there that uses an open JSON API, as someone, if I remember right it was GameGuy, already made a JSON encoder/decoder, so it might not be that far of a stretch to figure out the proper way to post/get the JSON data back and forth to an existing chat system. It might be tricky to figure out whispering to just your party, but, most chats out there support direct whisper messages, messages to just friends, and global messages to entire room.
It's more than doable and it doesn't even need JSON. It's just no one here does script requests for RMX-OS. Either learn it yourself or hope some other guy working on their RMX-OS project is cool enough to share.
It could be done by using another server-client message code like CHT for other channels. This would be the quickest way, but it wouldn't be so customizable for users.
Could be like TCHT (tab chat) with a number and the message attached to it.
TCHT 1 "Oh hold up, someone said hi" # Party Chat
TCHT 2 "Hey, what's up?" # Friend Chat
Then customizing would just be a matter of adding more numbers.
Use an array of arrays to store and categorize different messages. If there's an ALL tab, then I guess keep the chat log as is but assign what tab ID it belongs to for filtering.
That would have with pleasure been to make it but I have no idea where to begin ..
Quote from: Blizzard on February 11, 2015, 02:53:46 pm
It could be done by using another server-client message code like CHT for other channels. This would be the quickest way, but it wouldn't be so customizable for users.
Do you think it is possible to create a chat server dedicated to a share of the RMX-OS in the same project?
Ex:
[SERVEUR RMX-OS "IP :: XX.XX.XX.XX.XX"] [SERVEUR CHAT "IP :: XX.XX.XX.XX.XX"]
| |
| |
| |
|______________________ _______________________|
|
[GAME CLIENT]
Possible yes, but not easy. It would also create a whole new set of problems to solve.
So it's a bad idea... And I have no idea to create this code chat ... If there is someone who is motivated :)