SUBSIM Radio Room Forums

SUBSIM Radio Room Forums (https://www.subsim.com/radioroom/index.php)
-   SH5 Mods Workshop (https://www.subsim.com/radioroom/forumdisplay.php?f=249)
-   -   [REL] Multiple UIs for SH5 with TDC (https://www.subsim.com/radioroom/showthread.php?t=166093)

vdr1981 01-28-18 08:45 AM

Red recognition manual (what ever that is) is not part of TDW NewUIs mods. :yep:

XenonSurf 01-28-18 04:07 PM

Quote:

Originally Posted by vdr1981 (Post 2538799)
Red recognition manual (what ever that is) is not part of TDW NewUIs mods. :yep:

You are right Veco, it must be one of the 'optional mods' that comes together with the NewUis package, if I only load the main mod all shows normal.

I do this to investigate what would be the best setup for the stock game without TWoS, the choices are not that big. Currently my idea is this:

- SH5 1.2.0
- TDC Generic Patcher applied
- NewUIs_TDC_7_5_0_ByTheDarkWraith
- FX_Update_0_0_22_Stock_Torpedos (modified for torpedo failure patches)
- Accurate German Flags
- DeckGun Friendly Waves
- No Damn Bubbles, No Damn Halo Mod
- NDB, NDH OM#1 - No Dialog Indicator

In my opinion this is the best possible setup for playing stock game, with all the comfort of the TWoS UI but keeping the stock campaign and gameplay difficulty.
Purists that don't like mods, should do without the NewUIs, which doesn't allow teleporting and you must speak with every single crew member if need be.

Cyborg322 01-28-18 08:33 PM

Quote:

Originally Posted by vdr1981 (Post 2538799)
Red recognition manual (what ever that is) is not part of TDW NewUIs mods. :yep:


https://i.imgur.com/pb6xxq6.jpg

This ? Enhanced Recognition Manual by Reaper7

Daeron 04-29-18 02:41 PM

I am a noob here. And I might my a idiot as well because I just could not find the link to download. Anyone could help me ?

Aktungbby 04-29-18 02:43 PM

welcome aboard!
 
Daeron!:Kaleun_Salute:

THEBERBSTER 04-29-18 05:56 PM

A Warm Welcome To The Subsim Community > Daeron
Subsim <> Make A Donation <> See The Benefits <> Support The Community
SH3-4-5 Tutorials And Other Information Links In My Signature Below

Post #7 TDW's NewUi 7-5-0 version 18 Installing It Correctly > Missing pictures replaced

Jimbuna 04-30-18 02:01 PM

Welcome to SubSim Daeron :salute:

Aldarean 06-11-18 02:38 AM

current Course
 
Hi,

I'm new here and I'm using SH 3 dials for a better handling and historical feeling. Is there any different way to detect the current course then on the zoomed-in dial or using the map? It's hard to read a currect course on that dial. With the advanced SH5 Setting I can hold the mouse over the compass to read the current course but with SH 3 dials this is no longer possible. :06:

THEBERBSTER 06-11-18 04:51 AM

A Warm Welcome To The Subsim Community > Aldarean
Subsim <> Make A Donation <> See The Benefits <> Support The Community
SH3-4-5 Tutorials And Other Information Links In My Signature Below

You can change the dial sizes by using the Options File Editor Viewer or by going directly to the py file.

Each of the 3 dials has 2 actions making 6 changes that can be made in the py file.

You should be able to change the size of the Dials AFAIK looking at he py settings although I have never tried it as I prefer SH5 Enhanced.
Zoom in and out with your mouse you can set the time for how long the dials stay in view on the screen.

The path here is Main game folder\data\Applications\ OptionFileEditorViewer
https://s15.postimg.cc/7tey69ekr/OFEV_Dials.jpg

Red not relevant SH5 only
Blue SH3
Green useful information

You can also make changes directly here.
The path to the py file > Main game folder\data\scripts\Menu\last py file
Scroll down to this heading.

#;################################### For Dials - SH3 and SH4 UI Modes only ##################################

#[OPTION]
#CATEGORY=Dials
#TYPE=2
#DESCRIPTION=Rate at which dials grow and shrink (in seconds)
#VALUES=MIN|0.0
#DEFAULT=0.10
#;++++++++++++++ Dial zoom/unzoom animation speed +++++++++++++++
#; rate at which dials grow and shrink (in seconds)
#; default is 0.10 seconds
DialsAnimationSpeed=0.10 < changing thiis to 20 doubles the time on the screen

#[OPTION]
#CATEGORY=Dials
#TYPE=3
#DESCRIPTION=Throttle zoom factor on mouse in
#VALUES=MIN|50
#DEFAULT=200
#;++++++++++++++ Base Zoom +++++++++++++++
#; Base Zoom levels
#; when MouseIn the dial will grow by this number
#; default is 200
BaseZoomThrottle=200 < changing this number will make the dial bigger

#[OPTION]
#CATEGORY=Dials
#TYPE=3
#DESCRIPTION=Speed zoom factor on mouse in
#VALUES=MIN|50
#DEFAULT=200
#; default is 200
BaseZoomSpeed=200

#[OPTION]
#CATEGORY=Dials
#TYPE=3
#DESCRIPTION=Heading zoom factor on mouse in
#VALUES=MIN|50
#DEFAULT=200
#; default is 200
BaseZoomHeading=270


#[OPTION]
#CATEGORY=Dials
#TYPE=3
#DESCRIPTION=Rudder zoom factor on mouse in
#VALUES=MIN|50
#DEFAULT=200
#; default is 200
BaseZoomRudder=200

#[OPTION]
#CATEGORY=Dials
#TYPE=3
#DESCRIPTION=260 Depth zoom factor on mouse in
#VALUES=MIN|50
#DEFAULT=200
#; default is 200
BaseZoomDepth260=200

#[OPTION]
#CATEGORY=Dials
#TYPE=3
#DESCRIPTION=25 Depth zoom factor on mouse in
#VALUES=MIN|50
#DEFAULT=200
#; default is 200
BaseZoomDepth25=200

#[OPTION]
#CATEGORY=Dials
#TYPE=3
#DESCRIPTION=SH5 Enhanced Heading dial zoom factor on mouse in
#VALUES=MIN|50
#DEFAULT=400
#; default is 400
BaseZoomSH5EHeading=400

#[OPTION]
#CATEGORY=Dials
#TYPE=3
#DESCRIPTION=SH5 Enhanced Rudder dial zoom factor on mouse in
#VALUES=MIN|50
#DEFAULT=400
#; default is 400
BaseZoomSH5ERudder=400

#[OPTION]
#CATEGORY=Dials
#TYPE=0
#DESCRIPTION=Throttle dial can zoom
#VALUES=
#DEFAULT=True
#;++++++++++++++ Can Zoom +++++++++++++++
#; which dials can zoom
#; change True to False to disable zoom on that dial
#;
#; set below to either True or False for each
ThrottleCanZoom = True

#[OPTION]
#CATEGORY=Dials
#TYPE=0
#DESCRIPTION=Speed dial can zoom
#VALUES=
#DEFAULT=True
SpeedCanZoom = True

#[OPTION]
#CATEGORY=Dials
#TYPE=0
#DESCRIPTION=Heading dial can zoom
#VALUES=
#DEFAULT=True
HeadingCanZoom = True

#[OPTION]
#CATEGORY=Dials
#TYPE=0
#DESCRIPTION=Rudder dial can zoom
#VALUES=
#DEFAULT=True
RudderCanZoom = True

#[OPTION]
#CATEGORY=Dials
#TYPE=0
#DESCRIPTION=260 depth dial can zoom
#VALUES=
#DEFAULT=True
Depth260CanZoom = True

#[OPTION]
#CATEGORY=Dials
#TYPE=0
#DESCRIPTION=25 depth dial can zoom
#VALUES=
#DEFAULT=True
Depth25CanZoom = True

#[OPTION]
#CATEGORY=Dials
#TYPE=0
#DESCRIPTION=SH5 Enhanced heading dial can zoom
#VALUES=
#DEFAULT=True
SH5EHeadingCanZoom = True

#[OPTION]
#CATEGORY=Dials
#TYPE=0
#DESCRIPTION=SH5 Enhanced rudder dial can zoom
#VALUES=
#DEFAULT=True
SH5ERudderCanZoom = True

#[OPTION]
#CATEGORY=Dials
#TYPE=3
#DESCRIPTION=When mouse into dial that is zoomable this offset is applied to the Y axis if image goes offscreen
#VALUES=MIN|0
#DEFAULT=10
#;++++++++++++++ Offsets +++++++++++++++
#; y offset adjustment when mouse in/out and image goes offscreen (BaseZoom - for dynamically repositioning dials)
DialsBaseZoomOffsetYAdjustment = 10

#[OPTION]
#CATEGORY=Dials
#TYPE=3
#DESCRIPTION=When mouse into dial that is zoomable this offset is applied to the X axis if image goes offscreen
#VALUES=MIN|0
#DEFAULT=10
#; x offset adjustment when mouse in/out and image goes offscreen (BaseZoom - for dynamically repositioning dials)
DialsBaseZoomOffsetXAdjustment = 10

#[OPTION]
#CATEGORY=Dials
#TYPE=3
#DESCRIPTION=When mouse into SH5 Enhanced heading/rudder dial that is zoomable this offset is applied to the Y axis (max +- 100)
#VALUES=MIN|-100,MAX|100
#DEFAULT=0
#; y offset adjustment for SH5 Enhanced heading/rudder dial. Maximum offset allowed is +-100 pixels
SH5EHeadingRudderOffsetY = 0


Check out my Tutorials in my signature for a lot more information

Aldarean 06-11-18 09:57 AM

Thank you THEBERBSTER,

I've installed Curch's Compass wich has a better resolution but I'm searching for a quick non-dial solution. :hmmm:

THEBERBSTER 06-11-18 03:42 PM

Hi A
You will not find anything like with SH5 using the SH3 UI.
There is a TWoS mod that has glass covers going over the dials.
http://www.mediafire.com/file/vzvhhr...+GUI+Dials.zip
https://s15.postimg.cc/bvoioznaj/SH3_GUI_style.jpgPeter

JCWolf 07-09-18 05:36 PM

Hi guys just installed the SH5 again...I am having huge problems on the Gui activation in game...is there a key to enable and disable it...:hmmm:


Cause some times the menu show up with everything and then its Gone !:doh:

XenonSurf 07-09-18 07:21 PM

Quote:

Originally Posted by JCWolf (Post 2560625)
Hi guys just installed the SH5 again...I am having huge problems on the Gui activation in game...is there a key to enable and disable it...:hmmm:


Cause some times the menu show up with everything and then its Gone !:doh:


??
Which 'activation' ? I guess you are speaking about JSGME mod activation? You must update the stock game to 1.2.0 first + some other requisites, read the main thread.
It would be easier for you to update the game to 1.2.0 and then install TWoS mod. , this mod is included in TWoS and you will skip making any errors:salute:

JCWolf 07-10-18 03:06 AM

Quote:

Originally Posted by XenonSurf (Post 2560631)
??
Which 'activation' ? I guess you are speaking about JSGME mod activation? You must update the stock game to 1.2.0 first + some other requisites, read the main thread.
It would be easier for you to update the game to 1.2.0 and then install TWoS mod. , this mod is included in TWoS and you will skip making any errors:salute:




My bad...had a little time yesterday could not describe my issue very well!




Nope , the problem its not with ....This is the Mods I have installed:


DynEnv v2.9 - 1. Main Mod
DynEnv v2.9 - 10.I Seafloor (high resolution)
DynEnv v2.9 - 11.a.I Sea Plants - Atlantic Kelp Forests (high resolution)
DynEnv v2.9 - 4.a Camera Filters - Realistic Colors
DynEnv v2.9 - 5.d Ambient Settings - Brighter Nights
DynEnv v2.9 - 8.b Wave Mechanics - Gale
DynEnv v2.9 - No Underwater Impurity Patch
Moon_light_mod
DynEnv v2.9 - No U-Mark
OPEN HORIZONS II v2.5
OH II v2.5 Grid Request fix Patch SH5
3D_Deck_Splash_FX_v1_0_0_byTheBeast
Accurate German Flags
FX_Update_0_0_22_ByTheDarkWraith
MadMaxs_SH5_Subdiesel (mono) v2
Pascal-sh5-Crew-Uniforms
sobers mega mod fog V9 SH5
SteelViking's Interior Mod V1.2
SteelViking's Interior Mod V1.2.2 Patch
SubFlags_0_0_9_byTheDarkWraith
Shadow Improvement Mod
MightyFine Crew Mod 1.2.1 Alt w beards
NOZAURIO'S SKIN (Standar No Emblem) v-1.1.0
NewUIs_TDC_7_5_0_ByTheDarkWraith
NewUIs_TDC_7_5_0_No_Snorkel_Exhaust_Smoke
NewUIs_TDC_7_5_0_RadCapTools_0_2_alpha
Large Optics for TDW UI
Large Optics for TDW UI 8 by 5
TWoS Glass Covered GUI Dials






Everything its installed correctly, my problem is in game, the Gui console I am using its the SH5 Enhanced but it only appears in the screen after using the UZO... if I use the Periscope or any other screen it goes of and have to go to the UZO to see it again, so I thought there is a key to enable and disable it in game... You know what I am talking yes The Hud....its weird cause it worked with the previous version I had 7.4.2 .


PS: Just found out the Problem...Its OpenHorizons II 2.5


Some how during the Tutorial messes everything including the supposed ships you have to attack that with OHII are not enemy yet...Its sad cause it expands the game a lot...but it makes TDW NewGui fail ,...

TonyPet 07-31-18 10:49 AM

NewUIs_TDC_7_7_0_ByTheDarkWraith
 
Hello,


This file is referenced on YouTube but I have been unable to locate it.

Thanks for any help.


TonyP


All times are GMT -5. The time now is 12:00 PM.

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