You are viewing a potentially older version of this package. View all versions.
Date uploaded 3 years ago
Version 1.0.1
Download link benediktwerner-LessLag-1.0.1.zip
Downloads 146
Dependency string benediktwerner-LessLag-1.0.1

This mod requires the following mods to function

BepInEx-BepInExPack_Stacklands-5.4.2100 icon
BepInEx-BepInExPack_Stacklands

BepInEx pack for Stacklands. Preconfigured and includes Unity Base DLLs.

Preferred version: 5.4.2100

README

Stacklands LessLag Mod

Reduces lag. Atm it seems to improve FPS by around 25%-33% with default settings.

Specifically:

  • Avoids re-checking whether something can be crafted if a stack hasn't changed
  • Makes card-push-physics more efficient (at the cost of some jank)
  • Avoids updating unchanging equipment descriptions every frame
  • (Disabled by default) Updates booster shop less often

Manual Installation

This mod requires BepInEx to work. BepInEx is a modding framework which allows multiple mods to be loaded.

  1. Download and install BepInEx from the Thunderstore.
  2. Download this mod and extract it into the BepInEx directory
  3. Launch the game

Links

Generate patched assembly

dotnet build src_patcher/LessLag.Patcher.csproj -c Release_RUN
cp <bepinex dir>/core/Mono.Cecil.* src_patcher/bin/Release_RUN/net35/
./src_patcher/bin/Release_RUN/net35/LessLag.Patcher.exe

Changelog

  • v1.0.1: Fix bugs
  • v1.0: Initial release