skytech6-CrimsonFAQ icon

CrimsonFAQ

AutoResponse System

Last updated a week ago
Total downloads 38
Total rating 0 
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-1.691.3 icon
BepInEx-BepInExPack_V_Rising

BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.

Preferred version: 1.691.3
deca-Bloodstone-0.2.2 icon
deca-Bloodstone

Plugin framework and general utilities for V Rising mods.

Preferred version: 0.2.2
deca-VampireCommandFramework-0.9.0 icon
deca-VampireCommandFramework

Command framework for developers to easily create universal commands for their plugins.

Preferred version: 0.9.0

README

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?

Donations Accepted ko-fi

Or buy/play my games!

Train Your Minibot

Boring Movies

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)