Automatically writes TABS errors, exceptions, and fatal crashes to a crash.log file in your game folder.
By default, the file is written to your TABS install folder:
<TABS install folder>/crash.log
Steam example:
C:\Program Files (x86)\Steam\steamapps\common\Totally Accurate Battle Simulator\crash.log
If the game folder cannot be written to, the mod falls back to:
<BepInEx folder>/crash.log
On launch, open BepInEx LogOutput.log and look for:
Crash log: <full path to crash.log>
That line shows the exact file path for your install.
Each error is written as a readable block:
Fatal crashes that close the game are marked with:
*** FATAL UNHANDLED EXCEPTION ***
and use double-line borders so they are easy to spot when scrolling.
crash.log only contains errors from the current session.=== TABS Crash Log - <timestamp> ===