Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crimsonmods/offlineraidguard
https://github.com/crimsonmods/offlineraidguard
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/crimsonmods/offlineraidguard
- Owner: CrimsonMods
- Created: 2024-05-22T15:07:23.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-09-17T23:04:55.000Z (5 months ago)
- Last Synced: 2024-09-18T22:13:27.150Z (5 months ago)
- Language: C#
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## NOTICE - THIS IS THE FINAL UPDATE FOR OFFLINE RAID GUARD. THIS FUNCTIONALITY WILL BE PART OF CrimsonRaidGuard WHEN IT RELEASES.
# OfflineRaidGuard
### Server Only Mod
Protect offline players from being sieged.\
When any of the castle owner 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 goes offline.## Installation
- Install [Bloodstone](https://thunderstore.io/c/v-rising/p/deca/Bloodstone/)
- Install [BloodyCore](https://thunderstore.io/c/v-rising/p/Trodi/BloodyCore/)
- Copy & paste the `OfflineRaidMod.dll` to `\Server\BepInEx\plugins\` folder.## Config
Config
- `Enable Mod` [default `true`]\
Enable/disable the mod.
- `Factor in Ally Status` [default `true`]\
Include the player allies online status before blocking 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.## Support
Want to support my V Rising Mod development?
Donations Accepted
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/skytech6)Or buy/play my games!
[Train Your Minibot](https://store.steampowered.com/app/713740/Train_Your_Minibot/)
[Boring Movies](https://store.steampowered.com/app/1792500/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)**
## Credits
This is ported and modified from [CasualSiege](https://github.com/Kaltharos/VRising-CasualSiege)