Thread: KSDCommander
View Single Post
Old 03-06-16, 09:22 AM   #50
Warham
Helmsman
 
Join Date: Jul 2014
Posts: 105
Downloads: 28
Uploads: 0
Default

Quote:
Originally Posted by excel4004 View Post
Ok, please delete my current account "DerAlte 2.0".

Thanks!
Why? Maybe just rename it? If so tell me new account name.

New version:


Added increase of captains rank. Criterias (patrols counts only more than 2 days):
 

rank.Name = "Oberleutnant zur see";

rank.Name = "Kapitanleutnant";
rank.PatrolsCount = 5;
rank.Renown = 5000;

rank.Name = "Korwettenkapitan";
rank.PatrolsCount = 10;
rank.Renown = 10000;

rank.Name = "Fregattenkapitan";
rank.PatrolsCount = 15;
rank.Renown = 15000;

rank.Name = "Kapitan zur see";
rank.PatrolsCount = 20;
rank.Renown = 20000;
m_ranks.Add(rank);


Added visualization of ranks and awards from virpil Ansirial. Due to the fact that the game is very unrealistic distributes awards in the program settings appeared select "Show Awards" with two options:
1) According to historical criteria. In this case, the program itself after each patrol rewards the player if he has reached the required parameters. The only exception here Der Kriegsorden des Deutschen Kreuzes, because less accurate historical parameters for this award is not given and it somehow randomly. Because the game also seems to give the award at random, and then leave it as is.

Criterias:
 

award.Name = "Eisernes Kreuz 2. Klasse";
award.PatrolsCount = 1;
award.TonnageSunk = 10000;
award.Renown = 500;

award.Name = "Eisernes Kreuz 1. Klasse";
award.PatrolsCount = 2;
award.TonnageSunk = 50000;
award.Renown = 2500;

award.Name = "Ritterkreuz des Eisernen Kreuzes";
award.PatrolsCount = 4;
award.TonnageSunk = 100000;
award.Renown = 5000;

award.Name = "Ritterkreuz des Eisernen Kreuzes mit Eichenlaub";
award.PatrolsCount = 8;
award.TonnageSunk = 200000;
award.Renown = 9000;
award.DateFrom = new DateTime(1940, 6, 3);

award.Name = "Ritterkreuz des Eisernen Kreuzes mit Eichenlaub und Schwerter";
award.PatrolsCount = 10;
award.TonnageSunk = 220000;
award.Renown = 15000;
award.DateFrom = new DateTime(1941, 9, 28);

award.Name = "Ritterkreuz des Eisernen Kreuzes mit Eichenlaub, Schwerter und Brillanten";
award.PatrolsCount = 15;
award.TonnageSunk = 240000;
award.Renown = 20000;
award.DateFrom = new DateTime(1941, 9, 28);

award.Name = "Ritterkreuz des Eisernen Kreuzes mit goldenem Eichenlaub, Schwerter und Brillante";
award.PatrolsCount = 20;
award.TonnageSunk = 300000;
award.Renown = 30000;
award.DateFrom = new DateTime(1944, 12, 29);

award.Name = "U-Boot-Kriegsabzeichen";
award.PatrolsCount = 2;
award.Renown = 500;
award.DateFrom = new DateTime(1939, 10, 13);

award.Name = "U-Boot-Kriegsabzeichen mit Brillanten";
award.PatrolsCount = 8;
award.TonnageSunk = 200000;
award.Renown = 9000;
award.DateFrom = new DateTime(1940, 6, 3);

award.Name = "Der Kriegsorden des Deutschen Kreuzes";
award.DateFrom = new DateTime(1941, 9, 28);


2) As in the game. The only thing I took away all duplicates. Now the program displays only the first awarding of a certain reward, and the rest are ignored. And if the first award will be a knight's cross, iron crosses 2 and 1 will be added automatically.

Here is the personal file and form today's best ace in KSDCommander:

Cpt.Kurtz (vdr1981). Personal File. 11/29/1941
 
-------------------------------------------------------
Rank - Korwettenkapitan
Awards - Eisernes Kreuz 2. Klasse, U-Boot-Kriegsabzeichen, Eisernes Kreuz 1. Klasse, Ritterkreuz des Eisernen Kreuzes mit Eichenlaub, U-Boot-Kriegsabzeichen mit Brillanten
Commanded - U-33(VIIA), U-47(VIIB), U-69(VIIC)
Current Location - 2ndFlotilla, 6thFlotilla
Home Base - Memel, Kiel, Wilhelmshaven, Lorient, Kiel, StNazaire
Merit - 12670
Sinking tonnage - 381118
Sunk merchant ships - 54
Sunk warships - 5
Aircraft Shot Down - 1
Number of patrols - 20
Total time at sea - 335 days
Current Status - out to sea 11/29/1941
-------------------------------------------------------
Difficulty level - Realistic
-------------------------------------------------------
Mods:
-------------------------------------------------------
1. The Wolves of Steel 1.05
2. The Wolves of Steel 1.05 - Update No. 06
3. The Wolves of Steel 1.05 - Real Navigation_by TheDarkWraith
4. The Wolves of Steel 1.05 - 8x5 Resolution Patch
Z_Change days in bunker
-------------------------------------------------------




Fixed tags in copy window. Now the spoiler is normally displayed in this forum.

Tonnage of sunk neutral and friendly ships is no longer considered.

Adding volume control for grammophone.
Warham is offline   Reply With Quote