SanguineArchives
Keep records of combat times whenever players defeat V Blood bosses.
| Date uploaded | a year ago |
| Version | 0.1.0 |
| Download link | dokebi-SanguineArchives-0.1.0.zip |
| Downloads | 162 |
| Dependency string | dokebi-SanguineArchives-0.1.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.691.3deca-VampireCommandFramework
Command framework for developers to easily create universal commands for their plugins.
Preferred version: 0.9.0README
![]()
SanguineArchives for V Rising
SanguineArchives is a server mod for V Rising. Keep records of combat times whenever players defeat V Blood bosses.
This is an unstable release version to get feedback. There will be bugs.
You can reach out to me on the V Rising Mod Community Discord (dokebi) for issues, questions, or suggestions.
Commands
.archives boss [BossName]or.sga b [BossName]- Show records for the specified V Blood boss.
.archives player (0-4) (PlayerName)or.sga p (0-4) (PlayerName)- Show player records for V Blood bosses in the given Act. Shows recent records for Act 0 or when no Act is specified. If no player is provided, it defaults to yourself.
.archives top (0-4)or.sga t (0-4)- Show the top records for V Blood bosses in the given Act. Shows recent records for Act 0 or when no Act is specified.
Notes
- Records are only kept for solo fights.
- Records are only kept if the player level is equal to or less than the V Blood boss level.
- Records are only kept if the combat begins with the V Blood boss at full HP.
Future Plans
- [ ] Support tracking more than 1 of the same V Blood bosses at the same time.
- [ ] Allow owners to configure messages.
- [ ] Configure restrictions on gear levels.
- [ ] Allow players to opt-out of messages.
- [ ] Staff commands to clear records. Currently, you must edit the data file.
- [ ] Localization
Known Issues
- Messaging for Beatrice in Brutal mode is confusing, but combat times are recorded. This will be fixed this soon.
- I don't know how this works with BloodyBosses.
- Tracking more than 1 of the same V Blood boss is not supported yet.
Credits
The V Rising Mod Community has been a great help in developing this mod. Thank you for collaborating with me on Discord.
This mod shares a lot of code from existing mods from the community, especially from the following mods.
CHANGELOG
0.1.1
- Fixed tracking record issue when Player Level equals V Blood level.
0.1.0
- Initial unstable release.
- Added commands:
.archives boss [BossName]or.sga b [BossName]- Show records for the specified V Blood boss.
.archives player (0-4) (PlayerName)or.sga p (0-4) (PlayerName)- Show player records for V Blood bosses in the given Act. Shows recent records for Act 0 or when no Act is specified. If no player is provided, it defaults to yourself.
.archives top (0-4)or.sga t (0-4)- Show the top records for V Blood bosses in the given Act. Shows recent records for Act 0 or when no Act is specified.