Frodo45127 / rpfm

Rusted PackFile Manager (RPFM) is a... reimplementation in Rust and Qt5 of PackFile Manager (PFM), one of the best modding tools for Total War Games.
MIT License
357 stars 57 forks source link

Question: Reading Pack Files #285

Closed ev3nst closed 5 months ago

ev3nst commented 5 months ago

I want to be able to see contents of the pack file using node.js so i can compare multiple pack files if they have conflict. I have made some extensive search on google but just cant find enough information for pack files. I thought maybe people here would like to help me understand how can i implement this.

Frodo45127 commented 5 months ago

All the code for reading packs is here: https://github.com/Frodo45127/rpfm/tree/master/rpfm_lib/src/files/pack It should contain what you're asking for.