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

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.
-- 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
Install through the Thunderstore client or r2modman (more detailed instructions here if needed).
Join the Return of Modding server for support.