0 of 0

File information

Last updated

Original upload

Created by

Mikeyzy

Uploaded by

Mikeyzy

Virus scan

Safe to use

Tags for this mod

About this mod

This tool is designed to help you to create your own World of Tanks mod.

Requirements
Permissions and credits
Mirrors
Changelogs
Donations
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

GL HF