You are viewing a potentially older version of this package. View all versions.
UnloadedHangar-ChatBox-0.8.4 icon

ChatBox

Adds chat box to REPO for easier communication

Date uploaded a year ago
Version 0.8.4
Download link UnloadedHangar-ChatBox-0.8.4.zip
Downloads 5427
Dependency string UnloadedHangar-ChatBox-0.8.4

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2305

README

ChatBox

Adds Chat box to REPO for easier communication

Mod status: Beta

Required on all clients

The way classic REPO chat works can be very unclear as you dont know who is saying what and its very easy to miss, this mod solves that by adding static chat box to left bottom side of your screen so you can see who is saying what

CHANGELOG

ChangeLog

1.3.0

New

  • Added mechanic to prevent dead players from using the chatbox(compatible with proximity chat)
  • Added DeadPlayerTransmitBlock config entry to disable/enable the function mentioned above
  • If DeadPlayerTransmitBlock is disabled, names of dead players in the chatbox will be crossed off
1.2.3

New

  • Patched missing methods for The Cosmetic update
1.2.2

New

  • Implemented proximity chat
  • Added following config entries
  • ProximityChat
  • ProximityRange
  • OutOfRangeMessage
1.1.0

New

  • Transferred the project from "Deprecated release" to "Revival series"
  • Reworked the message limit checker
  • Added host-only command "/clearchat"
1.0.8

New

  • Performed mod resctructure
  • Added failsafe to prevent mod failure if negative value is present within the MessageLimit config entry
  • Added following config entries
  • StartMessageEnabled
  • ChatBox_X
  • ChatBox_Y
0.9.1

New

  • Configuration file support with the following entries
  • EnableConfiguration
  • AfterFadeVisibility
  • FadeDelay
  • BeforeFadeVisibility
  • MessageLimit
0.8.4

New

  • Chat auto fade
  • Fixed chat player name color bug
  • Extended ChatBox function to work when in lobby screen
  • Proper checks to ensure ChatBox is active when its supposed to
0.7.1

New

  • Initial release