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 > SHIII Mods Workshop
Forget password? Reset here

Reply
 
Thread Tools Display Modes
Old 11-12-14, 01:18 PM   #1
Fahnenbohn
Ace of the Deep
 
Join Date: Sep 2013
Location: France
Posts: 1,072
Downloads: 155
Uploads: 0
Default

@ Tycho and BigWalleye : OK, I'm going to add a second hand.

@ Manos : Yes, this one is two times smaller than the first one I did. But as it took up too much space on the screen, I reduced it. But it remains perfectly readable ! ...
Fahnenbohn is offline   Reply With Quote
Old 11-12-14, 03:59 PM   #2
Fahnenbohn
Ace of the Deep
 
Join Date: Sep 2013
Location: France
Posts: 1,072
Downloads: 155
Uploads: 0
Default



This is the original size of my clock. It would be nice to make it movable when the mouse goes on the upper edge of the screen, as the white compass. But I still don't know how to do...
Fahnenbohn is offline   Reply With Quote
Old 11-12-14, 04:20 PM   #3
makman94
Hellas
 
Join Date: Jul 2008
Posts: 2,325
Downloads: 182
Uploads: 7


Default

Quote:
Originally Posted by Fahnenbohn View Post

This is the original size of my clock. It would be nice to make it movable when the mouse goes on the upper edge of the screen, as the white compass. But I still don't know how to do...
i didn't meant to make it twice bigger. this clock is ,indead, a huge clock.

my suggestion was to make it a little bigger (for example a factor of 1.2 is shown at the pic) just for the seconds marks to be more readable ( maybe i am getting older but were not so clear to me)



about your question: put the clock at the position you want on screen and then add the line ''VertSlide=xxx'' at the end of the clock's menu entry.
the ''xxx'' is determing how many pixels you want your image to slide to upper direction and hide . pay attention to the dimensions of menu entry 'box' as ,by a carefully selection, you can totally hide your image and make it slide out only when you place your cursor real close to screen's edge


ps1: the command ''HorizSlide=xxx'' is for use if you want to make your image slide at a horizontal direction
ps2: what is the ''white compass''?
__________________
Knowledge is the only thing that nobody can ever take from you...



Mediafire page:http://www.mediafire.com/folder/da50.../Makman94_Mods
makman94 is offline   Reply With Quote
Old 11-12-14, 05:21 PM   #4
Tycho
Sonar Guy
 
Join Date: Oct 2009
Location: Sofia, Bg
Posts: 384
Downloads: 264
Uploads: 1


Default

off-topic: let me show you my new stopwatch.
__________________
If you ride like lightning, you're gonna crash like thunder.
Tycho is offline   Reply With Quote
Old 11-12-14, 05:38 PM   #5
Fahnenbohn
Ace of the Deep
 
Join Date: Sep 2013
Location: France
Posts: 1,072
Downloads: 155
Uploads: 0
Default

@ makman : I've tried your solution, but it doesn't seem to work. Is there anything wrong in my text :

[G3F I345]
Name=Clock Face
Type=1031;Stat bmp array
ItemID=0x3FE00000
ParentID=0x3F000000
Pos=1,740,155,155
Materials=1
Display=0;No stretch
Mat 0=data/menu/gui/24_Clock.tga
MatFlags=0x29
TexFmt=0x9
Drag=false
BmpState=1
NeedFocus=true
SelOne=true
IdGroup=0
StatesColors=0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF
VertSlide=180

