-
copy
World_of_Tanks\res\packages\scripts.pkg\scripts\item_defs
dir from game into./resources/item_def
-
extract original contour icons from
World_of_Tanks\res\packages\gui.pkg\gui\maps\icons\vehicle\contour
into./resources/contour
-
extract atlases files from
World_of_Tanks\res\packages\gui.pkg\gui\flash\atlases\
into./resources/atlases
-
copy all
*_vehicles.mo
files fromWorld_of_Tanks\res\text\lc_messages\
into./resources/texts
In Visual Studio, change property gameVersion
inside Properties/Settings.settings
dialog to current game version.
While running, there may be some erros about T-59g, hoever it should be fine.
When some vehicle has long name, the program tries to find a shorter one inside .mo files. When this fail, it will look inside ./resources/shortNames.json
file. If, no suitable name is found there, it will generate new line into ./resources/shortNames.json
file.
To fix long names, you need to manualy edit shortNames.json file and re-run the program.