lammas123-PersistentData icon

PersistentData

A mod that allows for certain data to be saved and loaded neatly.

Last updated 6 days ago
Total downloads 8
Total rating 2 
Categories Mods Libraries Misc Host Only
Dependency string lammas123-PersistentData-1.1.1
Dependants 1 other package depends on this package

This mod requires the following mods to function

BepInEx-BepInExPack_CrabGame-6.0.577 icon
BepInEx-BepInExPack_CrabGame

Legacy BepInEx 6 pack for Crab Game. Preconfigured and ready to use.

Preferred version: 6.0.577

README

What does this mean?

Some lobbies that want to act more like servers may need to save information between game loads (persistently), such as an offline player's last known username, the player's permission group, and who's been banned previously.

When this mod is in use, it will create a txt file for every steam user that joins your lobby in your "BepInEx/config/lammas123.PersisitentData/ClientData/" directory, with the name being that user's steam id. By itself, the mod will only save the player's last known username, but using other mods like PermissionGroups and Overseer will save extra information here.

Any information saved can be safely modified and deleted as you'd like, there should be minimal to no problems with doing so.