You are viewing a potentially older version of this package. View all versions.
Dinorush-TerminalConsumables-1.0.0 icon

TerminalConsumables

Allows developers to add consumables to terminals.

Date uploaded 3 months ago
Version 1.0.0
Download link Dinorush-TerminalConsumables-1.0.0.zip
Downloads 57
Dependency string Dinorush-TerminalConsumables-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack_GTFO-3.2.1 icon
BepInEx-BepInExPack_GTFO

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

Preferred version: 3.2.1
JarheadHME-TerminalQueryAPI-1.0.0 icon
JarheadHME-TerminalQueryAPI

Adds an API for plugin devs to make custom objects Queryable

Preferred version: 1.0.0

README

TerminalConsumables

Allows rundown developers to add consumables to the terminal system. Only consumables with registerInTerminalSystem enabled and non-blank terminalItemShortName and terminalItemLongName are added. These restrictions exclude all vanilla consumables by default.

Also fixes resources not updating their location for terminals when dropped.

Differs from PingConsumables in that vanilla consumables are not supported by default.

CHANGELOG

v1.2.0

  • Re-restricted API to ItemInLevel
  • Changed to use TerminalQueryAPI internally (thanks Jarhead!)

v1.1.1

  • Relaxed API restrictions from ItemInLevel to Item

v1.1.0

  • Added an API for other plugin developers

v1.0.0

  • Initial Release