Amorously-STFU icon

STFU

There are a lot of logs in the console, too many

Last updated a day ago
Total downloads 311
Total rating 0 
Categories Client Mods Dev Tools
Dependency string Amorously-STFU-1.2.0
Dependants 3 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_GTFO-3.2.1 icon
BepInEx-BepInExPack_GTFO

BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.

Preferred version: 3.2.1

README

STFU

A plugin that tries to reduce some of the (safely ignorable) spam text sent to the console. In the case of MyCoolPlugin3, STFU intercepts its log spam and can actually significantly reduce the amount of time waiting to drop into a level. STFU also intercepts GTFO logs relating to "Borken Cells" and "BoxColliders do not support negative scale/size". All STFU log elements are configurable and support live edit.

STFU additionally suppresses survival wave debug logs from ConfigurableGlobalWaveSettings, and fixes the error spam from some SamGeos.

What does MyCoolPlugin3 actually do?

MCP3 elevates GTFO to a whole new level by being based, but also by allowing GameObjects with duplicate names to coexist and not throw checksum errors in multiplayer. Or something along those lines.

What are "borken cells"?

In most situations, we can probably ignore these errors. However, thanks to the recent efforts of hirnukuono, we now know that the most likely culprit is due to two reasons:

  • Prefabs sticking partially outside of their local LG_Cell.
  • Not enough LG_Cells were added for the geomorph or dimension.

What do the BoxCollider warning logs mean?

A Unity GameObject with a BoxCollider component has a negative size or scale. STFU temporarily fixes these BoxColliders to prevent the warning, and reverts them back to their original state upon entering the level. (In some circumstances there may still be some BoxColliders that are not caught or fixed by STFU. But it's good enough for now!)