Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
| Last updated | an hour ago |
| Total downloads | 1 |
| Total rating | 0 |
| Categories | Tweaks & Quality Of Life AI Generated |
| Dependency string | TheBukaroTeam-NewRestartMod-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.2305README
NewRestartMod
A BepInEx mod for Lethal Company that lets the host restart the current run with a chat command – no need to leave the game or rebuild the lobby.
Background
A popular mod with this exact functionality already existed: QuickRestart by EBro912. However, later game updates changed internal game logic (including method signatures) that QuickRestart relies on, so the original mod no longer works on current game versions.
NewRestartMod is a rebuild of the same idea from the ground up, adapted to the current game version, bringing the restart functionality back.
What the mod does
- Restarts the current run via the chat command
/restart, without requiring all players to leave and rejoin the lobby. - Asks for confirmation in chat before actually restarting:
CONFIRMconfirms,DENYcancels – so an accidental restart from a typo is ruled out. - Can only be triggered by the lobby's host.
- Only works while the ship is in orbit (i.e. between rounds, not while exploring a moon).
Requirements
- BepInEx 5 must be installed (version 5.4.x).
Installation
Option A: Thunderstore Mod Manager (recommended)
- Install the Thunderstore Mod Manager.
- Press "Install" on this page.
Option B: Manual installation
- If not already done: install BepInEx 5 following its official instructions into the Lethal Company installation folder.
- Place the
NewRestartMod.dllfile into theBepInEx/plugins/folder (a dedicated subfolder, e.g.BepInEx/plugins/NewRestartMod/, is optional but not required). - Start Lethal Company. The line
NewRestartMod loaded!should appear inBepInEx/LogOutput.logif the mod loaded correctly.
Usage
- As the host: open the chat (default key, e.g. Enter) and type
/restart. - The mod will ask for confirmation in chat.
- Type
CONFIRMto trigger the restart, orDENYto cancel.
Notes:
- Only the host can run
/restart– other players will see a corresponding message in chat if they try. - The command only works while the ship is in orbit.
- Other players don't necessarily need the mod installed for the restart to affect them – only whoever wants to be able to host should install it too.
Multiplayer
The restart is triggered via a network call from the host and automatically affects all connected players, regardless of whether they have the mod installed themselves.