- Using `net.WritePlayer` and `net.ReadPlayer` for `TTTRadio` messages, this is just to be 1:1 to TTT source code.
Files Affected:
(MODIFIED)
scb/lua/scb/cl_overrides.lua scb/lua/scb/sv_chatbox.lua
It's released as beta as I haven't tested SFS with all possible cases, but it should be safe.
- Added more checks before using messagepack's decoded data that could be corrupted.
- Used SCB.PlayerNetReady
hook before sending tags and emojis to the player
Files Affected:
(MODIFIED)
scb/lua/scb/sv_chatbox.lua
It's released as beta as I haven't tested SFS with all possible cases, but it should be safe.
- Switched from bugged MessagePack to my new library SFS, this should fix the issues everyone was getting. (Also small performance increase)
Files Affected:
(ADDED)
scb/lua/scb/libs/sh_sfs.lua
(MODIFIED)
scb/lua/autorun/scb.lua scb/lua/scb/settings/tabs/emojis.lua scb/lua/scb/settings/tabs/tags.lua scb/lua/scb/sv_chatbox.lua
Changelog:
* Fixed the problem with emojis button.
* Fixed rare issue with scaling that made text being not complete.
* Added scb.add_chat_say
function which gives you the ability to modify how text is shown for players.
Changelog:
* Fixed chatbox not hiding when player switches to using camera.
Files affected:
- (MODIFIED)
scb/lua/scb/cl_chatbox.lua
Changelog:
* Fixed the slider issue. Sorry it was a gmod update that broke it and I didn't notice it.
Files affected:
- (MODIFIED)
sui
SUI Library is now included with the chatbox, remove it from your workshop collection https://steamcommunity.com/sharedfiles/filedetails/?id=1998577431
Changelog:
* (TTT)
Fixed a problem with TTT Damagelogs, you will need to add Srlion's Hook Library to make it work.
Files affected:
- (MODIFIED)
lua/scb/sv_chatbox.lua
SUI Library is now included with the chatbox, remove it from your workshop collection https://steamcommunity.com/sharedfiles/filedetails/?id=1998577431
Changelog:
* Splitted config.enable_custom_join_leave_messages
into config.enable_custom_join_messages
& config.enable_custom_leave_messages
.
* Fixed an error when trying to add an emoji.
Files affected:
- (MODIFIED)
lua/scb/cl_overrides.lua
lua/scb/settings/tabs/client.lua
lua/scb/settings/tabs/emojis.lua
lua/sh_scb_config.lua
SUI Library is now included with the chatbox, remove it from your workshop collection https://steamcommunity.com/sharedfiles/filedetails/?id=1998577431
Changelog:
* Added some animations.
* Chatbox size doesn't care about scale now, you now have the control of changing the chatbox size!
Files affected:
- (MODIFIED)
lua/scb/cl_chatbox.lua
lua/scb/settings/cl_settings.lua
lua/scb/settings/tabs/emojis.lua
lua/scb/settings/tabs/tags.lua
lua/scb/vgui/scb_emojis.lua
SUI Library is now included with the chatbox, remove it from your workshop collection https://steamcommunity.com/sharedfiles/filedetails/?id=1998577431
Changelog:
* Support for TTT Radio commands weird system.
Files affected:
- (MODIFIED)
lua/scb/sv_chatbox.lua
lua/scb/cl_overrides.lua
Please make sure you add SUI to your workshop collection BECAUSE MOST CHANGES/BUG FIXES WILL BE/ARE IN IT.
Changelog:
* Added STEAMID
string replacement to join/leave messages.
* Fixed a problem that caused messages from console to spam errors. (Thanks to mattueur26 & KinGoHD)
Files affected:
- (MODIFIED)
lua/scb/cl_overrides.lua
lua/sh_scb_config.lua
Please make sure you add SUI to your workshop collection BECAUSE MOST CHANGES/BUG FIXES WILL BE/ARE IN IT.
Changelog:
* Added language support in config file.
* Added option to enable/disable avatars in chatbox.
* Added a console command to add tags, can only be used by server console. scb_addtag <ID> <TAG>
Most files got changed, so just replace all files.
Please make sure you add SUI to your workshop collection BECAUSE MOST CHANGES/BUG FIXES WILL BE/ARE IN IT.
- 1
- Next ›