ManyMods-SemiHandsFix icon

SemiHandsFix

Stops SemiHands 0.1.1 null-avatar log floods

Last updated 9 hours ago
Total downloads 44
Total rating 0 
Categories Mods AI Generated Quality Of Life
Dependency string ManyMods-SemiHandsFix-0.1.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305
NotezyTeam-SemiHands-0.1.1 icon
NotezyTeam-SemiHands

Allows players punch monsters and players.

Preferred version: 0.1.1

README

SemiHands Fix

Compatibility patch for NotezyTeam-SemiHands 0.1.1.

SemiHands can call its arm and flashlight helper methods while the associated PlayerAvatar reference is temporarily missing. Passing that null reference to Dictionary.TryGetValue throws an ArgumentNullException every affected frame.

This mod adds narrow null guards to SemiHands' existing right-arm, left-arm, and flashlight checks. A missing avatar is treated as "cannot punch this frame".