You are viewing a potentially older version of this package.
View all versions.
Diving Kit
Mod focused on providing a shop item which can be used to retain oxygen while underwater in flooded weathers
Date uploaded | 3 months ago |
Version | 1.0.0 |
Download link | WhiteSpike-Diving_Kit-1.0.0.zip |
Downloads | 14300 |
Dependency string | WhiteSpike-Diving_Kit-1.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.2100WhiteSpike-Custom_Item_Behaviour_Library
Library focused on providing custom GrabbableObject scripts which can be used on item implementations for other modders
Preferred version: 1.0.0README
Diving Kit
A mod which provides a store item in which retains oxygen when held. Useful for flooded weathers where it's impossible to go underwater for long time.
Configuration
- You can configure how many Company Credits it costs to purchase the item
- You can configure how much weight it has when held by the player
- You can configure if it's a two handed item or one handed.
- You can configure if it drops ahead of player or not.
- You can configure if it can be grabbed before game start or not.
- You can configure if it's a conductive item or not.
- You can configure the highest sale percentage it can reach for this item.
- You can configure showing the scan node on it or not.
- CSync is used to synchronize the relevant configuration between all clients.
How to access the content of the mod
- In the terminal, you can purchase the item labelled
Diving Kit
which then appear in the pod in the form of a scuba helmet which will cover most of your vision when using it. The helmet will only retain oxygen for you if you are holding it in your hand.
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
- Sad Amazon
CHANGELOG
1.0.2
- Tweaked the perspective of the item when holding it for possibly better visibility.
1.0.1
- Unloading the asset bundle after being done setting up the item
1.0.0
- Initial release