You are viewing a potentially older version of this package. View all versions.
dancemoon-DanceTools-1.0.1 icon

DanceTools

Lethal Company plugin that allows you to spawn items and enemies!

Date uploaded 7 months ago
Version 1.0.1
Download link dancemoon-DanceTools-1.0.1.zip
Downloads 2591
Dependency string dancemoon-DanceTools-1.0.1

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

DanceTools

A simple plugin that allows you to spawn items and enemies.

Plugin Info

Currently there are 2 commands (.item and .enemy)
Type the commands in chat, if done correctly, the command will not be shown to anyone.
ONLY HOST CAN USE THESE COMMANDS

Item Spawn Command:

Using the command without arguments will show you how to use it in-game.
Note: Using .item in game will also show the full list of spawnable items (Including modded) in
the Bepin console IF your debug logging is enabled for Bepin

Usage: .item ItemID (optional: amount) (optional: value)
Example: .item 49 2 690 <- Spawns 2 Rubber Duckies with the sell value of 690
Example: .item 25 <- Spawns 1 Clown Horn with the sell value of 1

Enemy Spawn Command:

Spawn an enemy inside the building.
Note: Not all levels can spawn all enemies. This plugin goes off of the levels difficulty rating
Using the .enemy command will show you which enemies you can spawn

Usage: .enemy enemyID (optional: onme)
Example: .enemy 1 <- Spawns 1 Bunker Spider inside the building
Example: .enemy 1 onme <- Spawns a Bunker Spider directly on you. Doing this outside breaks the AI and may break the game

Vanilla Item List (v45) (Click to expand)
ItemID Item Name
0 Binoculars
1 Boombox
2 box
3 Flashlight
4 Jetpack
5 Key
6 Lockpicker
7 Apparatus
8 Mapper
9 Pro-flashlight
10 Shovel
11 Stun grenade
12 Extension ladder
13 TZP-Inhalant
14 Walkie-talkie
15 Zap gun
16 Magic 7 ball
17 Airhorn
18 Bell
19 Big bolt
20 Bottles
21 Brush
22 Candy
23 Cash register
24 Chemical jug
25 Clown horn
26 Large axle
27 Teeth
28 Dust pan
29 Egg beater
30 V-type engine
31 Golden cup
32 Fancy lamp
33 Painting
34 Plastic fish
35 Laser pointer
36 Gold bar
37 Hairdryer
38 Magnifying glass
39 Metal sheet
40 Cookie mold pan
41 Mug
42 Perfume bottle
43 Old phone
44 Jar of pickles
45 Pill bottle
46 Remote
47 Ring
48 Toy robot
49 Rubber Ducky
50 Red soda
51 Steering wheel
52 Stop sign
53 Tea kettle
54 Toothpaste
55 Toy cube
56 Hive
57 Radar-booster
58 Yield sign
59 Shotgun
60 Ammo
61 Spray paint
62 Homemade flashbang
63 Gift
64 Flask
65 Tragedy
66 Comedy
67 Whoopie cushion

Known Issues/Bugs

  • Items that are spawned have no value when scanned. These items still sell for the correct value.
  • Items that are spawned while in the ship/pre-game will sometimes go through the ship until landed.
  • Gift box item sometimes doesn't have an item(?)

Special Thanks to:

MrMiinxx - YouTube tutorial for how to make a plugin
GameMaster Plugin - Great Plugin with great examples

Other

Feel free to use code from this plugin