SaintArchI-GK2_Faster_Doors icon

GK2 Faster Doors

Doors and teleports take about 0.6 s instead of 1-2 s. The game's memory clean-up on every door runs only every 10th door (or when memory has grown). Nothing else changes.

Last updated 12 hours ago
Total downloads 35
Total rating 0 
Categories Mods
Dependency string SaintArchI-GK2_Faster_Doors-0.1.0
Dependants 0 other packages depend on this package

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

GK2 Faster Doors

Doors in about 0.6 s instead of 1-2 s.

On every door and teleport, Graveyard Keeper 2 unloads unused assets and runs a full memory clean-up while the screen is black. On a grown save that freezes the game for 1-2 seconds, every time. This mod lets most doors skip it:

  • The full clean-up still runs on every 10th door, or sooner when the game's memory has grown by 300 MB since the last one.
  • Loading a save always gets the full clean-up.
  • Nothing else changes: no balance, no saves touched.

Measured on a late-game save: a normal door went from about 2.0 s to 0.6 s (the game's own fade), and memory stayed steady over an hour of play.

Settings

In ConfigurationManager (F1) or in BepInEx/config/gk2.fasterdoors.cfg:

  • Enabled: on/off.
  • FullCleanupEveryDoors (10): the full clean-up runs at least on every Nth door. 1 = every door, like the unmodded game.
  • FullCleanupAfterGrowthMB (300): run it sooner once memory has grown this much.

Manual install

Put GK2FasterDoors.dll into BepInEx/plugins/GK2FasterDoors/. Needs BepInEx 5.4.23.x (x64). To uninstall, delete the folder.