DaymareOn / hdtSMP64

hdt-smp for 64 bit Skyrim
MIT License
32 stars 18 forks source link

Add `minimumActiveSkeletons` setting #139

Open zax-ftw opened 5 months ago

zax-ftw commented 5 months ago

With autoAdjustMaxSkeletons enabled and low FPS, the resulting number of active skeletons is always 1 (the player). It would be nice to have SMP always active on player and follower, which is usually closest skeleton to player.

Add minimumActiveSkeletons which will clamp the resulting number of active skeletons between minimum and maximum settings.

DaymareOn commented 5 months ago

Excellent idea