You are viewing a potentially older version of this package.
View all versions.

LethalCompanyProgressionPatchFix
Leveling and skillpoints through a managed GUI! Patched and bugfixed until official copy updated.
Date uploaded | a year ago |
Version | 1.7.1 |
Download link | TisRyno-LethalCompanyProgressionPatchFix-1.7.1.zip |
Downloads | 1738 |
Dependency string | TisRyno-LethalCompanyProgressionPatchFix-1.7.1 |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100
xilophor-LethalNetworkAPI
A library/API to allow developers to easily add networking to their mods.
Preferred version: 2.1.6README
Lethal Progression
- Expand the experience system by adding numbered levels, XP points, and spendable skillpoints, with full stat upgrades.
This is another forked version until either Stoneman or CatsArmy update their versions
This mod will be accepting PRs with fixes, as well as bug reports. I do not intend on creating new features.
!!!!EVERYONE needs this mod for it to work!!!!
Upgrades! (In your pause menu).
Current Upgrades:
- Health Regeneration
- Stamina
- Battery Life
- Hand Slots
- Loot Value
- Oxygen
- Strength
- Jump Height
Level up yourself and the crew:
- Assign points into stats to improve your performance.
- Build your character's stats and coordinate with your team on what role you should be.
Configurable:
- Levels can be configured within the config editor from Thunderstore or r2modman.
- You can configure: Min xp, Max xp, xp per player, xp per new quota.
Balancing:
- Depositing loot at the ship gives everyone XP.
- Killing enemies give everyone XP.
Compatibility:
- Lethal Things' utility belt might not work.
- This mod does not work with Lethal Experience. Uninstall it or this will not function.
Credits:
- Dat1Mew for the updated logo!
- daisuu.__ for bug-testing!
Installation
- Install BepInEx
- Unzip the zip to your
Lethal Company/BepInEx
folder. - Thunderstore Manager / r2modman will also work.
!!!!EVERYONE needs this mod for it to work!!!!
CHANGELOG
Changelog
2.2.1 (2025-04-22)
Bug Fixes
2.2.0 (2025-04-18)
Features
Bug Fixes
- loot value applies with BrutalCompanyMinus (069613d)
- starting skill points works from new save (c6ba381)
2.1.0 (2025-04-16)
Features
- add starting skill points config (9027160)
Bug Fixes
- disconnect error (17fd5a9)
- game object cleanup (9d930e7)
- hp regen exceeding max hp (715a188)
- loot level not syncing correctly (6f70cd4)
2.0.0 (2025-03-19)
⚠ BREAKING CHANGES
- v2.0.0
Features
- merge PR #26 for new config setting (4a041d1)
- new config setup (0aa76c4)
- remove check for mikestweaks compatibility (7fd1e2f)
- remove oxygen skill (d7a216b)
- sprint speed transpiler improved (5cdd58a)
- v2.0.0 (278796d)
Bug Fixes
- cannot go below 0 points in a skill (5612576)
- config system now works! (9a1420c)
- debug spam on scrap multiplier (5f8d276)
- extra comma (8544221)
- hp regen allowing instant death (whoops) (12dbb78)
- jump height back to local-only (59d0f63)
- jump height moved to transpiler (8081874)
- missing patch (80ca27c)
- remove jump update (0787e3e)
- stuff I forgot to commit 8 months ago (dff04c5)
Performance Improvements
- preload local config (a88d02f)
1.7.4 (2024-04-11)
Bug Fixes
- actual default jump height (sorry) (659bc0f)
- jump height no longer resets on death or returning to lobby (e57095a)
1.7.3 (2024-04-11)
Bug Fixes
- default jump height was incorrect (1cbc7b8)
1.7.2 (2024-04-11)
Bug Fixes
- HP HUD updating for everyone when one player takes damage (0ea240e)
- jump height not syncing for all players (a035893)
1.7.1 (2024-04-08)
Bug Fixes
- dummy commit to be able to release (4d60b73)
1.7.0 (2024-04-08)
Features
- new networking and lots of bug fixes (214de7e)
Bug Fixes
1.6.0 (2024-04-05)
Features
- bump version (e308800)
1.5.2 (2024-04-04)
Bug Fixes
- dll output dir (ece3f83)
1.5.1 (2024-04-04)
Bug Fixes
- thunderstore toml (d9e30be)
1.5.0 (2024-04-04)
Features
- v1.4.2 (a8c7c40)
1.0.0
- Initial release
1.0.1
- Fixed XP resetting, quota scaling and upgrade buttons not appearing.
1.1.0
- Added configs for every skill.
- Disables handslot upgrade if ReservedSlots is installed.
- Fixed scaling issues with multiple skills.
- Fixed XP being given multiple times per scrap.
- Fixed disconnect syncing.
- Fixed getting fired not resetting your skills.
- Fixed typos.
1.1.1
- Updated readme.
1.2.0
- Added oxygen as a skill. - You can stay in water for longer, with custom oxygen bar.
- Configs now fully sync with the host when you're a client.
- You can now only unspec on the ship. This can be disabled in the config.
- Added a tooltip to the upgrades menu, put your cursor over the Upgrades panel for some info on leveling.
- Changed the skill menu into a scrollbar for more future skills.
- Fixed hand icons being unsynced when upgrading when hand is full.
- Made hand slots centered when there are more than 4.
- Fixed getting fired not resetting upgrades again.. (Hopefully it will work this time.)
- Nerfed the default value of Team Loot Value down to 0.5% per level.
1.3.0
- Rework 1.2.0
- Reduce loot value multiplier to 0.25 per level
- Fix hand slots wiping items
1.4.0
- Started using publicised assemblies
- Reworked saving system
- Added skill saving, requires Online mode
- Fix loot values being re-added on level change
New Skills
- Jump height (still affected by fall damage)
- Sprint (increase sprint speed, low impact)
- Strength (decrease total weight by percentage)
1.4.1
- Include the GUI fix by @CatsArmy
- Include saving refactor by @CatsArmy
- Include fix for interaction bug on dropping item by @douglas-srs