Tab Chat in RMX-OS

Started by R5GAMER, November 29, 2014, 06:57:35 am

Previous topic - Next topic

R5GAMER

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):


Thanks..
..........________
....'/,-Y"............."~-.
..l.Y.......................^.
./\............................_\
i.................... ___/"...."\
|.................../"...."\ .....o!
l..................].......o !__../
.\..._..._.........\..___./......"~\
..X...\/...\.....................___./
.(. \.___......_.....--~~".....~`-.           
....`.Z,--........./.....................\
.......\__....(......../.........._____)
...........\.........l......../---~~" /
............Y.......\................../
............|........"x_____.^
............|.....................\
............j.....................Y

R5GAMER

..........________
....'/,-Y"............."~-.
..l.Y.......................^.
./\............................_\
i.................... ___/"...."\
|.................../"...."\ .....o!
l..................].......o !__../
.\..._..._.........\..___./......"~\
..X...\/...\.....................___./
.(. \.___......_.....--~~".....~`-.           
....`.Z,--........./.....................\
.......\__....(......../.........._____)
...........\.........l......../---~~" /
............Y.......\................../
............|........"x_____.^
............|.....................\
............j.....................Y

PhoenixFire

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.
Quote from: Subsonic_Noise on July 01, 2011, 02:42:19 amNext off, how to create a first person shooter using microsoft excel.

Quote from: Zeriab on September 09, 2011, 02:58:58 pm<Remember when computers had turbo buttons?

KK20

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.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

Blizzard

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.
Check out our game brands:

Daygames
Game Night Games
Chugnar Games

Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

KK20

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.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

R5GAMER

That would have with pleasure been to make it but I have no idea where to begin ..
..........________
....'/,-Y"............."~-.
..l.Y.......................^.
./\............................_\
i.................... ___/"...."\
|.................../"...."\ .....o!
l..................].......o !__../
.\..._..._.........\..___./......"~\
..X...\/...\.....................___./
.(. \.___......_.....--~~".....~`-.           
....`.Z,--........./.....................\
.......\__....(......../.........._____)
...........\.........l......../---~~" /
............Y.......\................../
............|........"x_____.^
............|.....................\
............j.....................Y

R5GAMER

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]

..........________
....'/,-Y"............."~-.
..l.Y.......................^.
./\............................_\
i.................... ___/"...."\
|.................../"...."\ .....o!
l..................].......o !__../
.\..._..._.........\..___./......"~\
..X...\/...\.....................___./
.(. \.___......_.....--~~".....~`-.           
....`.Z,--........./.....................\
.......\__....(......../.........._____)
...........\.........l......../---~~" /
............Y.......\................../
............|........"x_____.^
............|.....................\
............j.....................Y

Blizzard

Possible yes, but not easy. It would also create a whole new set of problems to solve.
Check out our game brands:

Daygames
Game Night Games
Chugnar Games

Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

R5GAMER

So it's a bad idea...  And I have no idea to create this code chat ... If there is someone who is motivated :)
..........________
....'/,-Y"............."~-.
..l.Y.......................^.
./\............................_\
i.................... ___/"...."\
|.................../"...."\ .....o!
l..................].......o !__../
.\..._..._.........\..___./......"~\
..X...\/...\.....................___./
.(. \.___......_.....--~~".....~`-.           
....`.Z,--........./.....................\
.......\__....(......../.........._____)
...........\.........l......../---~~" /
............Y.......\................../
............|........"x_____.^
............|.....................\
............j.....................Y