RiskofThunder-R2API_Teams icon

R2API Teams

API for registering and handling custom teams

Last updated 2 weeks ago
Total downloads 3586
Total rating 1 
Categories Libraries
Dependency string RiskofThunder-R2API_Teams-1.0.2
Dependants 2 other packages depend on this package

This mod requires the following mods to function

RiskofThunder-HookGenPatcher-1.2.3 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.3
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-R2API_Core-5.2.0 icon
RiskofThunder-R2API_Core

Core R2API module

Preferred version: 5.2.0

README

R2API.Teams - Custom teams addition

About

An R2API submodule that allows the creation of custom character teams.

Use Cases / Features

R2API.Teams can be used to add your own teams to the game for more complex combat relationships.

Use TeamsAPI.RegisterTeam to add a new team, the TeamIndex of the new team is returned. Any Enum parsing/ToString of TeamIndex is redirected to the added TeamIndex for compatibility.

Related Pages

Changelog

'1.0.2'

  • Updated for Alloyed Collective.

'1.0.1'

  • Added CanPickup property to TeamBehaviour for overriding if a team can pick up items/equipments off the ground.

'1.0.0'

  • Initial Release.