Conan Exiles

Conan Exiles

Tot ! Chat 1.3.36
Showing 81-87 of 87 entries
< 1 ... 7  8  >
Update: Aug 16, 2022 @ 6:30am

- API Changes : The following function had their return values modified for concistency
+ ChatSystem.ConnectCompanionToChat
+ ChatSystem.DisconnectCompanionToChat
+ ChatSystem.FindCompanion
+ ChatSystem.ConnectCompanionToChannel
+ ChatSystem.DisconnectCompanionFromChannel
+ ChatSystem.FindCompanionWithName
+ ChatSystem.SetChatDistance
+ ChatSystem.RemoveChatDistance
+ ChatSystem.SetServerLanguage
+ ChatSystem.RemoveServerLanguage
+ ChatSystem.FindChannelInfo
+ ChatSystem.CreateChatChannel
+ ChatSystem.RemoveChatChannel
+ ChatSystem.GetChannelConnected
+ ChatSystem.GetChannelInfo
- API Change:
+ Parser.ApplyFormating
- API Removal
+ Parser.ParseMentions
- API Addition:
+ ChatSystem.BanCompanionFromChannel
+ Tot_C_ChatCommand.ShouldExecute
- API Struct Change:
+ ChatTag.DisplayInBubble -> ChatTag.DisplayInText
- Fixed old references to Tot ! Core breaking persistency.
- Fixed player language permission
- Fixed max player language count having no effect
- Adding a /channel ban command for moderator permission
- Non mandatory channels will now stay open and reconnect after death. Other players might see you leave and rejoin during your respawn time, but that is by design as you cannot receive messages in death. (Duh)
- Getting disconnected from a channel resulting from a ban or a channel deletion by a moderator will not close the channel anymore but instead notify you of your disconnection.
- The settings menu now open on the chat general tab.
- The meta data of a message (when hovering you cursor on a message) now display the name of the emitter. This allow to know who sent the message of a /tell for example. Not all the commands do populate the name.
- Changing the shortcut Alt + Up/Down to change languages to Shift + Tab to avoid conflicting with windows Alt + Tab.
- Added a message cache system:
+ A session cache is tasked to keep up to 300 messages between all the channels, and will restore them should death occure.
+ A persistent cache is tasked to keep up to 20 messages of your local channel to survive crash and connection drop. If you reconnect on the same server, they will be restored, or they will be purged.
+ A persistent text cache is tasked to save what you type as you type it, every 2 seconds to survive crash and connection drop. It will be restored as the chat window open after reconnecting.

Update: Aug 13, 2022 @ 4:49pm

- Fixed language scrambler being case sensitive.
- Fixed language scrambler not ignoring quotes
- Small API Improvement
- Client side companions can be reserched in the API
- Fixed focus system names being incorrect
- Fixed an issue preventing from removing a focus without clearing the entire list.
- Fixed an issue making your own messages not focus when having at least one focus character.
- Fixed language tag in the text, not showing the proper name.
- Fixed mentions breaking parsing in some cases
- Fixed mentions being case sensitive.
- Remove @ character from bubbles.
- Mute list is now persistent between connections and reboot
- Fixed an issue preventing players with the Moderator permission to bypass mute blocks.
- Fixed emote commands not sending a typing signal

Update: Aug 13, 2022 @ 8:33am

- API Improvement
- Improve bubbles. You can now choose the max number of message displayed by the bubble, before it starts removing older ones, instead of ignoring new ones that would overflow.
- Update to Sudo 0.0.10

Update: Aug 13, 2022 @ 1:52am

- API Improvement
- Emote commands now simply use the player formating. They simple act like message without the name being display, while inserting the character name for me and do. When using an inclusive formating like Asterisk, they are inserted at the begining and the end of the message.
- Add a Tell permission
- Improve typing indicator to stop when canceling, or sending a message.

Update: Aug 12, 2022 @ 5:33am

- UI font size improvement
- Allow to increase the max message length beyond the max of the slider. Their is a few sliders that allow that already, do keep in mind that forcing the slider above or under the limits that are in place, is not supported. Their is nothing wrong with it tho but some inconveignance could come from that.
- Update to the last Sudo API

Update: Aug 11, 2022 @ 4:42pm

- Fixed the vanilla chat showing up.
- Remove edge screen collision
- Improve resizing of the window
- Fixed resizing accuracy on some screens
- Fixed language scrambler when using exluding emote quotes or emote commands with quotes
- Preventing players from linking into themselves
- Fixing an issued preventing to use the languages of the linked target
- Reverting to the old style of macros
- Fixed an issue that was preventing from saving languages edits
- Fixed language edition moving the language in the list

Update: Aug 11, 2022 @ 12:57pm

- Initial Open Beta