You are viewing a potentially older version of this package. View all versions.
Endskill-EndskApi-1.1.3 icon

EndskApi

A small api mod, mainly used by my mods.

Date uploaded 2 years ago
Version 1.1.3
Download link Endskill-EndskApi-1.1.3.zip
Downloads 1328
Dependency string Endskill-EndskApi-1.1.3

This mod requires the following mods to function

BepInEx-BepInExPack_GTFO-3.0.0 icon
BepInEx-BepInExPack_GTFO

BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.

Preferred version: 3.0.0
Endskill-Horror_Plus-1.2.2 icon
Endskill-Horror_Plus

Very good stuff.

Preferred version: 1.2.2

README

EndskApi

This mod adds some api functionality, mainly used by most of my mods.

Currently available api tools:

  • WeaponSwitching with seperated ammo handling.
  • An entire cache system
  • Profile independent data storage api. (Saves file in Appdata\LocalLow)
  • MenuApi to show some ui with keyboard navigation. (Example is DevToolbelt)
  • Callback handler for
    • checkpoint reached
    • level ending & starting / going back to lobby
    • initializing (GUIManager.Setup) => Runs only once and removes itself afterwards
    • EnemyKill api with distribution about how much each player did to it. (HOST ONLY)
    • Dam_EnemyDamageBase Patch api, to patch into receive/process methods, with native patching instead of Harmony
    • Menu API for adding dev tools easily