WinSPMBT\Game Data\Design\WINSPMBT_MasterIconList.txt
is the file you need. All icon units listed, except for infantry units which are hard-coded (NO editing)
Take care of the number on the left:
example:
Code:
{7228, -1}, // 828. Tank Transporter
the "828" number is the unit icon number used by MOBhack and the game.
the "7228" tells you that the first image file (vehicle body) is the number 28 of the file "icon0072.shp". Second number is the image file for turret; -1 means there is no turret.
The icons are always paired, except for those which no turret (-1) or invisible turret (6976), i.e. overall-fire light weapons. Look at the pairing to know if the icons in the file are turreted or not.
Extensive use of the "fin" function of your text editor is a must.
Hope this helps!
Plasma