
LCRandomMoons
Mod allows you to travel the moons in random order keeping vanilla balance
Last updated | a day ago |
Total downloads | 124 |
Total rating | 0 |
Categories | Mods Misc |
Dependency string | KF-LCRandomMoons-1.0.2 |
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.2100

IAmBatby-LethalLevelLoader
A Custom API to support the manual and dynamic integration of all forms of custom content in Lethal Company. (v69 Compatible)
Preferred version: 1.4.11README
LCRandomMoons v1.0.2
Mod allows you to travel the moons in random order keeping vanilla balance. The main issue with other "random route" mods is that they ignore moon costs, simply sending you to destinations for free. This breaks the original game experience.
This mod works differently. At the start of the game, 4 routes are generated:
(You can customize these cost ranges in the configuration. If you want, ranges may overlap)
All: Every moon in the game.
Free: All free moons.
Low: Moons costing 1–500 credits.
Mid: Moons costing 501–1500 credits.
High: Moons costing 1501–10000 credits.
Each route is assigned a cost equal to the average value of all moons in this route. When a player selects a route, average cost is deducted from their balance, and the ship travels to a random moon from the chosen route.
The mod also includes a "daily random moon" feature (disabled by default). When leaving a moon, the game will automatically reroute you to another moon from the same route, with no additional payment required.
Terminal commands:
(Selection routes available only the host)
Syntax: rd <command>
#info:
help - display available commands
list - display a list all the moons by category
#routes:
all - select random moon from [all] list
free - select random moon from [free] list
low - select random moon from [low] list
mid - select random moon from [mid] list
high - select random moon from [high] list
Example: "rd mid" in terminal, travels ship to a random moon from route "mid"
Should work with custom moons added via LethalLevelLoader
Changelog
- v1.0.2
- multiplayer and bug fix
- v1.0.0
- Release