Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: R5GAMER on November 29, 2014, 06:57:35 am

Title: Tab Chat in RMX-OS
Post by: R5GAMER on November 29, 2014, 06:57:35 am
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..
Title: Re: Tab Chat in RMX-OS
Post by: R5GAMER on February 08, 2015, 12:26:03 pm
Nobody?
Title: Re: Tab Chat in RMX-OS
Post by: PhoenixFire on February 11, 2015, 08:18:27 am
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.
Title: Re: Tab Chat in RMX-OS
Post by: KK20 on February 11, 2015, 02:23:10 pm
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.
Title: Re: Tab Chat in RMX-OS
Post by: 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.
Title: Re: Tab Chat in RMX-OS
Post by: KK20 on February 11, 2015, 03:06:00 pm
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.
Title: Re: Tab Chat in RMX-OS
Post by: R5GAMER on February 17, 2015, 01:18:34 pm
That would have with pleasure been to make it but I have no idea where to begin ..
Title: Re: Tab Chat in RMX-OS
Post by: R5GAMER on February 19, 2015, 03:41:23 pm
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]

Title: Re: Tab Chat in RMX-OS
Post by: Blizzard on February 19, 2015, 04:58:18 pm
Possible yes, but not easy. It would also create a whole new set of problems to solve.
Title: Re: Tab Chat in RMX-OS
Post by: R5GAMER on February 19, 2015, 05:36:50 pm
So it's a bad idea...  And I have no idea to create this code chat ... If there is someone who is motivated :)