maanu113-SineusModdingApi icon

SineusModdingApi

Shared BepInEx library for Sineus Arena Survivors mods. Not a standalone mod - required by Live Stats Overlay and Endless Bounty.

Last updated 15 hours ago
Total downloads 20
Total rating 2 
Categories Libraries
Dependency string maanu113-SineusModdingApi-1.2.0
Dependants 2 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

README

Sineus Modding API

Shared BepInEx library for Sineus Arena Survivors modding — not a mod by itself and does nothing on its own.

It provides reflection-based facades over the game's internals (match/objective state, day-night and boss-siege timing, the "make a choice" reroll/skip/ban panel, and other mods' UI windows) so multiple mods can read the same game state consistently without each reimplementing fragile reflection code, and without needing hard assembly references to each other.

Currently used by

  • Live Stats Overlay
  • Endless Bounty

Install

Only needed if a mod you're installing requires it (the mod's own instructions/dependencies will say so). This package places SineusModding.Api.dll directly into BepInEx/plugins/.

Source

https://github.com/maanu113/SineusModding.Api