R2API Director
API for easily modifiying the Director (RoR2 monster / interactable spawner) behaviour
Date uploaded | 2 years ago |
Version | 1.0.0 |
Download link | RiskofThunder-R2API_Director-1.0.0.zip |
Downloads | 381061 |
Dependency string | RiskofThunder-R2API_Director-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.2109RiskofThunder-R2API_Addressables
R2API Submodule for implementing Addressables functionality
Preferred version: 1.0.3README
R2API.Director - Simplified addition of Enemies, Interactables and more to the Director Systems.
About
R2API.Director is a submodule assembly for R2API that allows mod creators to add new Entries to the Director, which allows things such as Interactables, Enemies and more to spawn in runs.
Use Cases / Features
R2API.Director is used for adding new Enemies and Interactables to the Director's SpawnCard pools, the main method of using this is with the events provided by the API, these events are:
- StageSettingsActions (Modify the the stage settings such as the stage's monster and interactable credits.)
- MonsterActions (Modify the stage's Monsters's DCCSPool)
- IntreractableActions (Modify the stage's Interactable's DCCSPool)
Alongside this, R2API.Director also comes bundled with DirectorAPIHelpers, which contains helper methods which greatly simplify interacting with the Events described above.
Related Pages
Changelog
'1.0.0'
- Split from the main R2API.dll into its own submodule.