MikeS-MS / MikesTweaks

Mod with multiple tweaks to make the game better
2 stars 2 forks source link

[FEATURE REQUEST] Lethal Progression Compatibility #30

Open Wehrmachtserdbeere opened 8 months ago

Wehrmachtserdbeere commented 8 months ago

Is your feature request related to a problem? Please describe. Because this mod messes with Hand Slots, it limits the hand slots, and blocks Lethal Progression's Hand Slot Leveling.

Describe the solution you'd like A toggle to set whether to mess with Hand Slots or not.

Describe alternatives you've considered I considered setting it to the Vanilla number, but that doesn't make Lethal Progression's Hand Slot Leveling work again.

Does any other mod implement this feature already? I looked but have no found any mod that does this.

Additional context N/A

TisRyno commented 6 months ago

Hey @Wehrmachtserdbeere

This mod will not be able to provide support for Lethal Progression, the issue isn't in this mod but instead within Lethal Progression which checks for MikesTweaks being a loaded mod, if found it will disable the hand slot and speed stats.

https://github.com/stoneman2/LethalProgression/blob/48f572c2183c53e8b3daa9a8b45c625213b7d114/LethalProgression/Plugin.cs#L53-L75

If you are still interested in having them supported together I have started a Patched version of the mod which is currently released on ThunderStore and can look into how we resolve this (probably with a config override to enable the skill)