Hello everyone,
It seems like the chat Does not show in Rcon after the latest update from rust/oxide.
Does anyone else has a problem with it?
Solved Chat does not show in rcon
Discussion in 'Rust Discussion' started by WildWire, Jan 7, 2017.
-
I assume you're using RustAdmin. Your chat box will be based on a regex. If you're using BetterChat, you can change this in RustAdmin's configuration under "Other".
Code:^\[Better\sChat\]\s(?<sender>.*?):\s(?<message>.*)
However, the Oxide box will still not be updated and this is because RustAdmin checks for the word "Oxide" before adding it to the Oxide box. If you read the latest Oxide changelog (Release Changelog | Page 8 | Oxide), it doesn't have this anymore, therefore RustAdmin won't update the Oxide box until the developer changes it (he's pretty inactive from what I can see so it may take a while).
Of course, you can still see the Oxide stuff from the console tab.
Hope this helped.Last edited by a moderator: Jan 7, 2017 -
Nice man That did work!