R2API Versions Save

A modding API for Risk of Rain 2

4.4.0

1 year ago

What's Changed

Full Changelog: https://github.com/risk-of-thunder/R2API/compare/4.3.20...4.4.0

4.3.20

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/risk-of-thunder/R2API/compare/4.3.4...4.3.20

4.3.1

2 years ago

What's Changed

Full Changelog: https://github.com/risk-of-thunder/R2API/compare/4.1.0...4.3.0

4.1.0

2 years ago

What's Changed

Full Changelog: https://github.com/risk-of-thunder/R2API/compare/4.0.0...4.1.0

4.0.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/risk-of-thunder/R2API/compare/2.2.55...4.0.0

2.0.0

5 years ago
  • Fixed SurvivorAPI, you can now have more than one custom survivor
    • Note to DEVS: You must set SurvivorIndex to a value > 8 (SurvivorIndex.Count) in order for your Survivor to be added, otherwise it will replace the survivor at that index.
  • Added Custom EntityStates support
  • Added Fast Cached Reflection API, see: Reflection.cs
  • Added In-Game Rule UI API, see: LobbyConfigAPI.cs