Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I could make a mod that changes the dive schedule depth to 50m (with sea floor distance tracking like in the "Rundhorchen" preset), if there's any interest.
My idea is having a checkmark in the tab where you set your dive schedule. If checked, the *alternative* depth of 50m is active. If unchecked, the default behaviour is active.
I'll try to get a prototype ready this weekend that changes the default behaviour to 50m. The more refined version with the checkmark system may take some time yet, due to other projects taking precedent.
DepthPreset depthPreset = ((playerCareer.GetDivingScheduleAt(gameTime.HourIndex) == DivingScheduleEntry.Surface) ? DepthPreset.Surface : DepthPreset.PeriscopeDepth);
if (__instance.DepthPreset != depthPreset)
__instance.SetDepthPreset(depthPreset,true);
I could not find out how to disable this.