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

Closed Thread
 
Thread Tools Display Modes
Old 03-07-10, 03:08 PM   #256
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by vonce1 View Post
OK, then it must be thses values?

DialsHeightAdjustment = 25
DepthXAdjustment = 50
those values adjust the dials when you mouse over/out them. The zooming in/out is in the StartAnimation controllers (the second argument) A little info: third argument is the animation speed in seconds.
TheDarkWraith is offline  
Old 03-07-10, 03:17 PM   #257
winkelmander
Seaman
 
Join Date: Sep 2009
Posts: 35
Downloads: 36
Uploads: 0
Default

very very good job. I like your mod very much, looking forward to your next version!
__________________
winkelmander is offline  
Old 03-07-10, 04:07 PM   #258
cherbert
Engineer
 
Join Date: Apr 2005
Posts: 210
Downloads: 86
Uploads: 0
Default

Quote:
Originally Posted by TheDarkWraith View Post
what screen res you using? I use 1920 X 1200 or 2560 X 1600 (depending on whether I'm playing on my 24" LCD Samsung or my 30.5" LCD Samsung) and zoom is perfect at these levels
I'm at 1920x1080 and they are zooming far too big. SH4 dials never zoomed this much.

Also, not sure if intentional or not but you left out the Siemens GUI graphic that compliments those new dials provided by briklebritt. I know you provided it in the zip file but just wanted to check if you had left it out as default on purpose.

Apart from that, your mod is most appreciated - keep up the good work!
cherbert is offline  
Old 03-07-10, 04:11 PM   #259
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

I had hard coded the zoom values (shame on me I know better as a programmer myself ) but in the next release they are replaced with variables. The code will calculate all necessary values according to a BaseZoom value. This value is customizabe so that you can control how much zoom you want
TheDarkWraith is offline  
Old 03-07-10, 04:21 PM   #260
etheberge
Watch Officer
 
Join Date: Nov 2007
Location: Montreal, QC
Posts: 345
Downloads: 614
Uploads: 10
Default

Great job with this DarkWraith. Your UI work is critical to many people's enjoyment of this game, keep it up.
__________________

11 War Patrols / 56 ships sunk or damaged for 212,022 tons
Zero casualties throughout the war
Scuttled on 8 May, 1945 in Sonderburg Bay, after German surrender
etheberge is offline  
Old 03-07-10, 04:28 PM   #261
Baleur
A-ganger
 
Join Date: Mar 2010
Posts: 78
Downloads: 22
Uploads: 0
Default

Quote:
Originally Posted by cherbert View Post
I'm at 1920x1080 and they are zooming far too big. SH4 dials never zoomed this much.

Also, not sure if intentional or not but you left out the Siemens GUI graphic that compliments those new dials provided by briklebritt. I know you provided it in the zip file but just wanted to check if you had left it out as default on purpose.

Apart from that, your mod is most appreciated - keep up the good work!
Same here at 1680x1050, they zoom in so far that they overlap the other dials completely and it becomes fuzzy like a bunny, if bunnies had numbers on them, and... Well. I dont know where im going with this
Also, the first set of dials in the mod are wierd, the speed dial is upside down or something, full stop on the dial is max speed ahead, and reverse on the dial is actually forwards ingame :P
The second set of dials (the opional ones) work fine though.

Any chance for a version later on (when the mod approaches completion) that keeps the vanilla bars on the left around the map? I actually like the vanilla interface, but these dials add valuable info i also want (co2, fuel, etc)

As for the depth indicator, is the red arrow unused in this version? Is it supposed to display the depth to the bottom of the sea? Awesome if it will
Baleur is offline  
Old 03-07-10, 04:33 PM   #262
Gunman
Nub
 
Join Date: Mar 2010
Posts: 2
Downloads: 10
Uploads: 0
Default

Thank you man. Your mod makes the game playable!
But I have a little problem. When I use your Mod, the menus turn from German into English. Crew speech stays German. What can I do, to get my German menus back while using your Mod?
Gunman is offline  
Old 03-07-10, 04:41 PM   #263
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by Gunman View Post
Thank you man. Your mod makes the game playable!
But I have a little problem. When I use your Mod, the menus turn from German into English. Crew speech stays German. What can I do, to get my German menus back while using your Mod?
See post #1 or read the included documentation under the mod's \documentation folder.
TheDarkWraith is offline  
Old 03-07-10, 04:45 PM   #264
Onkel Neal
Born to Run Silent
 
Onkel Neal's Avatar
 
Join Date: Jan 1997
Location: Cougar Trap, Texas
Posts: 21,386
Downloads: 541
Uploads: 224


Default

Quote:
Originally Posted by TheDarkWraith View Post
will be dealt with in next release......I personally didn't find it annoying or anything but will do something about it.

I like it that way, as long as it unzooms back to normal size and the other gauges are visible...

Great work, it's looking fantastic.
__________________
SUBSIM - 26 Years on the Web
Onkel Neal is offline  
Old 03-07-10, 04:46 PM   #265
vonce1
A-ganger
 
Join Date: Dec 2001
Location: So. California
Posts: 79
Downloads: 29
Uploads: 0
Default

Quote:
Originally Posted by TheDarkWraith View Post
those values adjust the dials when you mouse over/out them. The zooming in/out is in the StartAnimation controllers (the second argument) A little info: third argument is the animation speed in seconds.
thanks!

I'm looking at the first one , the throttle - so these would be the numbers?:

Pagelayout_Groupfeedback_Throttle_Border.StartAnim ation( MenuItemWrapper.AnimationTypes.Height, 245, DialsAnimationSpeed )
Pagelayout_Groupfeedback_Throttle_Dial.StartAnimat ion( MenuItemWrapper.AnimationTypes.Height, 200, DialsAnimationSpeed )
Pagelayout_Groupfeedback_Throttle_Newval.StartAnim ation( MenuItemWrapper.AnimationTypes.Height, 200, DialsAnimationSpeed )
Pagelayout_Groupfeedback_Throttle_Crtval.StartAnim ation( MenuItemWrapper.AnimationTypes.Height, 200, DialsAnimationSpeed )
Pagelayout_Groupfeedback_Throttle_Bkgr.StartAnimat ion( MenuItemWrapper.AnimationTypes.Height, 200, DialsAnimationSpeed )

I'm not sure what change should I do since there is one 245 value and 4x 200 values; in other section (Heading_Dial) there is also 130 value on top of these 5 values... ...I'm non programmer, but if you could tell me which ones? Maybe I'll just wait for your next release, since more simmers feel that the size of the zoom is maybe bit too much. Apparently the screen resolution has impact what is optimal. Best would be the zoom level used in SH4; worked well I guess?

thanks for your help BTW, appreciate very much!
__________________
vonce1 is offline  
Old 03-07-10, 04:53 PM   #266
Gunman
Nub
 
Join Date: Mar 2010
Posts: 2
Downloads: 10
Uploads: 0
Default

Quote:
Originally Posted by TheDarkWraith View Post
See post #1 or read the included documentation under the mod's \documentation folder.
Found it. Sorry didn't read careful.
Gunman is offline  
Old 03-07-10, 05:02 PM   #267
Wolfmanjack
Swabbie
 
Join Date: Mar 2010
Posts: 12
Downloads: 1
Uploads: 0
Default

for some reason i cant get this to work..

I put the file OldstyleSHcontrols_1_0_1_byThedarkwrath into the generic mod file.. And select it in the program and install it over. But the dials do not show up ingame.
Wolfmanjack is offline  
Old 03-07-10, 05:03 PM   #268
MaciejK
Torpedoman
 
Join Date: Apr 2005
Location: Mielno / Warsaw - Republic of Poland
Posts: 119
Downloads: 45
Uploads: 0
Default

Hmm...

it seems modders are saving the game.

Now I might get it.
__________________
MaciejK is offline  
Old 03-07-10, 05:10 PM   #269
Church SUBSIM
Weps
 
Join Date: Feb 2004
Posts: 353
Downloads: 121
Uploads: 4
Default

Quote:
Originally Posted by MaciejK View Post
Hmm...

it seems modders are saving the game.

Now I might get it.
This game has the potential to be everything we wanted when SH III was released and modded and more. I was really on the fence even after doing the tutorial mission, but seeing what is under the engine and what can be done ... it's going to be huge. With a modded campaign and all the changes that are going to be coming in the next few months from the player base, not to mention any improvements via patching and the dev team ... this will be fantastic.

Really pleased I bought it. This UI is fantastic .. a nice blend of new and old. Great work!
__________________

Church SUBSIM is offline  
Old 03-07-10, 05:24 PM   #270
ingsoc84
Navy Dude
 
Join Date: Mar 2010
Posts: 173
Downloads: 26
Uploads: 0
Default

LInk please to the lateste dials that will zoom? thanks!
ingsoc84 is offline  
Closed Thread


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 04:35 PM.


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.