The BepInEx console will not appear when launching like it does for other games on Thunderstore (you can turn it back on in your BepInEx.cfg file). If your PEAK crashes on startup, add -dx12 to your launch parameters.

Date uploaded | a week ago |
Version | 1.3.1 |
Download link | borealityy-PeakTextChat-1.3.1.zip |
Downloads | 5650 |
Dependency string | borealityy-PeakTextChat-1.3.1 |
This mod requires the following mods to function

BepInEx-BepInExPack_PEAK
BepInEx pack for PEAK. Preconfigured and ready to use.
Preferred version: 5.4.75301README
PeakTextChat
a simple text chat for PEAK!
Features
-
fully configurable text chat!
-
game accurate ui!
-
cross compatible with CozyChat and PeakNSpeak!
Controls
-
/ to start typing (configurable)
-
Enter to send a message
-
Escape to cancel out of typing
!! Note for other devs !!
if ur making a mod and it adds a mechanic that's triggered with a key press, please consider making it work with PEAK's built-in input blocking!
a good way to do that is by wrapping the key press with if (!GUIManager.instance.windowBlockingInput)
this makes it more compatible with this mod and PEAK in general, so i'd really appeciate it
ty!
CHANGELOG
1.3.2
- fixed give up timer speeding up when typing the interaction input in chat
1.3.1
- added background opacity config
- added frame visibility config
1.3.0
- fixed broken pause menu reference that was causing the entire game's gui to break in the mesa update
- fixed chat font not loading
1.2.2
- added a config for the size of the text chat
- made chat elements properly scale with different font sizes
- added a config for using IMGUI to display the text field (this should mostly fix the Microsoft IME issues)
- added a few missing keys to the chat key config
1.2.1
- added cancelling out of typing with the escape key
- fixed <u> tags appearing when typing with Microsoft IME
- adjusted line and message spacing to be a lil less cramped
1.2.0
- added chat rich text config
- moved to using events for networking instead of RPC
- this adds cross compatibility with CozyChat and PeakNSpeak!
- fixed messages sometimes calculating their heights wrong
- hopefully fixed messages sometimes not sending
1.1.2
- added chat position config (can now move chat to top left or top right)
- fixed chat not blocking the cinematic camera hotkey when in focus
- fixed chat not always hiding when the rest of the ui is hidden
1.1.1
- potentially fixed text chat sometimes overlapping with ui from other mods
- added bepinex dependency (i forgor)
1.1.0
- added config support
- fixed weird padding in chat log
1.0.0
- initial release