Skies-SpiderKiller icon

SpiderKiller

Mod that kills spiders in a range around you and your friends. So you don't have to fight those pesky things!

Last updated 9 months ago
Total downloads 600
Total rating 1 
Categories Server Mods Gloomrot Update
Dependency string Skies-SpiderKiller-1.3.0
Dependants 0 other packages depend on this package

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
deca-VampireCommandFramework-0.8.0 icon
deca-VampireCommandFramework

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

Preferred version: 0.8.0

README

KillSpiders

For a full list of changes check on my github page in the releases section.

Installation (Manual)

How to use

  • If you didn't change anything in the config the mod will work by killing all spiders in a 50 (10 tile) range every 0.5 seconds around all the players in the server.
  • It will also affect Ungora the spider queen within 2 tiles of the player it'll make her one hit and make her unable to see you.

Updating

  • Make sure to check your config after running the updated mod to see if you need to make any changes!

Features:

  • Kills spiders within a certain range of the player and drops their loot on the ground.
  • Auto "downs" Ungora The Spider Queen. This will turn off her aggro and make her one hit.
  • Stops tiny spider critters from spawning. (random event(hopefully))
  • Optional config setting to add extra silkworm drops to inventory.

Optional admin commands (requires VampireCommandFramework):

  • Use the .spik [range] command to kill spiders manually if you don't want to let the mod run automatically.
  • Use the .sptp [range] command to teleport spiders to you. (if you would want that...)
  • Use the .dqueen command to turn of ungora's aggro and make her one hit (make sure you can see her)

Configuration

The config will generate in (VRising folder)/VRising_Server/BepInEx/config/KillSpiders.cfg after first boot of the server.

[Server]

## Enable culling of spiders
# Setting type: Boolean
# Default value: true
enableCulling = true

## Enables the extra cull reward of silkworms
# Setting type: Boolean
# Default value: false
enableExtraCullReward = false

## Enable culling of Ungora The Spider Queen VBlood boss (this will turn off her aggro and she will die in one hit)
# Setting type: Boolean
# Default value: true
enableQueenCull = true

## Time in seconds to wait before culling spiders again
# Setting type: Double
# Default value: 0.5
cullWaitTime = 0.5

## Amount of spiders to cull before rewarding extra silkworm(s)
# Setting type: Int32
# Default value: 5
cullAmountThreshold = 5

## Range to check for spiders to cull (5=1tile)
# Setting type: Single
# Default value: 50
cullRange = 50

## Amount of silkworms to give when culling 'cullAmountThreshold' worth of spiders
# Setting type: Int32
# Default value: 1
silkwormGiveAmount = 1

Troubleshooting

  • Make sure you install the mod on the server. If you are in a singleplayer world use ServerLaunchFix
  • Check your BepInEx logs on the server to make sure the latest version of both KillSpiders and Bloodstone were loaded (optionally VampireCommandFramework too).

Support

  • Open an issue on github
  • Ask in the V Rising Mod Community discord

Contributors

  • skythebro/skyKDG: @realskye on Discord
  • V Rising Mod Community discord for helpful resources to mod this game and code inspiration.
  • VExtensions for VExtensions.dll which was slightly changed and reused in my project due to AOT (not sure if that was the right thing to do).