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

ChatBox

Adds chat box to REPO for easier communication. Configurable!

Date uploaded 2 weeks ago
Version 1.2.2
Download link UnloadedHangar-ChatBox-1.2.2.zip
Downloads 2035
Dependency string UnloadedHangar-ChatBox-1.2.2

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

README

ChatBox: Revival series

Adds Chat box to REPO for easier communication

Mod status: Revival

⚠️ Required on all clients ⚠️

This mod adds a dedicated chatbox to make communication much easier especially for deaf/mute players.

Host-Only chat commands

Command Result
/clearchat Clears the chat from all messages on all clients

Config

EnableConfiguration
Description Default value Type
Enable if you want to use custom set config setting values false Bool
ProximityChat
Description Default value Type
If enabled, your messages will only send to players that are within the set range of your position. false Bool
ProximityRange
Description Default value Type
Transmit range of the proximity chat. 20 Float
OutOfRangeMessage
Description Default value Type
If message sender is further than the set range, you will receive an error message in the chat instead of the message being ignored completely. false Bool
AfterFadeVisibility
Description Default value Type
How visible the chat box is going to be after fading 0.2 Float
StartMessageEnabled
Description Default value Type
If enabled, TAXMAN will post 'ChatBox active!' in the chat each time a level starts. true Bool
FadeDelay
Description Default value Type
How long the chat box will stay visible before fading 4 Float
BeforeFadeVisibility
Description Default value Type
How visible the chat box is going to be before fading 1 Float
MessageLimit
⚠️ Setting negative values will result in the mod ignoring the field and using default values ⚠️
Description Default&Minimal value Type
How many messages will be shown on the screen 4 Int32
ChatBox_X
⚠️ Setting wrong values may result in unintended behavior ⚠️
Description Default value Type
Onscreen ChatBox X position 107 Float
ChatBox_Y
⚠️ Setting wrong values may result in unintended behavior ⚠️
Description Default value Type
Onscreen ChatBox Y position 100 Float

Developer Contact Info

kofi

CHANGELOG

ChangeLog

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