Please disclose if your mod was created primarily using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
PostChat
Client-side mod that sends outgoing chat to localhost:5000 with a POST request body contents being the message (idk why anyone would use this ;-;)
| Last updated | 2 years ago |
| Total downloads | 381 |
| Total rating | 0 |
| Categories | Mods Tools Misc BepInEx |
| Dependency string | walksanator-PostChat-1.0.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
PostChat
sends ingame chat to a webserver. perfect for TTS and other external things.
note you will have to provide your own assembly-CSharp and CoreModule when compiling
if you go to the github at https://github.com/walksanatora/PostChat
there is a python script I use personally
setup on linux
- install this mod (probally via r2modman)
- make a venv with gTTS, pygame, and flask
- run server.py
- run setup.py
- launch lethal company.
- set microphone to the pyloop monitor if it worked when you join the lobby you should hear "(username) has joined the ship"
setup on windows
- follow the linux steps up to
run server.py - find a program of your choice that allows you to loop audio back into microphone (idk I use linux)
- launch lethal company
- set microphone
What if I want to change the voice.
well you can just modify server.py and the arguments to speakMessage.>