The current BepInExPack is broken due to the Oakveil update, and mods installed through a mod manager may not work. Join the modding Discord for more information.

SpiderKiller
Mod that kills spiders in a range around you and your friends. So you don't have to fight those pesky things! Now with progression unlock support!
Last updated | a day ago |
Total downloads | 1499 |
Total rating | 1 |
Categories | Server Mods Gloomrot Update 1.0 Update Oakveil Update |
Dependency string | Skies-SpiderKiller-1.6.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.3

deca-VampireCommandFramework
Command framework for developers to easily create universal commands for their plugins.
Preferred version: 0.9.0README
KillSpiders
For a full list of changes check on my GitHub page in the releases section.
Updated to 1.1 version of V Rising.
DO NOT USE BEPINEX ON THUNDERSTORE! Check the link below!
Installation (Manual)
- Install BepInEx
- Install VAMP
- (optional) Install VampireCommandFramework into (VRising server folder)/BepInEx/plugins
- (optional) Install ServerLaunchFix into (VRising server folder)/BepInEx/plugins
- Extract KillSpiders.dll into (VRising server folder)/BepInEx/plugins
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 2 seconds around all the players in the server.
- It will not affect Ungora the spider queen by default, but if enabled and within 2 tiles of the player it'll make her one hit and make her unable to see you.
- If
enableUngoraUnlock
is set to true the Ungora progression rewards will be instantly unlocked to anyone on the server. - If
enableUngoraUnlock
is set to false users will need to manually use the command.uqueen
to unlock her progression rewards,
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. WARNING: if breaking cocoons spiders will spawn but will be killed the moment the cullWaitTime passed, If i find a way to block them from spawning I will update the mod.
- Unlocks Ungora progression rewards, so no need to get up close and personal. WARNING This will also give you the spider form. I will, if I can find a way, remove it.
- Auto "downs" Ungora The Spider Queen. This will turn off her aggro and make her one hit.
- Stops the spawning of spiderlings from vermin nests. (this will still use up resources it will just not spawn them!)
Stops tiny spider critters from spawning. (random event(hopefully))WIP- Optional config setting to add extra silkworm drops to inventory.
Optional commands (requires VampireCommandFramework):
- Use the
.kspi [range]
command to kill spiders manually if you don't want to let the mod run automatically. - Use the
.ttm [range]
command to teleport spiders to you. (if you would want that..., this was used to test if my command would get all spiders in the area) - Use the
.dqueen
command to turn off ungora's aggro and make her one hit (make sure you can see her) - Use the
.uqueen
command to unlock ungora's progression unlocks
Configuration
The config will generate in (VRising folder)/VRising_Server/BepInEx/config/KillSpiders.cfg after first boot of the server.
[Server]
## Enable automatically unlocking the ungora boss progression (no need to kill her to get the unlocks)
# Setting type: Boolean
# Default value: true
enableUngoraUnlock = true
## 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: false
enableQueenCull = false
## Time in seconds to wait before culling spiders again
# Setting type: Double
# Default value: 2
cullWaitTime = 2
## Range to check for spiders to cull (5=1tile)
# Setting type: Single
# Default value: 50
cullRange = 50
## Amount of silkworms to for each spider
# Setting type: Int32
# Default value: 1
silkwormGiveAmount = 1
## Disallow spawning of spiderlings from vermin nests WARNING: this will still use up resources it will just not spawn them!
# Setting type: Boolean
# Default value: true
disallowSpiderlingVerminNest = true
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 VAMP were loaded (optionally VampireCommandFramework too).
Support
Contributors
- skythebro/skyKDG:
@realskye
on Discord - skytech6 for his
V Rising API Modding Platform
- V Rising Mod Community discord for helpful resources to mod this game and code inspiration.
- VExtensions for VExtensions code which was slightly changed and reused in my project to fix AOT issues.