Quote:
Originally Posted by makman94
at blue are correct the followings?
Z01 is marking the conning tower type
M01 is marking the deck gun (i guess that -1 here means ''no gun'')
A01-A02 are marking the AA guns
S01 is something about AA guns again (?) [ 20mm Vierling is a AA gun ?]
Does anyone have a list of what these 11 (at Z01), 10 (at A01 and A02) and 5 (at S01) are specifying ?
|
The designations you've specified above (Z01, M01 etc.) are correct. As for the individual Idx identifiers, they're also listed in the basic.cfg file. For example, Z01_30=11 identifies the turm type as a Turm9c_3_hd.
*******
To discover this, scroll down to the [Z01] section and read the Idx number:
[Z01]
DaysSpent=21
NbGuns=13
Idx0=0
Dummy0=data/objects/Turm2a_1_hd
Idx1=1
Dummy1=data/objects/Turm2d_1_hd
Idx2=2
Dummy2=data/objects/Turm2d_2_hd
Idx3=3
Dummy3=data/objects/Turm7b_1_hd
Idx4=4
Dummy4=data/objects/Turm7b_2_hd
Idx5=5
Dummy5=data/objects/Turm7c_1_hd
Idx6=6
Dummy6=data/objects/Turm7c_2_hd
Idx7=7
Dummy7=data/objects/Turm7c_3_hd
Idx8=8
Dummy8=data/objects/Turm7c_4_hd
Idx9=9
Dummy9=data/objects/Turm9c_1_hd
Idx10=10
Dummy10=data/objects/Turm9c_2_hd
Idx11=11
Dummy11=data/objects/Turm9c_3_hd
Idx12=12
Dummy12=NULL; data/objects/Turm21_hd
*******
The same holds true for each of the other categories as well. For example, 10 at A01 and A02 indicates a '20mmShield_Twin_UFlak_High.' Once again you can find this listed in the [A01] and [A02] sections of the file. Last but not least, 5 at S01 identifies '20mmVierling_High.'
Hope this helps and good luck!