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

SineusModdingApi

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

Date uploaded a day ago
Version 1.0.2
Download link maanu113-SineusModdingApi-1.0.2.zip
Downloads 1
Dependency string maanu113-SineusModdingApi-1.0.2

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