Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crimsonmods/crimsondroprate
VRisingMod for modifying the drop rate of items.
https://github.com/crimsonmods/crimsondroprate
Last synced: about 1 month ago
JSON representation
VRisingMod for modifying the drop rate of items.
- Host: GitHub
- URL: https://github.com/crimsonmods/crimsondroprate
- Owner: CrimsonMods
- Created: 2024-05-26T20:21:37.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-29T22:55:23.000Z (8 months ago)
- Last Synced: 2024-07-13T18:28:42.639Z (6 months ago)
- Language: C#
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CrimsonDropRate
`Server side only` mod to change drop rate.What is the difference between `DropTableModifier_General` native server configuration and `DropRateModifier` mod configuration?
![alt text](https://github.com/KinetsuDEV/VRisingDropRateModifier/blob/main/Thunderstore/drop-settings-comparison.png?raw=true)
## Installation
* Install [BepInEx](https://v-rising.thunderstore.io/package/BepInEx/BepInExPack_V_Rising/)
* Extract _DropRateModifier.dll_ into _(VRising server folder)/BepInEx/plugins_## Configurable Values
```ini
[DropRateConfig]## Drop rate modifier value
# Setting type: Single
# Default value: 1
DropRateModifier = 1
```
The lowest DropRate in the game is 0.001. The highest a DropRate can be is 1.0.New Value = the lesser of (DropRate * DropRateModifier) or 1.0
Therefore, the highest possible DropRateModifier before it no longer has an effect would be 1000. At that point every table's drop rate would be 1.0.
_Do not ask me why you can't tell a difference if your modifier is set to 3. You changed a 0.05 somewhat uncommon drop to a slightly more common uncommon drop of 0.15._
## Support
Want to support my V Rising Mod development?
Donations Accepted
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/skytech6)
Or buy/play my games!
[Train Your Minibot](https://store.steampowered.com/app/713740/Train_Your_Minibot/)
[Boring Movies](https://store.steampowered.com/app/1792500/Boring_Movies/) **Free to Play!**
**If you are looking to hire someone to make a mod for any Unity game reach out to me on Discord! (skytech6)**
### Credits
Ported [VRisingDropRateModifier](https://github.com/KinetsuDEV/VRisingDropRateModifier)