Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
R2API Loadout
API for registering skills, skins and entity states
| Last updated | 2 years ago |
| Total downloads | 2862512 |
| Total rating | 12 |
| Categories | Libraries |
| Dependency string | RiskofThunder-R2API_Loadout-1.0.2 |
| Dependants | 1104 other packages depend on this package |
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.2109RiskofThunder-R2API_Skins
R2API Submodule for adding custom Skins and Skin-related utilities to the game
Preferred version: 1.0.0README
R2API.Loadout - Registering skills, skins and entity states
About
R2API.Loadout is a legacy submodule for R2API
For adding new SkillDefs, SkillFamilies and EntityStates, use the ContentAddition class found in the R2API.ContentManagement module
For the skins features, they'll eventually be moved to a Skin submodule.
Changelog
'1.0.2'
- Add missing
BepInDependencytoR2API.ContentManagementandR2API.Skins
'1.0.0'
- Split from the main R2API.dll into its own submodule.