And here is the white compass (maybe i didn't well explain myself) :



@ Tycho : very nice dial, you are good at graphic design, I especially like the reflection effect.
Fahnenbohn is offline   Reply With Quote
Old 11-13-14, 02:21 AM   #6
Tycho
Sonar Guy
 
Join Date: Oct 2009
Location: Sofia, Bg
Posts: 384
Downloads: 264
Uploads: 1


Default

I'm away from my computer and SH3 now, but try with menu group, like that:

Quote:
[G3F I344]
Name=Clock Slide out
Type=1026
ItemID=0x3FE0000A
ParentID=0x3F000000
Pos=1,740,155,155
VertSlide=180

[G3F I345]
Name=Clock Face
Type=1031;Stat bmp array
ItemID=0x3FE00000
ParentID=0x3FE0000A
Pos=0,0,155,155
Materials=1
Display=0;No stretch
Mat 0=data/menu/gui/24_Clock.tga
MatFlags=0x29
TexFmt=0x9
Drag=false
BmpState=1
NeedFocus=true
SelOne=true
IdGroup=0
StatesColors=0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF
Parent rest of the elements with Clock Face

Quote:
Originally Posted by Fahnenbohn View Post
@ Tycho : very nice dial, you are good at graphic design, I especially like the reflection effect.
No, this is just from photo of real Hanhart stopwatch. I edit it a little, liked the result, and integrate it in my installation.
__________________
If you ride like lightning, you're gonna crash like thunder.
Tycho is offline   Reply With Quote
Old 11-13-14, 03:32 AM   #7
Fahnenbohn
Ace of the Deep
 
Join Date: Sep 2013
Location: France
Posts: 1,072
Downloads: 155
Uploads: 0
Default

Quote:
Originally Posted by Tycho View Post
I'm away from my computer and SH3 now, but try with menu group, like that:

[G3F I344]
Name=Clock Slide out
Type=1026
ItemID=0x3FE0000A
ParentID=0x3F000000
Pos=1,740,155,155
VertSlide=180

[G3F I345]
Name=Clock Face
Type=1031;Stat bmp array
ItemID=0x3FE00000
ParentID=0x3FE0000A
Pos=0,0,155,155
Materials=1
Display=0;No stretch
Mat 0=data/menu/gui/24_Clock.tga
MatFlags=0x29
TexFmt=0x9
Drag=false
BmpState=1
NeedFocus=true
SelOne=true
IdGroup=0
StatesColors=0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF
Thank you Tycho, yes, it already seems much more credible !
I'll try that when I have enough free time (busy right now).
Cheers

Last edited by Fahnenbohn; 11-13-14 at 04:14 AM.
Fahnenbohn is offline   Reply With Quote
Old 11-13-14, 04:27 AM   #8
makman94
Hellas
 
Join Date: Jul 2008
Posts: 2,325
Downloads: 182
Uploads: 7


Default

Quote:
Originally Posted by Fahnenbohn View Post
@ makman : I've tried your solution, but it doesn't seem to work. Is there anything wrong in my text :

[G3F I345]
Name=Clock Face
Type=1031;Stat bmp array
ItemID=0x3FE00000
ParentID=0x3F000000
Pos=1,740,155,155
Materials=1
Display=0;No stretch
Mat 0=data/menu/gui/24_Clock.tga
MatFlags=0x29
TexFmt=0x9
Drag=false
BmpState=1
NeedFocus=true
SelOne=true
IdGroup=0
StatesColors=0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF
VertSlide=180

....
the mistake here is that you didn't put the command at the end of the clock's menu entry.
Tycho is correct and is showing you were to put the command (type=26 is the menu entry)
__________________
Knowledge is the only thing that nobody can ever take from you...



Mediafire page:http://www.mediafire.com/folder/da50.../Makman94_Mods
makman94 is offline   Reply With Quote
Old 11-13-14, 04:52 AM   #9
Fahnenbohn
Ace of the Deep
 
Join Date: Sep 2013
Location: France
Posts: 1,072
Downloads: 155
Uploads: 0
Default

OK Makman.
I was not competant enough to understand what you were talking about ...
Fahnenbohn is offline   Reply With Quote
Old 05-10-17, 03:43 AM   #10
Kendras
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Icon7

Quote:
Originally Posted by Tycho View Post
off-topic: let me show you my new stopwatch.
Hi !

I'm interested in your new stopwatch ! Do you plan to share it ?
  Reply With Quote
Old 05-19-17, 02:58 AM   #11
Tycho
Sonar Guy
 
Join Date: Oct 2009
Location: Sofia, Bg
Posts: 384
Downloads: 264
Uploads: 1


Default

Sorry for delay, I was necessary to be absent for a while.
Will send you the files, tonight.
__________________
If you ride like lightning, you're gonna crash like thunder.
Tycho is offline   Reply With Quote
Old 05-19-17, 08:20 PM   #12
Kendras
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Icon14

Thank you ! I like it very much ! It's replacing the dragable chrono of NYGM.

  Reply With Quote
Reply

Thread Tools
Display Modes

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 11:22 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.