Last updated | 2 months ago |
Total downloads | 93 |
Total rating | 1 |
Categories | Server Mods 1.0 Update |
Dependency string | skytech6-CrimsonFAQ-1.0.0 |
Dependants | 0 other packages depend on this package |
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
CrimsonFAQ
Server side only
mod
This is a rather simple mod. It functions as an auto-responder mod.
All of it is buildable in an easy to use json file.
You give each KeyResponse a "Key" and a "Response". Players can query for the keys and get the response as the result.
Installation
- Install BepInEx
- Install Bloodstone
- Install VampireCommandFramework
- Extract CrimsonFAQ into (VRising server folder)/BepInEx/plugins
- Run server once to generate CrimsonFAQ/responses.json and .cfg file
- Set your preferred prefix in the cfg file (i.e. **?**discord)
[
{
"Key": "discord", // The key players input
"Response": "Join our discord at discord.gg/RBPesMj", // what the server responds with
"Description": "discord link", // a short description of what this displays; used for the .faq list command
"IsGlobal": true, // global will broadcast to everyone, false it will be private only
"PermissionLevel": 0, // controls who can access this key. 0 = Everyone, 1 = Trusted, 2 = Admin
"GlobalCooldownSeconds": 30 // how often in seconds should it be broadcast global? If it is spammed, subsequential requests will be displayed only to requester
}
]
In the CrimsonFAQ.cfg filee you will see you can change a few common things; but you'll also notice that there is a section for Hex Colors. This will change how text is displayed in the commands & key query responses.
Here is a way to easily pick hex colors: https://g.co/kgs/DxWQHt4
Support
Want to support my V Rising Mod development?
Or buy/play my games!
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)