Hardspace: Shipbreaker
0 of 0

File information

Last updated

Original upload

Created by

LordGregory

Uploaded by

Synthlight

Virus scan

Safe to use

Tags for this mod

About this mod

Removes vaporization on entities in the furnace preventing the FPS drops when using the furnace.

Requirements
Permissions and credits
Mirrors
Changelogs
Donations
Furnace Performance Improvement Mod

During furnace processing it calls `VaporizeEntity`. This mod changes that to `DestroyPart` instead.
The end result is the furnace should have relatively the same impact as the processor does. It won't create the many particles during vaporization and you can drop a whole Mackerel in there without issue.

Requirements
  • Hardspace Shipbreaker obviously.
  • BepInEx (You want the x64 version.)


Installation
  • Extract BepInEx to the root Hardspace Shipbreaker folder so `winhttp.dll` is in the same folder as `Shipbreaker.exe`.
  • Extract this mod so `FurnacePerformanceImprovements.dll` is placed like this: `Hardspace Shipbreaker\BepInEx\plugins\FurnacePerformanceImprovements.dll`.


Un-installation
BepInEx uses `winhttp.dll` as an injector/loader. Renaming or deleting this file is enough to disable both my mod and the loader.
Or just remove `FurnacePerformanceImprovements.dll/pdb` from the plugins folder.

Source (GitHub)