BetterChat

Moved

Total Downloads: 26,143 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018

4.9898/5, 98 likes
  1. As BetterChat Mute is universal, it should work fine with "v2".
     
  2. hey man,

    Little question. i tryed to chage username Color and text Color via Chat commands ingame but nothing happens. i got message that the Color was changed but nothing happens. in the data file the new Color has changed to the new Color. what can i do or is this a bug?

    best regards
     
  3. Ahh thanks for clearing that up. I was thrown off by it saying "better chat mute for rust" in description
     
  4. When i Install Betterchat, then all my Clan Tags are gone, how i can bring them back?
     
  5. Use the BetterChat Clan Tags plugin listed on the overview.
     
  6. LaserHydra updated Better Chat with a new update entry:

    5.0.14

     
  7. @LaserHydra can you please make it config to disable the horrible chat message type it sends in rust? Absolutly hate it. It spams my console so much that I can barely keep track of anything else.

    (19:58:43) |[Better Chat] Playername: lel
    ^ is way better than:


    (19:58:52) | {

    "Message": "Playername: tttt",

    "UserId": 76561198023998241,

    "Username": "Playername",

    "Color": null,

    "Time": 1506967130

    }

    Thanks in advance <3
     
  8. does anybody knows whate the regex is for rustadmin when you use clans?
    right now i have this one, but only works if a user is not in a clan.
    Code:
    ^\[Better\sChat\]\s\[.*?\]\s(?<sender>.*?):\s(?<message>.*)
     
  9. Wulf

    Wulf Community Admin

    Code:
    ^\[Clans\]\s\[.*?\]\s(?<sender>.*?):\s(?<message>.*)
    or
    Code:
    ^\[.*\]\s\[.*?\]\s(?<sender>.*?):\s(?<message>.*)
    I'm not really sure what the format is you're looking to catch.
     
  10. The format is:
    [Better Chat] [Player] sender: message
    Or
    [Better Chat] [Player] [clantag] sender: message
     
  11. Wulf

    Wulf Community Admin

    ^\[Better\sChat\]\s\[.*?\]\s\[.*?\]\s(?<sender>.*?):\s(?<message>.*)

    That should catch it then. Could probably be improved upon.
     
  12. Thanks Wulf, ill give it a try.
     
  13. Does that only appear for you when using BetterChat?
     
  14. It appears both when using BetterChat and without. I downloaded the may update ( 5.0.12 ) and there it's fine. Must be something in the new update that is weird.
     
  15. The new update included an additional to simulate the chat properly to RCON like vanilla rust does. That was missing in the prevoius versions. Looks like your rcon client does not habdle that correctly if it also happens without BetterChat.
     
  16. I'm using RustAdmin like 90% of all the other server owners. There's been multiple complains about it in this threat. Hoping you can revert or making it optional to use your new system or the old :)
     
  17. Well, as I said, I have just replicated what rust does itself, also because it was wished by multiple rcon developers because it would make seperating the chat messages easier.
     
  18. Hmm. I like the other way better :( You wouldn't be able to add it as a config, or send me the updated fixed version with the old chat system? :eek:
     
  19. I'll provide you with a version, but please check back with the RustAdmin dev about the issues you are facing.
     
  20. HI,
    i use RustAdmin, since i have Betterchat installed all the chat message are only in the Tab "Konsole" and not more in the " Chat " Tab
    is it possible to send the chat back to the "chat " tab? its very diffecult to read the chat in the "Konsole"