Thread: Type XXI blues
View Single Post
Old 10-30-05, 05:22 PM   #9
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Now we need to edit the Flotillia.cfg.
1.Open the file.
2.Find the flotilia section you need to edit. For example we want add type XXI to the 1st flotillia which has the Flotilla0=902 id.
3.In the Flotilla0=902 section find the NbUboats0=2 string and change it to NbUboats0=3 string. This is the number of available submarines.
4. Now we need to specify a new third submarine. Find the following strings:

Uboat0_0=0
Uboat0_1=1

5. Add the third string:Uboat0_2=3. Now we have the sub with id=3 (type XXI) as a third submarine of the first flotillia!

6. Repeat this steps for other flotillias if you need. For example for the 2nd Flotillia you need to change this code:

NbUboats1=2
Uboat1_0=1
Uboat1_1=2

to

NbUboats1=3
Uboat1_0=1
Uboat1_1=2
Uboat1_2=3

It's all.
  Reply With Quote