BRH-Media / Lego_Pak_Explorer

Originally programmed by Ac_K (pakexplorer@gmail.com), reversed and refactored by BRH Media.
Microsoft Public License
13 stars 3 forks source link

TT Games Explorer

Previously named Lego Pak Explorer

Originally programmed by Ac_K (pakexplorer@gmail.com), reversed, refactored and maintained by BRH Media.

A Foreword

What happened to the original? To be honest, I couldn't tell you. The reality is, Ac_K has been silent about the project for over six years now, with promises to open source the tool falling into obscurity; I think it's safe to say the project's not coming back. It's due to this, that I've decided it's best the community take it into their own hands. The code (as it currently stands) contains much of the spaghetti that was the original code, and bad algorithms were present everywhere - however, it's all going to be eventually ripped out and rewritten. The plan moving forward is to become the new active maintainer of this project, and with that, the promise of hotfixes as necessary (which Ac_K was unfortunately not able to provide).

How did you reverse it?

Ever heard of JetBrains dotPeek? It's amazing (and free)! The original author left all of his debug symbols embedded inside of the executable, which enabled me to use dotPeek's 'Export to Project' function for an entirely recompilable Visual Studio project including all code, images and resource files.

Looking for builds?

These happen @ 10AM GMT+10 every day, as well as on each new commit. You can download new builds from Azure DevOps Pipelines:
TT Games Explorer Release Pipeline

Note: These are development builds pulled directly from master. Please be aware parts of the software may become unstable on new commits, as there is currently no version management.

Planned improvements?

The original purpose of this tool was actually to just browse the DAT archives, but that's not really useful is it? Especially with tools like QuickBMS, it's more a redundant feature than it is a useful one (though it's obviously still going to be present as a feature). Therefore, I've laid down what's to be added in order to provide an effective 'all-in-one' solution:

...Plus a whole lot more behind-the-scenes work.