You are viewing a potentially older version of this package. View all versions.
JereKuusela-Projectile_Collision-1.0.0 icon

Projectile Collision

Allows arrows to pass through iron cage floors and other similar structures.

Date uploaded 2 years ago
Version 1.0.0
Download link JereKuusela-Projectile_Collision-1.0.0.zip
Downloads 627
Dependency string JereKuusela-Projectile_Collision-1.0.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2200 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2200

README

Projectile collision

Client side mod that makes projectiles to ignore certain structures.

The configuration can synced by also installing on the server.

Manual Installation:

  1. Install the BepInExPack Valheim.
  2. Download the latest zip.
  3. Extract it in the <GameDirectory>\BepInEx\plugins\ folder.

Configuration

The config file has a list of object ids that are ignored by projectiles. Check here for object ids.

By default following structures let player projectiles pass:

  • Cage Floor 1x1
  • Cage Floor 2x2
  • Cage Wall 1x1
  • Cage Wall 2x2
  • Iron gate

Additional settings:

  • Debug print: If enabled, debug information is printed to the console when projectiles hit something (projectile id, projectile size, target id).
  • Max size: If set, only smaller projectiles can ignore collision. Useful if you want only arrows to ignore collision.
  • Player only: If disabled, enemy projectiles can also ignore collision.

Changelog

  • v1.0
    • Initial release.

CHANGELOG

  • v1.6

    • Fixed for the new update.
  • v1.3

    • Fixed for the new update.
  • v1.2

    • Fixes the black screen.
  • v1.1

    • Changes the GUID.
  • v1.0

    • Initial release.