You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 4 days ago |
| Version | 3.0.0 |
| Download link | Incorrupted-TwoHandedFree-3.0.0.zip |
| Downloads | 774 |
| Dependency string | Incorrupted-TwoHandedFree-3.0.0 |
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.2100xilophor-LethalNetworkAPI
A library/API to allow developers to easily add networking to their mods.
Preferred version: 3.3.2Lordfirespeed-OdinSerializer
Fast, robust, powerful and extendible .NET serializer built for Unity
Preferred version: 2022.11.9README
TwoHandedFree
Tired of running back and forth for multiple two-handed items? If so, this mod is for you!
TwoHandedFree allows you to carry two-handed items (like Axles, Engines, and Stop Signs) with just one hand. You can now climb ladders and switch inventory slots while carrying all the heavy stuff.
Features v3.0
- One-Handed Carry: All two-handed items are converted to one-handed automatically.
- Configurable Blacklist: A config file where you can choose what items remain two-handed. Only the host needs to change this.
Configuration
The mod generates a config file in BepInEx/config/YourName.TwoHandedFree.cfg.
Note: Only the Host's config matters. The server will automatically send the blacklist to all players when they join.
Settings
- Blacklist: A comma-separated list of items to keep two-handed.
- Example:
Gold bar, Chemical jug - Default:
Gold bar
- Example:
Installation
- Install BepInEx.
- Install LethalNetworkAPI (The mod manager should grab this automatically). Thunderstore Mod Manager should handle the installation automatically.
Changelog
- v3.0.0: Switched to LethalNetworkAPI for handshake handling of the mod, which is now a dependency.