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
368 stars 58 forks source link

Viewing content of building_list #227

Open Kakolukia91 opened 1 year ago

Kakolukia91 commented 1 year ago

Hi.

Sorry if this is a stupid question, but bear with me as I'm new to modding, etc.

I've used this package to view the pak files for the game Total War Attila.

I am interested in viewing the contents, or at least understanding the structure/schema of a binary file called building_list that lives under the tiles pack files. For example the following image shows the file in question: blist

However I couldn't find a way to deconstruct the contents or schema of that specific file. Maybe I've mis-understood the purpose of this tool, but wanted to double check first.

I've viewed the file in a hex editor and at the end I can see content like BATTLEFIELD_BUILDING_LIST which I think is the start of some XML data, but I may be wrong.

Happy to provide the pak file if needed.

Thank you :)