UBOAT
New ways to play
Modify your UBOAT experience by checking out the many mods created and shared by the community, including tweaks to almost any aspect of the game.
houghs 2024 年 11 月 14 日 上午 8:43
dive schedule
I would like to be able to go deeper as i chose using dive schedule button, not just periscope depth.
< >
正在显示第 1 - 9 条,共 9 条留言
houghs 2024 年 11 月 14 日 下午 2:40 
I have found targets by being at least 20 mt's not at periscope depth, perhaps it is distance of target ( long ) at play.
Schmeisser1942 1 月 23 日 上午 2:35 
+1 the dive schedule is useless as it is now.
Drexack 3 1 月 23 日 下午 1:45 
Can easily be done via modding. Do you have any specific behaviour in mind?

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.
houghs 1 月 23 日 下午 2:45 
please do. Would it be possible for different settings like periscope on down to 50 m. command or other. Thanks
Drexack 3 1 月 23 日 下午 3:03 
That is possible, and also how I would ultimatively want to do it, but including that complicates things immensely.

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.
houghs 1 月 23 日 下午 3:35 
fair enough again thank you.
Eridano2013 1 月 23 日 下午 3:57 
thank you Drexack
Finess 4 1 月 24 日 上午 1:20 
I tried but failed. The game updates depthpreset every frame (Ship.Update()) like this:

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.
houghs 1 月 24 日 上午 4:44 
thanks for giving it a go.
< >
正在显示第 1 - 9 条,共 9 条留言
每页显示数: 1530 50