Overview
A lightweight, automated inventory management and safety mod designed to prevent item loss and streamline character recovery. Whether handling server crashes, unexpected glitches, or tough boss encounters, this tool provides both players and administrators with fine-grained control over character backups.
Key Features
- Automated Intervals: Continuously and seamlessly backs up player inventories in the background based on server-defined timers.
- Manual Player Backups: Gives players the freedom to manually trigger snapshot backups of their inventory before risky encounters.
- On-Death Recovery: Fully automated recovery systems can instantly return items to players upon respawn, entirely bypassing corpse runs.
- Granular Admin Control: Administrators can open specific player backups to selectively restore individual lost items rather than forcing a full roll-back.
Configuration (GameUserSettings.ini)
Add the following configuration options and documentation to your server's GameUserSettings.ini file to customize the mod's behavior:
ini [BPlusBackup]
BackupOnDeath=False Description: When enabled (True), the mod will automatically restore a player's complete inventory snapshot directly to their character the moment they respawn.
DeleteItemsOnSpawn=True Description: Only functions if BackupOnDeath is set to True. When active, it completely clears out the items left on the player's physical corpse bag to prevent accidental item duplication.
BackupInterval=5 Description: The frequency, measured in minutes, at which the server automatically captures a background inventory snapshot for every active player.
AmountBackups=20 Description: The maximum number of automated rolling backups stored per individual player. Once this limit is reached, the oldest automated file is overwritten.
AmountBackupsManual=5 Description: The maximum number of manual player-triggered backups stored per individual. Once this limit is reached, the oldest manual snapshot is overwritten.