Howdy!
Allow me to present ChatDiamond, a native mod for your chatting needs!!
The mod is under heavy development and presently at alpha stage, meaning huge scope for improvement over long period of time.
The salient features are like so
1. Chat display with emojis and emotes (animated emojis).
2. Messages can be copied from the history along with server ips and urls.
3. Hyperlinks are identifiably blue colored and underlined text.
4. Console window with useful filters.
Meta features
1. Tutorial on native modding (wip).
2. Tutorial on clientside UT messaging (wip).
Finally, the release page
https://github.com/ravimohan1991/ChatDi ... .1.0-alpha
Happy Hanukkah!
And five cheers for new year!!
ChatDiamond [Release]
-
- Skilled
- Posts: 165
- Joined: Mon Jan 24, 2011 3:22 am
- Personal rank: Codezilla
ChatDiamond [Release]
Patreon: https://www.patreon.com/FreeandOpenFeralidragon wrote:Trial and error is sometimes better than any tutorial, because we learn how it works for ourselfs, which kills any doubts about anything
-
- Adept
- Posts: 441
- Joined: Mon Aug 16, 2010 1:09 pm
Re: ChatDiamond [Release]
Good i go test
Brazilian Server:
Alma Negra - 34.95.189.187:7777
Classic - madruga.utbr.cf:7777
Duel - x1.utbr.cf:6666
Alma Negra - 34.95.189.187:7777
Classic - madruga.utbr.cf:7777
Duel - x1.utbr.cf:6666
-
- Skilled
- Posts: 165
- Joined: Mon Jan 24, 2011 3:22 am
- Personal rank: Codezilla
Re: ChatDiamond [Release]
Ok I have had a brainstorming session for caching the chat text. Instead of storing the message and metadata in ini file, which limits the history of message due to limit in the size of datastructure, using native routines, I am dumping the data into text file with no need of erasing the past messages and metadata, ever. A text file of 20 MBs of size may store a year's chat messages (if 50 kb is utilized each day).
This is beginning to feel familiar, for a Discord user, where one can scroll right to the start with no history being erased due to space constraints.
This is beginning to feel familiar, for a Discord user, where one can scroll right to the start with no history being erased due to space constraints.
Patreon: https://www.patreon.com/FreeandOpenFeralidragon wrote:Trial and error is sometimes better than any tutorial, because we learn how it works for ourselfs, which kills any doubts about anything
-
- Godlike
- Posts: 3016
- Joined: Sat Mar 21, 2020 5:32 am
Re: ChatDiamond [Release]
Possible you can do this without natives.
Look at
https://github.com/stijn-volckaert/IACE ... eReader.uc
https://github.com/stijn-volckaert/IACE ... eWriter.uc
Look at
https://github.com/stijn-volckaert/IACE ... eReader.uc
https://github.com/stijn-volckaert/IACE ... eWriter.uc
-
- Skilled
- Posts: 165
- Joined: Mon Jan 24, 2011 3:22 am
- Personal rank: Codezilla
Re: ChatDiamond [Release]
Perhaps. I am already using json format for chat metadata, natively, and dumping to a text file is more simple for me, because of the structure of chat metadata. In json format the string looks like
where the text needs be stored line by line for each chat message.
Code: Select all
{"ChatMessage":"Dirt bag!","FaceName":"FCommandoSkins.goth4Malise","LocalTime":"Sunday 21 May 2023 05:23","PlayerName":"Leftist_Tyranny","SkinName":"FCommandoSkins.goth1T_0","Team":"Red"}
{"ChatMessage":"nice","FaceName":"Dummy","LocalTime":"Sunday 21 May 2023 05:26","PlayerName":"somasup","SkinName":"None","Team":"Spectator"}
Patreon: https://www.patreon.com/FreeandOpenFeralidragon wrote:Trial and error is sometimes better than any tutorial, because we learn how it works for ourselfs, which kills any doubts about anything
-
- Skilled
- Posts: 165
- Joined: Mon Jan 24, 2011 3:22 am
- Personal rank: Codezilla
Re: ChatDiamond [Release]
Howdy!
A beta version of ChatDiamond is up for testing purposes. Happy chatting.
A beta version of ChatDiamond is up for testing purposes. Happy chatting.
You do not have the required permissions to view the files attached to this post.
Patreon: https://www.patreon.com/FreeandOpenFeralidragon wrote:Trial and error is sometimes better than any tutorial, because we learn how it works for ourselfs, which kills any doubts about anything
-
- Skilled
- Posts: 165
- Joined: Mon Jan 24, 2011 3:22 am
- Personal rank: Codezilla
Re: ChatDiamond [Release]
Howdy!
A new version of Chat Diamond is up https://github.com/ravimohan1991/ChatDi ... s/tag/v0.8
Happy Hanukkah!
A new version of Chat Diamond is up https://github.com/ravimohan1991/ChatDi ... s/tag/v0.8
Happy Hanukkah!
Patreon: https://www.patreon.com/FreeandOpenFeralidragon wrote:Trial and error is sometimes better than any tutorial, because we learn how it works for ourselfs, which kills any doubts about anything