Introduction
The goal still remains the same: enabling us to easily manage our game-clients, as its predecessor, it relies on a profile based approach.
Features list
- Easy (mass & queued) pack/unpack
- Virtually browse the enterity of the game-client
- Quickly find files
...
Known limitations
Known issues and limitations
- Limitation: if an item inside the epk file is greater than 600mb (or its encryption/decryption size), the file will be ignored, this is a known limitation of the .NET framework for programs targeting x86 architectures (the real cap is somewhere between 1.2-1.6gb, but to prevent crashes I downsized it)
Notes
- An hash mismatch means the actual hash of the file did not match the expected one, this may indicate the file was either incorrectly processed or the .eix's info was wrong (most probable one and easily fixed by rebuilding all your files with this tool).
- Failing to process can have many causes, such as:
-- Failure to access the file
-- Wrong headers
-- Wrong keys
etc...
I want to help!
- Found a bug, what do I do?
A: Send me the errorLog.txt file aswell as a description of what you were doing.
- I want to donate!
A: Click the link at the end of the thread!
Contact: gunnermbt (skype id)
Changelog (1.0.1.140 - 02/03/2015)
- Profile saving issue should be fixed
- App settings are now saved in an internal file instead of the Windows Registry to avoid having to run the app with admin privileges
- The main ListView data context's icons should now be working properly
- Fixed a bug where an empty message box would show if you tried to open the Virtual View while the selected profile was null
- If an unsupported file type is encountered (more than XTEA at the moment), you'll be informed
- Drag n' Drop files or directories to quickly process them

Changelog (1.0.1.146 - 07/04/2015)
- Added an option to the context menu (right click menu) to select or deselect all items.
- Fixed a UI bug where the icons of the profiles window context menu would appear larger than usual in some environments.

Changelog (1.0.2.198 - 03/06/2015)
- Added a dropdown box to the main view enabling to easily change profiles
- Fixed several issues regarding profile (de)serialization scheme
Note: redryan's suggestion to enable drag-n-drop in the virtual view was postponed (a custom UI control is needed to enable such behaviour)

Changelog (1.0.2.241 - 15/02/2016)
- Profile dropdown box on the main window now properly updates when changing profile from the secondary window (Manage -> Profiles)
- All unnamed files (incorrect or non-existent info on the header aswell) are now ignored

Changelog (1.1.2.654 - 28/06/2016)
- The app now features a fully automatic auto-update module (still in testing)
- A bug which somtimes crashed the program when a null profile was selected from the main view was fixed
- A small memory leak was found and corrected
- Several UI and localization improvements
- Fixed invalid default index key
- Improved uncaught exceptions handling
Notes:
- The app communicates with an API to retrieve the latest versions and eventually download them, feel free to monitor its traffic.
- I no longer use Themida as the protector/packer given the frequent reports of faulty behavior. A new one has taken its place.

Changelog (1.1.3.660 - 28/06/2016)
- Fixed tiny UI bug (some Windows builds interpret control sizes differently, for some reason)
- Fixed "Invalid CLR detected invalid program"
- Fixed auto-updating scheme

Changelog 1.1.4.768 - 02/07/2016
- All windows remember their last sizes (no more annoying default window sizes
- Fixed weird behaviour of Profile handling (selecting, saving, etc) and improved general experience
- Fixed a bug where sometimes the main window filtering wouldn't work (when searching for items)
- Added "Success/Hash mismatch/Error" counters to the main listview (right next to the progress bar)
- Fixed a few localization strings (messages and whatnot)

Download last version


Credits:
-

- Thanks to Tim and Marty for their help (mostly in the previous one)






