To run Client Unpacker, you will need Python 3.8 or higher
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
The programs included with the World of Tanks Mod Dev Tools are free software; the exact distribution terms for each program are described in the individual files in program's directories.
World of Tanks Mod Dev Tools is distributed under "GPL-2.0" license, for exact terms see "LICENSE" file in root directory.
World of Tanks Mod Dev Tools comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. I am not liable for any damage or loss of data that may occur due to the use of this software.
For more information please visit: https://github.com/Mikeyzy/WoT_ModDevTools
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
This package is designed to help you to create your own World of Tanks mod.
It contains the following tools: 1. Client Unpacker - [ClientData/utility/clientUnpacker.py] - Extract selected data files from the game client. - Decompile game scripts. 2. Python 2.7 64 bit (Same as WoT Python version) - [Python27] - Necessary for decompiling game scripts.
***Dependencies*** To run Client Unpacker, you will need Python 3.8 or higher. You can download it from https://www.python.org/
In [ClientData/utility], you will find clientUnpacker.py, this will help you to extract game data and decompile game scripts.
Run it with option -r will generate a default config file [ClientData/utility/clientUnpacker.cfg] In this file you can setup necessary parameters for Client Unpacker to work correctly.
After necessary changes, you can run Client Unpacker directlyto extract game data and decompile game scripts. It will output to [ClientData/<gameVersion>] dir.
for more advanced usage, run Client Unpacker with option -h