Closed ragraham91 closed 1 year ago
I can confirm the problem on my install with the exact log messages. This plugin is such a nice addition it would be a shame if it dies like this. It's way more readable, custom position, ignoring of toxic chatters, etc... plz fix if possible!
I am waiting on Nadeo to make some API changes that will allow to make this work again. Unfortunately I don't have a time schedule for this, but I'll let y'all know how it goes. 👍
I found cast<CGameManiaPlanet>(GetApp()).ManiaPlanetScriptAPI.ServerChatLog
which appears to be a realtime JSON formatted version of the server's chatlog.
I have only tested in Nadeo room online servers but it appears to work with some amount of hackery.
The largest drawbacks to using this as the chat source would be that you will need to reparse the entire Json string every loop iteration, which seems sadly inefficient and may start to cause performance issues when playing on a server for a long period of time. Also, all the parsing code in ChatLineInfo would need to be reworked to accept a Json::Value instead of a string.
Yep, that's the reason why I haven't implemented that json solution yet - it's very inefficient and adds way too much overhead.
What's the context here, has Nadeo actually made any indication they're going to make the necessary API changes?
Yes, I've been told they'll be doing this, but it likely will be next season.
It’s sucks nadeo’s so slow when the modding community is so fast.
On Mon, 07 Aug 2023 at 11:27 AM, Melissa @.***> wrote:
Yes, I've been told they'll be doing this, but it likely will be next season.
— Reply to this email directly, view it on GitHub https://github.com/codecat/tm-better-chat/issues/66#issuecomment-1667513298, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFSAQF3SC6KCSY374Q3K2KTXUCYHDANCNFSM6AAAAAAZ65I2FU . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Today's game update will make Better Chat work again! I've been working on it today and will hopefully have an update ready soon.
This is great news! Thank you for the notice.
Unfortunately we have to wait for an update or 2 more for this to really work, as the new API turned out to be incomplete - it's looking promising though. I've pushed some preliminary changes in 700a38b36b79878a479ef707f87e314221fea6dc (won't compile on Openplanet 1.26.0 right now, so this will also require an Openplanet update).
Bummer, thanks for the update and all your work though!
This will still require a game + Openplanet update, but I got it working again!
Great work! Thank you very much.
I'm gonna keep this issue open until all the necessary updates are released ☺️
The game has been updated, and Better Chat 1.1.0 has been released!
Thank you! ❤️
Fantastic work. Thank you, codecat.
Better Chat fails to load when starting Trackmania, with the below text left in the Openplanet.log file. This has been happening since the new season Trackmania update.