You are viewing a potentially older version of this package. View all versions.
Risky_Lives-SneedHooks-1.0.2 icon

SneedHooks

Hooks for my mods.

Date uploaded 4 days ago
Version 1.0.2
Download link Risky_Lives-SneedHooks-1.0.2.zip
Downloads 16682
Dependency string Risky_Lives-SneedHooks-1.0.2

This mod requires the following mods to function

RiskofThunder-RoR2BepInExPack-1.36.0 icon
RiskofThunder-RoR2BepInExPack

Simplify the modding ecosystem of Risk of Rain 2, making it easier for modders to create and maintain their mods while preventing harmful bugs.

Preferred version: 1.36.0
RiskofThunder-HookGenPatcher-1.2.9 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.9

README

SneedHooks

Library for shared hooks that my mods use.

Contents

  • ProcessHitEnemy

    • Hooks for before and after ProcessHitEnemy with bodies pre-nullchecked.
  • ModifyFinalDamage

    • Modifies final damage value without affecting the original damageInfo (i.e. the problem that SotS stuff has).
  • ModifyExecuteThreshold

CHANGELOG

1.0.2

  • Recompiled against DLC3 mmhook.

1.0.1

  • Recompiled for DLC3.

1.0.0

  • Initial Release