CrimsonHunt
Create battle-pass like rewards for V Blood hunting
| Date uploaded | a year ago |
| Version | 0.3.0 |
| Download link | skytech6-CrimsonHunt-0.3.0.zip |
| Downloads | 385 |
| Dependency string | skytech6-CrimsonHunt-0.3.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_V_Rising
BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.
Preferred version: 1.733.2deca-VampireCommandFramework
Command framework for developers to easily create universal commands for their plugins.
Preferred version: 0.10.4README
NOTICE - PREVIEW BUILD
This is a preview build of CrimsonHunt for 1.1. Use this mod at your own risk on live servers until it has been marked as stable (the update that removes this notice). If you want to help testing out CrimsonHunt (and/or other CrimsonMods) you're more than welcome to do so, but you accept the risk of bugs.
DO NOT USE BEPINEX ON THUNDERSTORE. GET IT FROM HERE INSTEAD.
You can report any encountered bugs or feedback to the Modding Discord
CrimsonHunt
Server side only mod to create battle-pass like rewards for hunting V Bloods.
Give players rewards for hunting down V Bloods! It can be items or even buffs!
There is even leaderboard functionality for rankings. As well you can create Hunt Score XP Bonus Events during which players receive extra points.
Planned Post-1.1 Update:
- CrimsonSQL Integration (Share leaderboards across your servers)
- JSONRising Support
- Messages.json Feature (some of my other mods have this, lets you build the outputs with optional runtime parameters)
Installation
- Install BepInEx
- Install VAMP
- Install VCF
- Extract CrimsonHunt.dll into (VRising server folder)/BepInEx/plugins
Configurable Values
[Config]
## Enable or disable the mod
# Setting type: Boolean
# Default value: true
EnableMod = true
## Enable or disable v blood hunting
# Setting type: Boolean
# Default value: true
EnableHunt = true
Here is an example of the hunt_levels.json file that is generated, showing both rewarding Buffs and giving Item rewards.
[
{
"Level": 1,
"ExpNeeded": 50,
"HuntReward": {
"EffectHash": 0,
"ItemHash": -152327780,
"ItemQuantity": 1
},
"Message": "{player} has reached {level}!"
},
{
"Level": 2,
"ExpNeeded": 150,
"HuntReward": {
"EffectHash": -1703886455,
"ItemHash": 0,
"ItemQuantity": 0
},
"Message": "{player} has reached {level}!"
},
{
"Level": 3,
"ExpNeeded": 350,
"HuntReward": {
"EffectHash": 0,
"ItemHash": 576389135,
"ItemQuantity": 400
},
"Message": "{player} has reached {level}!"
},
{
"Level": 4,
"ExpNeeded": 50,
"HuntReward": {
"EffectHash": -238197495,
"ItemHash": 0,
"ItemQuantity": 0
},
"Message": "{player} has reached {level}!"
}
]
Commands
CrimsonHunt is up for a large update after 1.0.
For now please use .help CrimsonHunt to learn about the available commands.
Tech Support
Join my Modding Discord for help with issues or anything modding related!
Support The Developer
Want to support my V Rising Mod development?
Buy/play my games!
Boring Movies FREE TO PLAY
git gud WISHLIST COMING SOON
Donations Accepted
This mod was a paid creation. If you are looking to hire someone to make a mod for any Unity game reach out to me on Discord! (skytech6)
Want to Experience the Best of Crimson?
Join The Cursed Collective V Rising servers to play their exclusive CrimsonMods such as Raid Guard, Shard Wars, and more!
CHANGELOG
1.0.2
- Dependencies updated
1.0.1
- Dependencies updated
1.0.0
- Stable Release
0.3.0
- Preview 1.1 update
- Added VAMP dependency
0.2.1
- Added VCF to Dependency toml
0.2.0
- Removed Bloodstone Dependency
- Removed Bloody.Core Dependency
0.1.0
- Initial release