You are viewing a potentially older version of this package.
View all versions.
R2API Teams
API for registering and handling custom teams
| Date uploaded | 2 months ago |
| Version | 1.0.0 |
| Download link | RiskofThunder-R2API_Teams-1.0.0.zip |
| Downloads | 1351 |
| Dependency string | RiskofThunder-R2API_Teams-1.0.0 |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2109README
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.0'
- Initial Release