You are viewing a potentially older version of this package. View all versions.
IAmBatby-LethalToolbox-1.0.4 icon

LethalToolbox

A Lethal Company Mod & Editor Tool to provide custom content creators with easily accessible ways to implement features and mechanics without then need for custom code.

Date uploaded 2 months ago
Version 1.0.4
Download link IAmBatby-LethalToolbox-1.0.4.zip
Downloads 326030
Dependency string IAmBatby-LethalToolbox-1.0.4

This mod requires the following mods to function

IAmBatby-LethalLevelLoader-1.3.0 icon
IAmBatby-LethalLevelLoader

A Custom API to support the manual and dynamic integration of all forms of custom content in Lethal Company. (v56 Compatible)

Preferred version: 1.3.0

README

Lethal Toolbox

A Lethal Company Mod & Editor Tool to provide custom content creators with easily accessible ways to implement features and mechanics without then need for custom code.

If used, be sure to include as a dependency in your manifest.

This is a very early version of the mod, Please be sure to use with caution and understanding. Please report any bugs found.

Current Features

Unity Events

Lethal Company

  • TimeOfDayChanged()
  • PlayerEnterDungeon()
  • PlayerExitDungeon()
  • ApparatusTaken()

Unity

  • OnCollisionEnter()
  • OnTriggerEnter()
  • OnTriggerExit()

Functions

Lethal Level Loader

  • ToggleRouteProperties()

Lethal Company

  • DamagePlayer()
  • HurtPlayer()

Unity

  • MoveObject()
  • RotateObject()
  • ParentObject()

Credits to game-icons.net for the mod icon.

CHANGELOG

Changelog

Version 1.0.0

  • Initial Release