You are viewing a potentially older version of this package. View all versions.
aoirint-AutoTerminalScanClassic-0.2.1 icon

AutoTerminalScanClassic

[v81] Scans the number of scraps on the moon and sends it to the chat at the start of each day, just like the terminal scan technique.

Date uploaded 5 days ago
Version 0.2.1
Download link aoirint-AutoTerminalScanClassic-0.2.1.zip
Downloads 154
Dependency string aoirint-AutoTerminalScanClassic-0.2.1

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2305

README

AutoTerminalScanClassic

A Lethal Company mod that scans the number of scraps on the moon and sends it to the chat at the start of each day, just like the terminal scan technique.

Compatibility

  • Lethal Company v81 (2026-04-17 UTC, Manifest ID: 6423525044216269478)
    • Test environment

What it does

  • Daily Automatic Terminal Scan:
    • At the start of each day, scans indoor and outdoor scraps on the moon and sends them to the chat like 19 4.
    • 19 is indoor scrap: the scan count after the level finishes generating.
    • 4 is outdoor scrap: the later scan count after outdoor entities have spawned, minus the indoor scrap count.
    • Counts might occasionally differ in a similar way to the terminal scan technique, such as when Nutcrackers are present.

Who needs to install

Client-side only. The host does not need to install this mod.

However, any client may send their own scan results to the chat, which may spam the chat. It is recommended for the host to install this mod and ask other players to configure their own installs not to send their own scan results.

Configuration

Name Type Default Description
Enabled bool true Set to false to disable this mod.
BroadcastMode enum SelfOnly Controls whether this mod sends scan results to other players. SelfOnly shows scan results only to you. HostOnly sends scan results to other players only when you are the host. Always always sends scan results to other players.
ValidationLogging bool false Debug option for structured release-validation logs. Leave this disabled unless you are collecting validation evidence.

Differences from matsuura/AutoScan

matsuura/AutoScan updates the number of scraps when players collect scraps into the ship. It may be affected by Nutcracker shotguns, Butler knives, and Maneater feeding during the day.

This mod only calculates the number of scraps at the start of each day and does not update after that.

Differences from abu/AutoScan

abu/AutoScan splits the number of scraps based on the item type.

This mod splits the number of scraps based solely on scan timing.

abu/AutoScan uses GameObject hierarchy to exclude scraps on the ship and the cruiser, which may result in a more accurate count than vanilla.

This mod counts scraps exactly like the vanilla terminal scan, which may result in an inaccurate count like vanilla.

Differences from Happyness/AutoTerminalScan

Happyness/AutoTerminalScan reports the number of scraps categorized by the item type, such as indoor scrap, bee hives, or bird presence.

This mod splits the number of scraps based solely on scan timing.

Happyness/AutoTerminalScan reports dungeon type information.

This mod only reports the number of scraps.

Differences from PsyKO345/ScrapCounter

PsyKO345/ScrapCounter splits the number of scraps based on the item type.

This mod splits the number of scraps based solely on scan timing.

PsyKO345/ScrapCounter uses GameObject hierarchy to exclude scraps on the cruiser, which may result in a more accurate count than vanilla.

This mod counts scraps exactly like the vanilla terminal scan, which may result in an inaccurate count like vanilla.

PsyKO345/ScrapCounter displays the number of scraps using a custom UI element.

This mod sends the number of scraps to the chat.

Differences from MrListivn/LandingLootToChat

MrListivn/LandingLootToChat splits the number of scraps based on the item type, such as one handed, two handed, or bee hives.

This mod splits the number of scraps based solely on scan timing.

MrListivn/LandingLootToChat reports dungeon type information.

This mod only reports the number of scraps.

AI Disclosure

Some parts of this project were developed with AI tools based on large language models (LLMs), including agent-based tools. The project maintainer reviews the code. This disclosure is made in compliance with Thunderstore and community policies.

CHANGELOG

This changelog is the user-facing release notes for Thunderstore.

For internal implementation details and developer-facing release history, see the GitHub changelog.

If you find a release-note error, encounter a bug, or want to report another project issue, see CONTRIBUTING.md, then report it in GitHub Issues.

v0.2.1 - 2026-07-25 UTC

Fixed

  • Fixed SelfOnly mode so your automatic scan result appears in your local chat again on Lethal Company v81.

Notes

  • Compatibility: Lethal Company v81 (2026-04-17 UTC, Manifest ID: 6423525044216269478).

v0.2.0 - 2026-07-18 UTC

This release rebuilds AutoTerminalScanClassic for Lethal Company v81 and includes internal improvements.

No gameplay changes are introduced.

Changed

  • Added the Lethal Company v81 compatibility label to the Thunderstore package.
  • Updated the package icon's editable source from GIMP XCF to SVG. The package icon may have minor rendering differences.
  • Refactored internal configuration handling.
  • Improved Debug.ValidationLogging diagnostics for unexpected errors in the mod's game-event callbacks.

Notes

  • Compatibility: Lethal Company v81 (2026-04-17 UTC, Manifest ID: 6423525044216269478).

v0.1.2 - 2025-11-24 UTC

  • Updated README.

Notes

  • Compatibility:
    • Compatible with Lethal Company v73 (2025-10-04 UTC, Manifest ID: 1749099131234587692).
      • Backfilled as reference compatibility information while preparing the v0.2.0 release.

v0.1.1 - 2025-11-23 UTC

  • Initial release on Thunderstore.

Notes

  • Compatibility:
    • Compatible with Lethal Company v73 (2025-10-04 UTC, Manifest ID: 1749099131234587692).
      • Backfilled as reference compatibility information while preparing the v0.2.0 release.