Closed s1btea closed 1 year ago
Register each pak using StreamedFileProvider.initialize
But how i can get file stream from manifest? I tryed UEManifestReader (https://github.com/MinshuG/UEManifestReader), and there's goes nothing. Am i should write my own val manifest parser, or im missing something?
upd: im telling lie. im not tryed UEMR, i just can't understand how i can use it in this case upd2: it throwing me a header read error
Riot manifest don't have same format as epic's that's why you are getting the error. You have to write your own parser for manifest. Morilli/ManifestDownloader you can use this as reference or write a python binding for this.
its time to skid xD Thanks for help :)
how i can use StreamedFileProvider to initialize Valorant pak files?