MinshuG / pyUE4Parse

ue4 asset parser/reader
MIT License
47 stars 15 forks source link

very stupid question #8

Closed s1btea closed 1 year ago

s1btea commented 2 years ago

how i can use StreamedFileProvider to initialize Valorant pak files?

MinshuG commented 2 years ago

Register each pak using StreamedFileProvider.initialize

s1btea commented 2 years ago

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

MinshuG commented 1 year ago

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.

s1btea commented 1 year ago

its time to skid xD Thanks for help :)