ReturnsAPI-ReturnsAPI icon

ReturnsAPI

(Mostly done) API for modding Risk of Rain Returns.

Last updated 5 days ago
Total downloads 14728
Total rating 3 
Categories Mods Tools Libraries
Dependency string ReturnsAPI-ReturnsAPI-0.1.54
Dependants 39 other packages depend on this package

This mod requires the following mods to function

ReturnOfModding-ReturnOfModding-1.1.17 icon
ReturnOfModding-ReturnOfModding

Lua Mod Loader for Risk of Rain Returns

Preferred version: 1.1.17
LuaENVY-ENVY-1.2.0 icon
LuaENVY-ENVY

A plugin to allow ReturnOfModding plugins greater control of their environment.

Preferred version: 1.2.0

README

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.54 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.


Installation Instructions

Install through the Thunderstore client or r2modman (more detailed instructions here if needed).
Join the Return of Modding server for support.