CaptainPretzel-Gungeon_Log_Archiver icon

Gungeon Log Archiver

Automatically archives old debug logs, with configurable expiration settings. Makes modders very happy!

Last updated a week ago
Total downloads 46
Total rating 2 
Categories Mods Misc QoL
Dependency string CaptainPretzel-Gungeon_Log_Archiver-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

MtG_API-Mod_the_Gungeon_API-1.9.2 icon
MtG_API-Mod_the_Gungeon_API

Adds the good parts of Mod the Gungeon to BepInEx.

Preferred version: 1.9.2

README

Gungeon Log Archiver

Gungeon normally writes to a single log file, LogOutput.log, which gets cleared and overwritten every time the game is launched. Gungeon Log Archiver automatically creates timestamped copies of log files and archives them for a configurable period.

Output logs are very useful for tracking down bugs, and modders will be very happy if you install this. :)

Manual Installation

  • Copy plugins/GungeonLogArchiver.dll into your BepInEx/plugins directory
  • Copy patchers/GungeonLogArchiverPatcher.dll into your BepInEx/patchers directory

Mod managers (r2modman, thunderstore, etc.) should do this automatically.

Configuration

Gungeon Log Archiver can be configured via your mod manager, or manually via editing GungeonLogArchiver.cfg in your BepInEx/config directory. The following settings are available:

  • Max Days: The maximum number of days to keep logs for. Older logs will be deleted at startup.
  • Max Logs: The maximum number of logs to keep. The oldest log will be deleted at startup once this limit is exceeded.
  • Zip Log Files: Whether log files should be archived in .gz format. This saves disk space and is recommended to leave on.