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.

Last updated | 3 days ago |
Total downloads | 60783 |
Total rating | 2 |
Categories | Mods Quality Of Life All Clients |
Dependency string | borealityy-PeakTextChat-1.3.0 |
Dependants | 19 other packages depend on this package |
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 it with if (!GUIManager.instance.windowBlockingInput)
this makes it more compatible with this mod and PEAK in general, so i'd really appeciate it
ty!