View Single Post
Old 03-10-07, 02:27 AM   #13
Ducimus
Rear Admiral
 
Ducimus's Avatar
 
Join Date: May 2005
Posts: 12,987
Downloads: 67
Uploads: 2


Default

This part is basically a declaration of what the sub will have:

Quote:
[SUBMARINE_AMMO6];IXB
Type=2
Version=0
ForeTubes=4
AftTubes=2
ForeResIntern=4
ForeResExtern=6
ForeResExtra=2
AftResIntern=2
AftResExtern=2
ShellSlots=14
NbYears=7
Renown=7
SNK_MASK=NSS_Uboattype9_SNK_mask
This part your defining what you declared it to be, by year.

Quote:
Year0=1939
ForeTube00=0 ;T1
ForeTube01=0
ForeTube02=0
ForeTube03=0
ForeResIntern00=0
ForeResIntern01=0
ForeResIntern02=0
ForeResIntern03=0
ForeResExtern00=0
ForeResExtern01=0
ForeResExtern02=0
ForeResExtern03=0
ForeResExtern04=0
ForeResExtern05=0 <----- you need to add this, for every year
ForeResExtra00=0
ForeResExtra01=0
AftTubes00=0
AftTubes01=0
AftResIntern00=0
AftResIntern01=0
AftResExtern00=0
AftResExtern01=0
Z01_00=9 ; IX/1
M01_00=0
A01_00=8
S01_00=4
SuperCharger_00=1260
Snorkel_00=-1
Batteries_00=1268
AftBatteries_00=1268
Hydrophone_00=1271
Sonar_00=-1
Radar_00=-1
RadarWarningReceiver_00=-1
Decoy_Launcher_00=-1
SonarCoatings_00=-1
RadarCoatings_00=-1
Renown0=9000

Now, it lists things, sequentially in a way a computer understands it.

In otherwords, it starts counting with 0, so number 5 is really number 6 in human terms.

Also, every year the ID for that store increments.

This is 1939
ForeResExtern05=0

this is 1940
ForeResExtern15=0

1941
ForeResExtern25=0

1942
ForeResExtern35=0

And so on, and so forth
Ducimus is offline   Reply With Quote