kiwidoggie / Rime

Rime's Bug Tracker
2 stars 0 forks source link

Abstract out RimeMultiplexedReader #12

Closed kiwidoggie closed 7 years ago

kiwidoggie commented 7 years ago

Currently the multiplexed reader only supports Battlefield 3 (Frostbite 2) patch files. This fails to work correctly on newer revisions of the engine (Dragon Age) The abstracted version must allow a developer to specify how to read their version of patch files.

kiwidoggie commented 7 years ago

This has been resolved by NoFaTe by properly adding support for compressed chunks and deobfuscation.