Klehrik-SaveMod icon

SaveMod

Allows you to save your ongoing runs.

Last updated a month ago
Total downloads 19308
Total rating 7 
Categories Mods Quality of Life
Dependency string Klehrik-SaveMod-1.1.6
Dependants 3 other packages depend on this package

This mod requires the following mods to function

LuaENVY-ENVY-1.2.0 icon
LuaENVY-ENVY

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

Preferred version: 1.2.0
ReturnsAPI-ReturnsAPI-0.1.56 icon
ReturnsAPI-ReturnsAPI

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

Preferred version: 0.1.56
ReturnOfModding-ReturnOfModding-1.1.25 icon
ReturnOfModding-ReturnOfModding

Lua Mod Loader for Risk of Rain Returns

Preferred version: 1.1.25

README

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.