You are viewing a potentially older version of this package. View all versions.
p1xel8ted-CasualSiege-0.1.0 icon

CasualSiege

Offline siege protection for casual servers. Server-only mod.

Date uploaded 3 years ago
Version 0.1.0
Download link p1xel8ted-CasualSiege-0.1.0.zip
Downloads 453
Dependency string p1xel8ted-CasualSiege-0.1.0

This mod requires the following mods to function

BepInEx-BepInExPack_V_Rising-1.668.5 icon
BepInEx-BepInExPack_V_Rising

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

Preferred version: 1.668.5
deca-Bloodstone-0.1.4 icon
deca-Bloodstone

Plugin framework and general utilities for V Rising mods.

Preferred version: 0.1.4

README

CasualSiege (Server-Only)

Original mod by Kaltharos. Ported to Gloomrot by p1xel8ted.

Features

  • Protect offline players from being sieged.
  • When any of the castle owner's allies is online, the siege can progress as usual.
  • Siege will also progress as usual if the castle is already being sieged/attacked when all the castle owner & allies go offline.
  • Best not be used together with RPGMods Honor System.

Installation

  1. Install BepInExPack V Rising
  2. Install Bloodstone API
  3. Place the CasualSiege.dll & Bloodstone.dll files into your (VRising server folder)/BepInEx/plugins folder.
  4. Done!

Config

  • Enable Mod [default true]
    Enable/disable the mod.

  • Factor in Ally Status [default true]
    Include the player's allies' online status before blocking the siege.

  • Max Ally Cache Age [default 300]
    Max age of the player allies cache in seconds.
    If the cache age is older than specified, the cache will be renewed.
    Don't set this too short as allies gathering process can slightly impact your server performance.
    This cache is only for allies gathering, their online/offline status is updated instantly.

CHANGELOG

0.1.0

  • Gloomrot Update

0.0.3

  • Fixed issue with the mod only protecting the castle on the first hit... :|

0.0.2

  • Typo fix in readme & configs

0.0.1

  • Initial Release