Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spud cache #82

Open
SparkleBoom opened this issue Jul 25, 2024 · 1 comment
Open

Spud cache #82

SparkleBoom opened this issue Jul 25, 2024 · 1 comment

Comments

@SparkleBoom
Copy link

Hello!
I have just a doubt regarding spud cache files.
I have done some little changes (still wip) to support different profiles with different save slot
The question regarding the spud cache is:
Should be cleaned every time I access a new slot/profile, going back to main menu or exiting the game right?
Also taking in account a cloud save like the steam one, the spud folder should never be cloud saved right?
Thanks in advance!

@sinbad
Copy link
Owner

sinbad commented Jul 26, 2024

You shouldn't need to make any changes to SPUD to support multiple profiles. Just prefix each save game slot with the profile name.

The level data cache is cleared whenever you LoadGame or NewGame (or EndGame) so you don't need to manually clean anything.

Correct, you should never add the SpudCache directory to any cloud sync solution, it's only there for the currently active game.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants