
Risk of Rain Returns
You are viewing a potentially older version of this package. View Latest Version

Still an active work in progress, although it is mostly done.
API for modding Risk of Rain Returns.
Documentation can be found on the wiki.
Include ReturnsAPI-ReturnsAPI-0.1.48 as a dependency in manifest.json, and import it with:
-- Automatically adds class references directly to your mod,
-- and performs other actions (such as autoregistering for language loading)
mods["ReturnsAPI-ReturnsAPI"].auto()
-- or
-- Stores class references in a variable
local RAPI = mods["ReturnsAPI-ReturnsAPI"].setup()
-- See the Importing page for additional properties you can pass:
-- https://github.com/ReturnsAPI/ReturnsAPI/wiki/Importing
Uses ReturnOfModding as the base mod loader.
Successor to RoRR Modding Toolkit.
Install through the Thunderstore client or r2modman (more detailed instructions here if needed).
Join the Return of Modding server for support.