Shopping Cart
Mod focused on providing a scrap item in which you can carry items on it to spare your inventory slots
Date uploaded | 2 months ago |
Version | 1.0.1 |
Download link | WhiteSpike-Shopping_Cart-1.0.1.zip |
Downloads | 43890 |
Dependency string | WhiteSpike-Shopping_Cart-1.0.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.2100Rune580-LethalCompany_InputUtils
API/Library for creating Unity InputActions with in-game re-binding support. Provides an alternative UI that allows for supporting mods to have in-game re-bindable keybinds.
Preferred version: 0.7.3WhiteSpike-Custom_Item_Behaviour_Library
Library focused on providing custom GrabbableObject scripts which can be used on item implementations for other modders
Preferred version: 1.2.5README
Shopping Cart
A mod which provides a scrap item which can only spawn once per moon landing which allows you to carry items on it to spare your inventory slots to carry more scrap back to the ship.
Configuration
- You can configure the minimum and maximum scrap value of the item
- You can configure how likely it can spawn per moon landing.
- You can configure how much weight it has when held by the player.
- You can configure if it drops ahead of player or not for each item.
- You can configure if it can be grabbed before game start or not for each item.
- You can configure if it's a conductive item or not for each item.
- You can configure showing the scan node on it or not for each item.
- You can configure the restriction when depositing items on it.
- You can configure the maximum amount of items you can deposit on it (relevant on associated restriction)
- You can configure the maximum weight allowed that you can deposit on it (relevant on associated restriction)
- You can configure weight reduction multiplier when depositted on it and then carried.
- You can configure the look sensitivity drawback amount when carrying the item.
- You can configure the "sloppiness" movement when carrying the item.
- You can configure the noise range which it will attract other entities towards you when moving.
- You can configure hearing the noise or not on your client (it will still attract entities when off)
- CSync is used to synchronize the relevant configuration between all clients.
How to access the content of the mod
- While navigating around the facility, you may find the shopping cart laying around and you can grab it through the blue handle. If you have an item on your hand, you may deposit the item in the shopping cart by interacting on the sides of the container. However, if it's considered full, it will not allow you to deposit it. You can then carry the shopping cart along with the items (and their final weight when deposited) back to the ship which then you can drop all through a control binding.
License
This mod is under MIT License. Meaning that you can decide to take this mod for your own things and customize it as you need, so long as you follow the license's requirements
Credits
- Model
- Somebody that I can't seem to find anymore.
CHANGELOG
1.0.2
- Increased the grab prompt size to reduce the amount of situations where it can get stuck.
1.0.1
- Possibly fixed issue with global audio.
- Fixed scan node configuration not working as intended.
1.0.0
- Initial release