From e53243fe1127961dfc5d943035a47cc9962ee5b8 Mon Sep 17 00:00:00 2001 From: mastercoms Date: Wed, 28 Aug 2024 14:24:44 -0400 Subject: [PATCH] we have to gather index with no cache, or else asset count will mismatch --- pbpy/pbunreal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pbpy/pbunreal.py b/pbpy/pbunreal.py index 49e55f2..6faae24 100644 --- a/pbpy/pbunreal.py +++ b/pbpy/pbunreal.py @@ -855,6 +855,7 @@ def download_engine(bundle_name=None, download_symbols=False): str(base_path), "--cache-path", f"Saved/longtail/cache/{bundle_name}", + "--no-cache-target-index", "--validate", "--enable-file-mapping", ],