You are viewing a potentially older version of this package. View all versions.
Andocas-BetterTextChat-0.3.0 icon

BetterTextChat

Multiline chat messages and scrollable history.

By Andocas
Date uploaded 2 years ago
Version 0.3.0
Download link Andocas-BetterTextChat-0.3.0.zip
Downloads 114
Dependency string Andocas-BetterTextChat-0.3.0

This mod requires the following mods to function

BepInEx-BepInExPack_GTFO-3.2.2 icon
BepInEx-BepInExPack_GTFO

BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.

Preferred version: 3.2.2

README

  • New! While the chat is open, you can use the mouse wheel to scroll up and down through the chat history.
  • If you reach the 50 character limit for a chat message, it wraps onto the next line instead of cutting you off.
    • You can also manually insert a line break with Shift-Enter.
  • You can use Ctrl-V to paste from clipboard.
  • The special characters <, >, and = are now enabled.
    • Beware: Things can get weird if you use formatting tags, especially across multiple lines. You've been warned.

CHANGELOG

0.6.2

  • Option added in 0.6.1 is now enabled by default
  • Option no longer affects vertical alignment

0.6.1

  • Added option to fix size and vertical alignment of long messages
    • Feature suggestion by food

0.6.0

  • Added message timestamps (disabled by default)
    • Feature suggestion by food and Tuho
  • Added LiveEdit support

0.5.2

  • Workaround for rare TextChatClose keybind issue
  • Fixed extra newline when wrapping at exactly 50 characters

0.5.1

  • Possible fix for occasional null reference in typing indicator patch

0.5.0

  • Added typing indicator
    • Feature suggestion by Jade
  • Adjusted toPlayer selection to use slot index instead of character index
  • Fixed formatting for messages from bots (only fixed for players with BetterTextChat)
  • Fixed several vanilla bugs related to PTT start/stop sound effects and multiple simultaneous speakers
  • Fixed chat history displaying old messages for one frame when switching between game, map, and lobby

0.4.0

  • Added functionality to move cursor within composition area
  • Added functionality to delete text after cursor
  • Added functionality to set toPlayer
  • Added secret functionality
  • Fixed map zooming in/out while scrolling through chat history
  • Fixed multiline draft messages affecting chat history position while chat is closed

0.3.1

  • Fixed stupid bug (bad)

0.3.0

  • Added scrollable chat history

0.2.0

  • Made saving/discarding draft messages configurable
  • Fixed minor bug at very low framerates

0.1.1

  • Adjusted PlayerChatManager.PostMessage patches for improved compatibility with other mods

0.1.0

  • Initial release