You are viewing a potentially older version of this package. View all versions.
officer_balls-officerballs_ChatTweaks-1.0.6 icon

officerballs ChatTweaks

Keeps chat opaque, adds font outline, timestamps, leave messages, and noise notifications.

Date uploaded 6 months ago
Version 1.0.6
Download link officer_balls-officerballs_ChatTweaks-1.0.6.zip
Downloads 57
Dependency string officer_balls-officerballs_ChatTweaks-1.0.6

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2304 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2304
officer_balls-otAPI-1.0.1 icon
officer_balls-otAPI

framework for adding aliases to chat and creating UI.

Preferred version: 1.0.1

README

ChatTweaks:

  • adds a timestamp to chat
  • adds outline to the font
  • prevents the chat window from fading
  • messages now emit a blip noise (tone from the fishing rod equip)
  • players now emit a "has left the server" message
  • players now emit sounds when joining and leaving the server (fishing bird on join, frog on leaving)

Commands

  • /help chat, /help chattweaks - brings up a list of commands in game.
  • /textsize x - lets you wrap the entire chat with a size. game default: 48.
  • /textcolor 123456 - lets you wrap the entire chat with a color. default: ffffff.
  • /systemcolor 123456 - lets you wrap join/leave messages with a color. default: d5d6db.
  • /outlinecolor 123456 - the color for font outline. default: 141414.
  • /outlinewidth x.xx - outline width. default: 0.25
  • /outlineopacity x - outline opacity ranging 0-255. default: 205.
  • /usetimestamps - enable/disable the timestamping system. default: on.
  • /mutetext - enable/disable the chat message noises. default: on.
  • /mutejoinleave - enable/disable the join/leave noises. default: on.

Manual Installation:

  1. Install BepInEx as directed on GitHub/Thunderstore.
  2. Extract archive to your game's installation, making sure to overwrite/merge the folders as prompted.

CHANGELOG

v2.0.0 - migrated to otAPI and removed all chat commands. use the modphone for config now.
v1.0.8 - separated /mutetext into /muteglobal and /mutelocal. added /muteduringtimer. added /disablechattags.
v1.0.7 - maintenance patch - applies modded tag to any lobbies you host.
v1.0.6 - added chat commands and more definable settings. use /help chat or /help chattweaks, more in README.
v1.0.5 - game update; changed method binding for playerjoin to new method name
v1.0.4 - size wrapping option added to config
v1.0.3 - bugfix - players can type again in their IDs and report player, sorry!
v1.0.2 - initial thunderstore release