Skip to content
Kanisuko edited this page May 23, 2026 · 13 revisions

ScavLib — Scav Prototype Mod API Library

Current Version: 0.2.0
Authors: Kanisuko / QinShenYu
BepInEx GUID: com.kanisuko.scavlib


ScavLib is a foundational developer-focused API and utility library for Scav Prototype. It provides safe, well-documented wrappers around the game's core systems so mod authors can focus on their features rather than boilerplate and null-checking.

Note for players: This is a dependency library. It adds no content on its own and is only needed if another mod requires it.


Requirements

  • BepInEx 5.x (64-bit recommended)
  • Scav Prototype (Steam)

Quick Navigation

Page Description
Getting Started Installation and your first mod
PlayerUtil Player vitals, state queries, inventory
SkillUtil Skill levels, XP, global multiplier
ItemUtil World-space item scanning and manipulation
CustomItemRegistry Register custom ItemInfo definitions
EventBus Event-driven mod patterns
CommandRegistry Custom developer console commands
MenuWindow & MenuBuilder In-game IMGUI menus
ConfigManager BepInEx config wrappers
GameUtil General game-state helpers
ModRegistry Mod metadata registration
Changelog Version history

Verifying Installation

After placing ScavLib.dll in BepInEx/plugins/ and launching the game, open the developer console and run:

scavlib status

You should see ScavLib's version, authors, and all registered mods.

Clone this wiki locally