SUBSIM Radio Room Forums



SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997

Go Back   SUBSIM Radio Room Forums > Silent Hunter 3 - 4 - 5 > SH5 Mods Workshop
Forget password? Reset here

Reply
 
Thread Tools Display Modes
Old 08-10-19, 04:01 PM   #1
DasBootSim
Swabbie
 
Join Date: Jul 2019
Posts: 11
Downloads: 10
Uploads: 0
Default The Recognition manual sometimes disappears

Hello.
The recognition manual (SOAN) disappears when I close it by x. This happens when the SOAN right page is on the depth bar.
I suppose SOAN is hiding under the depth bar or goes far to the left because if SOAN above the depth bar, then a tail of SOAN remains (very small).
Helps save/load.
Does anyone know how to return it without save/load?
While me using E to hide SOAN.
Thanks.
ver 2.0.9 with localization.

Last edited by DasBootSim; 08-11-19 at 11:44 AM.
DasBootSim is offline   Reply With Quote
Old 08-11-19, 02:02 PM   #2
DasBootSim
Swabbie
 
Join Date: Jul 2019
Posts: 11
Downloads: 10
Uploads: 0
Default The recognition manual (SOAN) disappears

Quote:
Originally Posted by DasBootSim View Post
Hello.
The recognition manual (SOAN) disappears when I close it by x. This happens when the SOAN right page is on the depth bar.
I suppose SOAN is hiding under the depth bar or goes far to the left because if SOAN above the depth bar, then a tail of SOAN remains (very small).
Helps save/load.
Does anyone know how to return it without save/load?
While me using E to hide SOAN.
Thanks.
ver 2.0.9 with localization.
Now checked on version 2.2.14. This bug has remained.
DasBootSim is offline   Reply With Quote
Old 08-12-19, 02:22 AM   #3
vdr1981
Navy Seal
 
Join Date: May 2010
Location: Србија
Posts: 6,078
Downloads: 581
Uploads: 13


Default

Quote:
Originally Posted by DasBootSim View Post
Now checked on version 2.2.14. This bug has remained.
Delete all dragables.TDW files from your main Silent hunter 5 folder and start the game. Check some documentation as well...
vdr1981 is offline   Reply With Quote
Old 08-12-19, 06:25 AM   #4
DasBootSim
Swabbie
 
Join Date: Jul 2019
Posts: 11
Downloads: 10
Uploads: 0
Default

Quote:
Originally Posted by vdr1981 View Post
Delete all dragables.TDW files from your main Silent hunter 5 folder and start the game. Check some documentation as well...
Did not help. Files were restored and the behavior remained the same.
The problem is the inconsistency of displaying the opening and closing of the SOAN. We open and close the book with our left hand. The right page should appear on the cover and the left page should appear on the left. It closes in the same way - the left page should disappear and the cover should appear in place of the right page. I rummaged through the scripts and so far I have discovered a logical error here \Silent Hunter 5\data\Scripts\MenuPage\page layout.py.
if Pagelayout_SOAN.Handles.Length == 0:
handle = Pagelayout_SOAN.AddMoveFixedSizeHandle()
handle.SetSnapParent( Pagelayout_SOAN_Tab, MenuItemWrapper.LocationPresets.TopLeft )
size = Pagelayout_SOAN_Tab.Size
handle.Resizability = MenuItemWrapper.ResizabilityTypes.NoAspectRatioCon straint
handle.Resize( size.Width, size.Height, False )

handle2 = Pagelayout_SOAN.AddMoveFixedSizeHandle()
handle2.SetSnapParent( Pagelayout_SOAN_LeftTab, MenuItemWrapper.LocationPresets.TopLeft )
size2 = Pagelayout_SOAN_LeftTab.Size
handle2.Resizability = MenuItemWrapper.ResizabilityTypes.NoAspectRatioCon straint
handle2.Resize( size2.Width, size2.Height, False )

They (Tab and Left_Tab) are probably not handled properly in the future.
After recognizing the ship, it’s convenient to shift the manual to the left to see only reference numbers and work with RAOBF.

Addendum: This does not apply to modpack TWOS; it refers to the implementation of SOAN in a TDW mod.
Hint: In order not to dig deeply, a checkbox for SOAN is created in User Charts next to default - flags. Check on will put SOAN in the starting place.
Hint2: Move the X button to the left page. It will look like Mac.

Last edited by DasBootSim; 08-12-19 at 07:55 AM. Reason: addition
DasBootSim is offline   Reply With Quote
Old 08-12-19, 11:17 AM   #5
DasBootSim
Swabbie
 
Join Date: Jul 2019
Posts: 11
Downloads: 10
Uploads: 0
Default

Quote:
Originally Posted by DasBootSim View Post
Did not help. Files were restored and the behavior remained the same.
The problem is the inconsistency of displaying the opening and closing of the SOAN. We open and close the book with our left hand. The right page should appear on the cover and the left page should appear on the left. It closes in the same way - the left page should disappear and the cover should appear in place of the right page. I rummaged through the scripts and so far I have discovered a logical error here \Silent Hunter 5\data\Scripts\MenuPage\page layout.py.
if Pagelayout_SOAN.Handles.Length == 0:
handle = Pagelayout_SOAN.AddMoveFixedSizeHandle()
handle.SetSnapParent( Pagelayout_SOAN_Tab, MenuItemWrapper.LocationPresets.TopLeft )
size = Pagelayout_SOAN_Tab.Size
handle.Resizability = MenuItemWrapper.ResizabilityTypes.NoAspectRatioCon straint
handle.Resize( size.Width, size.Height, False )

handle2 = Pagelayout_SOAN.AddMoveFixedSizeHandle()
handle2.SetSnapParent( Pagelayout_SOAN_LeftTab, MenuItemWrapper.LocationPresets.TopLeft )
size2 = Pagelayout_SOAN_LeftTab.Size
handle2.Resizability = MenuItemWrapper.ResizabilityTypes.NoAspectRatioCon straint
handle2.Resize( size2.Width, size2.Height, False )

They (Tab and Left_Tab) are probably not handled properly in the future.
After recognizing the ship, it’s convenient to shift the manual to the left to see only reference numbers and work with RAOBF.

Addendum: This does not apply to modpack TWOS; it refers to the implementation of SOAN in a TDW mod.
Hint: In order not to dig deeply, a checkbox for SOAN is created in User Charts next to default - flags. Check on will put SOAN in the starting place.
Hint2: Move the X button to the left page. It will look like Mac.
Selfmade change:
Now I myself have moved the "Close the Book" button to the upper left corner of the Unit group. I tried it and the result suits me. Although crooked, the rec. manual will not disappear. Don't need to do save/load during the patrol mission.
DasBootSim is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 07:07 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 1995- 2025 Subsim®
"Subsim" is a registered trademark, all rights reserved.