Risk of Rain Returns
Install

Details

Last Updated
First Uploaded
Downloads
21K
Likes
7
Size
12KB
Dependency string
Klehrik-SaveMod-1.1.6
Dependants

Allows you to save your ongoing runs.
Saves at the start of each stage (does not save the stage layout or variant).

Disabled in online play and local coop.

Custom data callbacks

-- Callback functions for both should have a single parameter
-- `data` - The custom data table for the current file
    -- This is shared between all mods using this; create a new subtable for your namespace!

Callback.find("save", "saveMod")    -- Runs on file save
Callback.find("load", "saveMod")    -- Runs on file load

Public Methods

local SaveMod = mods["Klehrik-SaveMod"]

SaveMod.is_loading()    -- `true` if a save file is currently being loaded

Installation Instructions

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

Thunderstore development is made possible with ads. Please consider making an exception to your adblock.