
PeakTextChat
A simple text chat for PEAKDetails
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!