You are viewing a potentially older version of this package. View all versions.
darmuh-SaveMyFit-0.1.0 icon

SaveMyFit

Quality of Life mod that saves player costume (color) choices to the save file using FrogDataLib

Date uploaded 4 months ago
Version 0.1.0
Download link darmuh-SaveMyFit-0.1.0.zip
Downloads 33
Dependency string darmuh-SaveMyFit-0.1.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2304 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2304
Robyn-FrogDataLib-0.2.0 icon
Robyn-FrogDataLib

A straightforward library for managing mod save data

Preferred version: 0.2.0

README

SaveMyFit

SaveMyFit is a simple Quality of Life mod that saves player costume (color) choices to the save file using FrogDataLib

Features

  • Outfit selections for all players are saved on a per-savefile basis.
  • Outfits are matched to both the index and the name of the costume (color).
    • If a mismatch is detected, the outfit will not be applied.
      • This could happen if the number of Colors has changed since the last time this save was played.
    • Each client's unique playerId is saved with their outfit name and outfit index.
  • Outfit save information is updated every time the game is saved and any time someone changes their fit (color).

Source/Bug reports

CHANGELOG

SaveMyFit Changelog

0.1.2

  • Fixed to work with latest update to the game (the costumeName property was removed by the devs)

0.1.1

  • Add FrogDataLib dependency to thunderstore manifest

0.1.0

  • Initial upload.