#jogerj (2022-08-24)
1 messages · Page 1 of 1 (latest)
Your feedback thread is automatically created, you can continue your message on this thread!
The data is all pretty much in there, it should theoretically be possible to extract this but honestly no clue lol
btw Genshin uses ZFBrowser, pretty much chromium ported into unity https://zenfulcrum.com/browser/docs/Readme.html
so it do behave like chrome
hopefully someone could help test and confirm it works. I'm on Asia region and afaik different region could have different URL structure (?)
https://www.nirsoft.net/utils/chrome_cache_view.html
apparently this tool supports some command line options, so you can do something like .\ChromeCacheView.exe -folder "F:\miHoYo\Genshin Impact\Genshin Impact Game\GenshinImpact_Data\webCaches\Cache\Cache_Data" /scomma cache_data.csv
then you can import into powershell with $cache_data = Import-Csv cache_data.csv
I'm working on a new powershell script that does this, i'll post it in about half an hour
Thread was archived by @clever summit. Anyone can send a message to unarchive it.