View Single Post
Old 02-12-06, 04:49 PM   #7
NeonSamurai
Ocean Warrior
 
Join Date: Jan 2002
Location: Socialist Republic of Kanadia
Posts: 3,044
Downloads: 25
Uploads: 0


Default

Ok open basic.cfg with notepad (/silenthunterIII/data/cfg/)


look for this in it

Code:
;[SUBMARINE_AMMO10];IXD2
[SUBMARINE_AMMO9]
Type=2
Version=3
ForeTubes=4
AftTubes=2
ForeResIntern=4
ForeResExtern=8
ForeResExtra=2
AftResIntern=2
AftResExtern=4
ShellSlots=16
NbYears=4
Renown=10
SNK_MASK=NSS_Uboattype9d2_SNK_mask
Now the changes, you first need to change ForeResExtern=8 to 6, and if you want the torpedoes, change ForeResIntern=4 to 6.

Now you need to make the changes for each year.

Here for example is the stock year 1942

Code:
Year0=1942
ForeTube00=2 ;T1
ForeTube01=2
ForeTube02=2
ForeTube03=2
ForeResIntern00=0
ForeResIntern01=0
ForeResIntern02=2
ForeResIntern03=2
ForeResExtern00=0
ForeResExtern01=0
ForeResExtern02=0
ForeResExtern03=0
ForeResExtern04=2
ForeResExtern05=2
ForeResExtern06=2
ForeResExtern07=2
ForeResExtra00=2
ForeResExtra01=2
AftTubes00=2
AftTubes01=2
AftResIntern00=0
AftResIntern01=2
AftResExtern00=0
AftResExtern01=0
AftResExtern02=0
AftResExtern03=0
Z01_00=10 ; IX/3
M01_00=0
A01_00=6
A02_00=6
SuperCharger_00=-1
Snorkel_00=-1
Batteries_00=1268
AftBatteries_00=1268
Hydrophone_00=1270
Sonar_00=-1
Radar_00=-1
RadarWarningReceiver_00=-1
Decoy_Launcher_00=-1
SonarCoatings_00=-1
RadarCoatings_00=-1
Renown0=12000
Now you need to remove ForeResExtern06=2 ForeResExtern07=2 and add ForeResIntern04=2 ForeResIntern05=2 as shown below

Code:
Year0=1942
ForeTube00=2 ;T1
ForeTube01=2
ForeTube02=2
ForeTube03=2
ForeResIntern00=0
ForeResIntern01=0
ForeResIntern02=2
ForeResIntern03=2
ForeResIntern04=2
ForeResIntern05=2
ForeResExtern00=0
ForeResExtern01=0
ForeResExtern02=0
ForeResExtern03=0
ForeResExtern04=2
ForeResExtern05=2
ForeResExtra00=2
ForeResExtra01=2
AftTubes00=2
AftTubes01=2
AftResIntern00=0
AftResIntern01=2
AftResExtern00=0
AftResExtern01=0
AftResExtern02=0
AftResExtern03=0
Z01_00=10 ; IX/3
M01_00=0
A01_00=6
A02_00=6
SuperCharger_00=-1
Snorkel_00=-1
Batteries_00=1268
AftBatteries_00=1268
Hydrophone_00=1270
Sonar_00=-1
Radar_00=-1
RadarWarningReceiver_00=-1
Decoy_Launcher_00=-1
SonarCoatings_00=-1
RadarCoatings_00=-1
Renown0=12000
This needs to be done for each year for that sub model. Also note you cannot copy and paste any part from one year to the next. because each piece of equipment is numbered for that year. for example this is year 1 (1943) for the IXD2 (before being modded)

Code:
Year1=1943
ForeTube10=3 ;T1
ForeTube11=3
ForeTube12=3
ForeTube13=3
ForeResIntern10=0
ForeResIntern11=0
ForeResIntern12=3
ForeResIntern13=3
ForeResExtern10=0
ForeResExtern11=0
ForeResExtern12=0
ForeResExtern13=0
ForeResExtern14=3
ForeResExtern15=3
ForeResExtern16=3
ForeResExtern17=3
ForeResExtra10=3
ForeResExtra11=3
AftTubes10=3
AftTubes11=3
AftResIntern10=0
AftResIntern11=3
AftResExtern10=0
AftResExtern11=3
AftResExtern12=3
AftResExtern13=3
Z01_10=11 ; IX/3
M01_10=0
A01_10=10
A02_10=10
S01_10=5
SuperCharger_10=-1
Snorkel_10=-1
Batteries_10=1268
AftBatteries_10=1268
Hydrophone_10=1270
Sonar_10=-1
Radar_10=-1
RadarWarningReceiver_10=1280
Decoy_Launcher_10=1284
SonarCoatings_10=-1
RadarCoatings_10=-1
Renown1=10000
Notice all the listings now have a 1 instead of a 0.


So ends the lesson
NeonSamurai is offline   Reply With Quote