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

R2API Deployable

API for adding custom deployables

Date uploaded a year ago
Version 1.0.0
Download link RiskofThunder-R2API_Deployable-1.0.0.zip
Downloads 392025
Dependency string RiskofThunder-R2API_Deployable-1.0.0

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2109 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2109
RiskofThunder-HookGenPatcher-1.2.3 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.3
RiskofThunder-R2API_Core-5.0.8 icon
RiskofThunder-R2API_Core

Core R2API module

Preferred version: 5.0.8

README

R2API.Deployable - Deployable Handling and Addition.

About

R2API.Deployable is a submodule assembly for R2API that allows mod creators to add their own Deployables to the game. Deployables include things like Engineer's Mines & Turrets, Beetle Guard Allies, Loader's Pylon, Solus Probes, Etc.

Use Cases / Features

R2API.Deployable can be used for mod creators to add their own Deployables to the game, these deployables are added via the RegisterDeployableSlot method inside DeployableAPI,

Related Pages

Changelog

'1.0.0'

  • Split from the main R2API.dll into its own submodule.