You are viewing a potentially older version of this package. View all versions.
dotaguys-LogBookPatcher-1.0.1 icon

LogBookPatcher

Fixes some outstanding issues in the LogBook.

Date uploaded 2 weeks ago
Version 1.0.1
Download link dotaguys-LogBookPatcher-1.0.1.zip
Downloads 2679
Dependency string dotaguys-LogBookPatcher-1.0.1

This mod requires the following mods to function

RiskofThunder-HookGenPatcher-1.2.8 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.8
bbepis-BepInExPack-5.4.2119 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2119

README

LogBookPatcher

The LogBook has (at least) two outstanding bugs.

  • While entries are being generated, Equipment-based entries do not use the EquipmentDef's prefab reference, instead using the (now obsolete) direct prefab. As a result, equipment that uses only the newest system will not have a display.
  • Entries that have a prefab reference, instead of a direct prefab, will null ref when switched to after looking at an entry that does not have a prefab reference.

This mod fixes both issues.

CHANGELOG

1.0.1

  • Made less evil.

1.0.0

  • Unleashed evil upon the world.