View Single Post
Old 06-11-18, 04:51 AM   #11682
THEBERBSTER
Growing Old Disgracefully
 
THEBERBSTER's Avatar
 
Join Date: Dec 2012
Location: Dibden Purlieu - Southampton
Posts: 9,605
Downloads: 1123
Uploads: 0


Default

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


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
THEBERBSTER is offline   Reply With Quote