![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
|
![]() |
#1 | |
Navy Seal
![]() |
![]() Quote:
I messaged Fifi, he said he was not sure of the issue, but sounded like a resolution problem. I have the resolution set specified in the README. I've experimented with other resolutions, uninstalled, reinstalled, followed all instructions to the letter. I was sent screen shots by another user showing for some reason the chronometers default position is low on the screen instead of high and right centered like stock and other mods. Wondering if chronometer is hiding beyond the oversized 2d gauges on the UI. Of course they are large and if click it where the bar drops away some, cant see, also when make bar disappear, the chrono disappears also. I have no idea how to resolve this, quite aggravating as it holding up getting a actual career started. |
|
![]() |
![]() |
![]() |
#2 |
GLOBAL MODDING TERRORIST
|
![]()
Just tested with U Jag mod activated.
Chrono will drag out if you put your mouse pointer near the ring as shown below. With out U Jag it's not drag enabled. Menu ini issue. Last edited by Jeff-Groves; 06-07-22 at 03:16 PM. |
![]() |
![]() |
![]() |
#3 |
GLOBAL MODDING TERRORIST
|
![]()
Start position.
|
![]() |
![]() |
![]() |
#4 |
Silent Hunter
![]() |
![]()
i never thought of screen resolution and chrono position within the nav map.
the chrono always appears in the upper right quadrant of the nav map at 16x9. it never dawned on me that it might NOT appear at all on a system using lower resolution....or it might be hidden behind the HUD.
__________________
there are only two things in the world: submarines and targets. Fortis et stabilis et fidelis, semper ![]() ![]() ![]() ------------------------------------------------------------ Silent Hunter 4 1.5 Gold Edition on CDROM LAA enabled Dell XPS with 32 GB Ram running Win10 |
![]() |
![]() |
![]() |
#5 | |
Admiral
![]() |
![]() Quote:
The user that Bubblehead spoke of, that showed screenies, of it when I went & pulled up the chrono, was Me. I did a 2nd set up, with just the Dark v6 mod itself... checked the chrono location when it was selected to be used... & it was the same as with My main set up... Ran test 2, with just the Dark v6 mod + the OM ujagd mod, ONLY activated... & just as with the chrono, that ujagd chrono.. was just as shown in 'Jeff-Groves' screen shot: Now, when I unlocked the commands bar HUD, & it dropped down, the ujagd chrono, was a bit more visible & then, will drag out if you put your mouse pointer near the ring (or just on it in the 9-12 o'clock position of the ring). Hope this info helps... as always... ![]() ![]() ![]() ![]() M. M.
__________________
|
|
![]() |
![]() |
![]() |
#6 |
Navy Seal
![]() |
![]() |
![]() |
![]() |
![]() |
#7 |
Bosun
![]() Join Date: Mar 2018
Posts: 64
Downloads: 559
Uploads: 0
|
![]()
https://www.subsim.com/radioroom/sho...&postcount=705
This version works at all resolutions, but you will have to correct the size of 2D sensors in the ini file yourself. There is no U-Jag here - it is not compatible. If you are not satisfied, then the clock is located in [G29 I2], change the coordinates there. |
![]() |
![]() |
![]() |
#8 | |
Navy Seal
![]() |
![]() Quote:
That is great, but I'll need a little more detail than that....not something I am used to working with. |
|
![]() |
![]() |
![]() |
#9 | |
Bosun
![]() Join Date: Mar 2018
Posts: 64
Downloads: 559
Uploads: 0
|
![]() Quote:
And to correct the size of 2D sensors in the interface from my archive is quite simple - you need to find 6 lines for the word 1920x1080. Next, the desired permission to uncomment, and not the desired permission to comment out. Here is the first piece of code with the found string: Code:
[G3F I20] Name=Depth 260 Type=1026;Menu group ItemID=0x3F1F0000 ParentID=0x3F010000 Pos=356,62,90,90 Zone= 868 120 160 160 4 1 0x3F010019 0.5 -1 0x3F1F0000 -0.5 1.5 0 0 ;stok - 1024x768, 1280x768, 1360x768, 1366x768 ;Zone= 868 120 120 120 4 1 0x3F010019 0.5 -1 0x3F1F0000 -0.5 1.5 0 0 ;1920x1080 ;Zone= 868 120 110 110 4 1 0x3F010019 0.5 -1 0x3F1F0000 -0.5 1.5 0 0 ;1920x1200, 1600х1200 Color=0xFFFFFFFF Then you go on and fix it in 5 more places [G3F I27] [G3F I36] [G3F I43] [G3F I51] [G3F I57]. Here is a window with messages, you can also change the location of the window for your resolution: Code:
[G3F I246] Name=Group messages 2 Type=1026;Menu group ItemID=0x3F2A0000 ParentID=0x3F000000 Pos=256,-4,350,94 ;Zone= 256 764 330 94 1 1 0x3F000000 0.5 0 0x3F2A0000 -0.63 0 0 0 ;1024x768, 1152x864, 1280x960, 1280x1024, 1600x1200 ;Zone= 256 764 330 94 1 1 0x3F000000 0.5 0.0225 0x3F2A0000 -0.925 0 0 0 ;1280x800, 1600x1024, 1680x1050 ;Zone= 256 764 330 94 1 1 0x3F000000 0.5 0.0325 0x3F2A0000 -1 0 0 0 ;1280x768 ;Zone= 256 764 330 94 1 1 0x3F000000 0.5 0.0175 0x3F2A0000 -0.7 0 0 0 ;1920x1200 Zone= 256 764 330 94 1 1 0x3F000000 0.15 -0.75 0x3F2A0000 0 0 0 0 ;1360x768, 1366x768 ;Zone= 256 764 330 94 1 1 0x3F000000 0.225 -0.785 0x3F2A0000 0 0 0 0 ;1600x900 ;Zone= 256 764 330 94 1 1 0x3F000000 0.15 -0.785 0x3F2A0000 0 0 0 0 ;1920x1080 Color=0xFFFFFFFF |
|
![]() |
![]() |
![]() |
#10 | |
Navy Seal
![]() |
![]() Quote:
Eh I am a bit lost here. Okay so 1920x1080 needs to have the ; removed from in front of in the various entries listed and that is it? Prior to seeing the post I loaded up your mod. I finally had the chronometer, thankfully. However, the resolution looked strange, things were too small compared to normal, conning tower seemed stretched, taller than should be and the 3d crew looked strange. This correct? [G3F I20] Name=Depth 260 Type=1026;Menu group ItemID=0x3F1F0000 ParentID=0x3F010000 Pos=356,62,90,90 ;Zone= 868 120 160 160 4 1 0x3F010019 0.5 -1 0x3F1F0000 -0.5 1.5 0 0 ;stok - 1024x768, 1280x768, 1360x768, 1366x768 Zone= 868 120 120 120 4 1 0x3F010019 0.5 -1 0x3F1F0000 -0.5 1.5 0 0 1920x1080 ;Zone= 868 120 110 110 4 1 0x3F010019 0.5 -1 0x3F1F0000 -0.5 1.5 0 0 ;1920x1200, 1600õ1200 Color=0xFFFFFFFF |
|
![]() |
![]() |
![]() |
#11 |
Navy Seal
![]() |
![]()
I made the corrections suggested, thinks look normal thus far. I can now see the chronometer finally(!!) and even moved the time back to where it should be on the right instead of down to left over top of the order bar UI. 2d depth gauge, telegraph etc are a little too large, can click below them to get alternates. Fix?
Thank you for the fix! much appreciated. |
![]() |
![]() |
![]() |
#12 |
Navy Seal
![]() |
![]()
Update. FINALLY solved it. Took settings from TMO for the chron, applied to the U Jag add on mod, chrono now shows up in center of screen .
|
![]() |
![]() |
![]() |
#13 | |
Watch
![]() Join Date: May 2009
Posts: 25
Downloads: 241
Uploads: 0
|
![]()
It's work? ask from a player with 1024x768
![]() Quote:
__________________
one vision,one purpose. |
|
![]() |
![]() |
![]() |
#14 |
Navy Seal
![]() |
![]() |
![]() |
![]() |
![]() |
|
|