View Single Post
Old 09-02-06, 12:39 AM   #7
rowi58
Eternal Patrol
 
Join Date: Jun 2006
Location: Karlsruhe
Posts: 679
Downloads: 56
Uploads: 0
Default

@Werewolf,

all you need is the Basic.cfg. It is all inside this configuration file. Open the Basic.cfg and go to the bottom of the file. There (should) be the following entries:

-------
[SPECIAL0]; anti sonar coatings
DaysSpent=1
Nb=2
NameIdx0=1303
Year0=1941
Month0=8
NbSub0=4; number of sub-types, which can use this feature
Sub00=0; all type II subs
Sub01=1; all type VII subs
Sub02=2; all type IX subs
Sub03=3; all type XXI subs
Renown0=1000; "price" of this feature
Name0=Alberich

NameIdx1=1304
Year1=1944
Month1=2
NbSub1=4
Sub10=0
Sub11=1
Sub12=2
Sub12=3
Renown1=2000
Name1=AlberichImproved

[SPECIAL1]; anti radar coatings
DaysSpent=1
Nb=1
NameIdx0=1305
Year0=1944
Month0=1
NbSub0=4
Sub00=0
Sub01=1
Sub02=2
Sub03=3
Renown0=1500
Name0=Tarnmatte
------------------

See my comments in the SPECIAL0. If they are not there (or anywhere in the Basic.cfg), just add the entries above. Then go to every sub-type in the Basic.cfg. The folllowing exaple ist for the type II A:

go to: SUBMARINE_AMMO0
go to: YEAR0
at the end of this block (before the line RENOWN0=0), there must be the following two lines:
SonarCoatings_00=-1
RadarCoatings_00=-1

If not. add the two lines above. Repeat this for the following years (example: for year1 add:
SonarCoatings_10=-1
RadarCoatings_10=-1). And then, repeat this for all sub-types (you want to use with Tarnmatte and Alberich).

Note: the "-1" means you have to pay for this equipment. If you use the NameIdx instead of the "-1", this equipment will be standard.

Hope it helps.
rowi58
rowi58 is offline   Reply With Quote