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

BUG. VaultCache files are all modified #48

Open
imtrobin opened this issue Jul 31, 2024 · 9 comments
Open

BUG. VaultCache files are all modified #48

imtrobin opened this issue Jul 31, 2024 · 9 comments

Comments

@imtrobin
Copy link

Reporting, I just tried a portable version 0.0.25, I noticed it modifies the vaultCache (Date modified) even though I was just listing and did not download anything.

@NathanaelA
Copy link
Member

Modifies it how, I do know I have a separate date that I track for when you added it to your library/vault, but that date shouldn't change.

@imtrobin
Copy link
Author

The Date Modified in Explorer shows all the same date. It does not happen with normal launcher.

E__Library_Epic Games_Launcher_VaultCache-2024-07-31 23_51_23

@NathanaelA
Copy link
Member

Ah, yes, I understand what you are asking.

It creates a vault.json file to the root level asset folder to easily track values for that asset currently mainly for speeding up scanning/rescan purposes, but also to allow easily rebuilding of your vault if you reset your DB or use multiple accounts. . This file is only used by AMS, and if you really wanted it can be deleted -- (I could also add an option to not create this file, but it simplifies the life of people who move assets into different vaults or use multiple Epic accounts as AMS supports multiple vault folders and multiple accounts).

@imtrobin
Copy link
Author

One issus is when you update an asset in epic launcher, it keeps multiple versions of the asset with a V1, V2, V3 appended. So I remove them manually to save space as I always keep the latest version only.

Yes, if you can, I prefer it have the date I actually updated the asset.

@NathanaelA
Copy link
Member

I'll add a feature to the configuration to allow you to enable this feature, rather than auto opt-in enabling...

@imtrobin
Copy link
Author

Does the new 0.027 still create this vault.json?

@NathanaelA
Copy link
Member

This change is actually in v0.0.28. Its already created and documented on the wiki last week; https://github.com/master-technology/AssetManagerStudio/wiki/Notes-Hidden-Settings but I totally missed it in 0.0.26 (0.0.27 was a quick push of a single fix for FAB)

@imtrobin
Copy link
Author

Can the default be set to skip or at least ask a dialog on first startup ? Cos if I start the program, it would have created it.

@NathanaelA
Copy link
Member

You can use the command line to set the flag as described in the wiki, that doesn't startup the vault scanner.

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