Skip to content

A mod for Lethal Company that hooks into TITS (Twitch Integrated Throwing System) to spawn the thrown items and damage the player.

License

Notifications You must be signed in to change notification settings

3e849f2e5c/TITSLethalCompany

Repository files navigation

T.I.T.S Integration for Lethal Company

For regular users view the Thunderstore README here. Rest of this README is technical stuff.

Disclaimers

T.I.T.S is paid software by Remasuri3 and must be bought from https://remasuri3.itch.io/tits to be able to use this mod.

The project uses NativeWebSocket to connect to the T.I.T.S API websocket.

Acquiring dependencies to compile the project

Clone the repository and create a folder libs and in that folder create lethalcompany folder.

Go to your Lethal Company installation and go to Lethal Company_Data/Managed and copy every .dll file into libs/lethalcompany except

  • netstandard.dll
  • mscorlib.dll
  • Anything that starts with System.

Now acquire LC_API from here. Download the .zip and copy BepInEx/plugins/LC_API.dll into libs.

You should then have the following file structure under libs:

libs/
├─ lethalcompany/
│  ├─ AmazingAssets.TerrainToMesh.dll
│  ├─ Assembly-CSharp.dll
│  ├─ Assembly-CSharp-firstpass.dll
│  ├─ ClientNetworkTransform.dll
│  ├─ DissonanceVoip.dll
│  └─ [...]
└─ LC_API.dll

About

A mod for Lethal Company that hooks into TITS (Twitch Integrated Throwing System) to spawn the thrown items and damage the player.

Topics

Resources

License

Stars

Watchers

Forks

Languages