You are viewing a potentially older version of this package. View all versions.
XoXFaby-BetterAPI-1.1.2 icon

BetterAPI

Very simple API implementation.

Date uploaded 3 years ago
Version 1.1.2
Download link XoXFaby-BetterAPI-1.1.2.zip
Downloads 8809
Dependency string XoXFaby-BetterAPI-1.1.2

This mod requires the following mods to function

bbepis-BepInExPack-5.4.9 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.9

README

BetterAPI

A simple library that adds thin wrappers around the new Ror@ Content Pack system with some helper functionality. This is far from complete, if you want me to add something to it, I might do it, see how to contact me below. It should be enough to implement simple items, buffs, etc.

For an example, check out https://github.com/xoxfaby/MoreItems

Currently implemented APIs:

  • Items
  • Buffs
  • Languages

Support Me

If you like what I'm doing, consider supporting me through GitHub Sponsors so I can keep doing it:

https://github.com/sponsors/xoxfaby

Help & Feedback

If you need help or have suggestions, create an issue on github, join my discord or find me on the RoR2 Modding Discord

My Discord XoXFaby#1337

https://github.com/xoxfaby/BetterAPI

Changelog

v1.1.2

  • Items: Added ability to add ItemDisplays to characters that didn't originally have an ItemDisplayRuleSet (Heretic)

v1.1.1

  • Items: Improved ItemDisplay support:
    • Set ItemDisplay by CharacterModel name or bodyPrefab name
    • Easier to use CharacterItemDisplayRuleSet helper to make adding ItemDisplays super simple
    • ItemDisplay component automatically added to followerPrefab if it's missing to avoid errors.
    • Fully backwards compatible, but I encourage using the new helper, once again see MoreItems for examples.

v1.1.0

  • Items: Added ItemDisplay support

v1.0.0

  • Inital Release