CanSaveBackpack
The CanSaveBackpack setting allows you to automatically save tools in the player backpack including the players equipped tool however there is some additional things to do.
How to save the player backpack:
Enable the CanSaveBackpack
Add a copy of the tools you want the backpack to save in CanSaveBackpack -> SaveableTools
Ensure that the tools in SaveableTools is named exactly how they will be when they are saved, If not then they will not be retrieved
Limitations:
Saveable Tools must be named exactly how they will be named when the game attempts to save them
Any tools not in SaveableTools file will NOT be retrieved however will be stored unless the player rejoins
Any tools that are named the same and are in SaveableTools may have issues when retrieving. Please avoid naming tools the same
Additional Settings:
SaveOnDeath Attribute: TRUE (Default): Saves the player backpack on the player death as well as retrieves FALSE: Does not save player backpack if they die
SaveOnRejoin Attribute: TRUE (Default): Saves the player backpack upon leaving the game and reteives it when joining back FALSE: Does not save the player backpack when they leave the game
Last updated