• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
Resource icon

MyChat v2.05

Download

[1.10] - 2024-03-16​


〰️Commits​


PR # [3](https://github.com/grimmier378/mychat/pull/3): main console.
background color is now set to black, and hover highlights are set to just a tad bit lighter.
accidently removed writing to main console. that is back

These settings are saved to the config so you can change them. I will probably add a color-picker for this at some point.
(cfa2c11) ~Grimmier378
- Background color is now set to black, and hover highlights are set to match.
These settings are saved to the config so you can change them. I will probably add a color-picker for this at some point.
(6367319) ~grimmier378
PR # [2](https://github.com/grimmier378/mychat/pull/2):
(59e1002) ~Grimmier378

[1.08] - 2024-03-14​


〰️Commits​


PR # [1](https://github.com/grimmier378/mychat/pull/1): more events per channel
(abe5fd8) ~Grimmier378

[1.09] - 2024-03-16​


Testing 🧪


Testing version

config mostly done. can't delete yet basically.
(e2436c4) ~grimmier378

〰️Commits​


Ctrl + C to copy the hovered line of text to clipboard.
(0dea110) ~grimmier378
- Config window cleanup
* Cleaned up the config window. Channels are listed as a collapsed list.
(e915020) ~grimmier378
- Zoom Auto Auto-Scroll
* Zoom now features auto-scroll.
* Turns off when you manually scroll up.
* Turns back on when you scroll to the bottom again.
(7ef2f94) ~grimmier378
- ZOOM
* Right click on a tab to toggle ZOOM view.
* you can't select the text yet in this view.
* TODO: add a slider to adjust zoom settings. currently 1.5x
(75af21a) ~grimmier378
Edit window upadtes

* We can load the config, and directly edit any of the events and channels.
* Deleting the channels and events is not implimented yet.
* You can add new channels and event lines.
(bf403ec) ~grimmier378
Edit window upadtes

* We can load the config, and directly edit any of the events and channels.
* Deleting the channels and events is not implimented yet.
* You can add new channels and event lines.
(2854b23) ~grimmier378
- Config Editor
* Beta work on Config Editor.
* Colors are not stored as vec4 and we have a handy color picker to use.
* Still need to add functions to add new events and channels or delete them.
* Settings and states are saving correctly now.
(afedb84) ~grimmier378

[1.06] - 2024-03-13​


Bug Fixes🐛


- Menu
* Reordered the menu so Channels is a sub menu of options and not the other way around.

* Fixed an imbalanced push / pop style var that was bleeding into other gui's
(1da8977) ~grimmier378
- Command line
Fixed command line heights to be the same across all tabs.
(cff1e33) ~grimmier378

[1.05] - 2024-03-13​


Bug Fixes🐛


- Missing
* forgot to write the new variables to the ini from defaults.
(2aa7cc8) ~grimmier378

[1.04] - 2024-03-13​


Features⛲


- Tabs
* Now channels also make their own tabs. toggles turn on of off the tab. you will still receive the messages but the tab will be disabled.
* Main tab always shows all messages.
(63c3817) ~grimmier378

[1.03] - 2024-03-13​


〰️Commits​


- Forgot to remove a debug line.
Forgot to remove a debug line.
(33e1d57) ~grimmier378

[1.02] - 2024-03-13​


〰️Commits​


- Echo Events as well
* Changed the settings from an ini to a lua file.
* Added fields for echoEventStrings, echoEventFilter, and echoColor to account for when you are talking.
* * these can also be used as secondary events for the same channel.
* * The Filters can be used to further filter a channel if you would like. Example: you have an event for actions, and set the filter to an item name. you will only see those lines appear in the auction channel.
* You can set any setting to "NULL" for a blank field.
* * say you didn't want to filter a channel just dump all of the matches to the console.
* You can enable or disable by default any channel by setting it in the settings file.
(ae937ca) ~grimmier378
Back
Top