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)

TheBeast 04-10-10 06:31 PM

Navigation Tools
 
I modified Hud3.dds from jimimadrids_Tools MOD to display correctly when used with Multiple UIs for SH5 with TDC MOD. The Emergency Surface button displays correctly now.

:06:Question:06:
I was browsing the 3D Models and noticed that the Radar Antenna and Radio Antenna are both extendaile like Periscope's but there are no GUI controls to Raise/Lower them. Is this even possible?:06:

Yoram777 04-11-10 06:17 PM

@TheDarkWraith

known problem with SH5 (not a mod problem)

When looking through the scope, the xo has the picture of the watch officer.

I made a little fix for this after a tip from reaper7.

XO TDC picture fix:
http://www.filefront.com/16096231/XO...ture%20fix.rar

If this is not fixed with the soon to be released patch 1.2, could you add this to your mod please? :arrgh!:

t0maz 04-12-10 04:19 PM

@TheDarkWraith

What about this? -> http://www.subsim.com/radioroom/showthread.php?t=166262

Many people waiting for that :up:

McHub532 04-12-10 04:45 PM

Quote:

Originally Posted by t0maz (Post 1357332)
@TheDarkWraith

What about this? -> http://www.subsim.com/radioroom/showthread.php?t=166262

Many people waiting for that :up:

Yeah, my chin is still wet from drool from the above post/link when I read it a couple weeks ago.

kylania 04-12-10 04:49 PM

That's really fine graphics work. However it looks more like a Fallout 3 interface and wouldn't match anything else in the UI, so a bit jarring for me.

Personally I'm looking forward to the 1.2 stuff DW had posted.

McHub532 04-12-10 04:51 PM

Quote:

Originally Posted by kylania (Post 1357363)
That's really fine graphics work. However it looks more like a Fallout 3 interface and wouldn't match anything else in the UI, so a bit jarring for me.

Personally I'm looking forward to the 1.2 stuff DW had posted.

Man I love Fallout 3 also.
Another piece of software that has a massive mod following because it came out from the company a pile of crap. I just deleted it from my system recently because I got tired of the CTD even after years now of updates trying to deal with it's issues.

But man.. I love that genre.

TheBeast 04-13-10 08:39 AM

Progress
 
To me, this is one of the important SH5 MODs, if not the most important. I am scratching a hole in my skull anticipating progress update or update release information.
How are things progressing?:06:

gutted 04-13-10 07:11 PM

Quote:

Originally Posted by TheBeast (Post 1355310)
I modified Hud3.dds from jimimadrids_Tools MOD to display correctly when used with Multiple UIs for SH5 with TDC MOD. The Emergency Surface button displays correctly now.
?:06:

woot.. thanks.

Nauticalwolf 04-14-10 01:34 AM

TheDarkWraith,

Could I please gain some assistance from your kind and most hugely knowledgeable self. I have been amending some of your most excellent work for my own tastes but have run into a couple of problems.

I have reorganised the full TDC screen so that target data is on the right hand side and torpedo data/control is on the left.

There are a just a couple of things I havene't been able to work out and it is making me nuts:damn::damn::damn::damn::damn:.

Firstly: I would like to get working the water depth and periscope level that seems to still be there (please see next photo) rescale and put it in place of the SH5 periscope level.

http://i947.photobucket.com/albums/a...H5/Changes.jpg

I move this ....................................and it doesn't show up ???? :wah:
http://i947.photobucket.com/albums/a...Waterlevel.jpg

Second minor change: at the dials I wish to add a "working" handle to the engine telegraph (I have added it, but it doesn't "scale" or "zoom" with the rest of the dial) :damn: it does work in that It is joined to the New val "hand"

Third point: I am trying to get different and distinct graphics for the dial toggles. I have created and placed the graphics but whenever I "move"/ change the location in the cropping I still only get the "valve type" below which is set for the "depth" toggle.

http://i947.photobucket.com/albums/a.../SH5/Dials.jpg

I have of course read all of karamazovnew tutorials and every thing else so far that I have been able to get my hands on in regard to the menu editor or just plain manual editing the pages.

I am not having much luck :down: so I come seeking your much wisdom :know::up:.

TheDarkWraith 04-14-10 07:48 AM

Quote:

Originally Posted by t0maz (Post 1357332)
@TheDarkWraith

What about this? -> http://www.subsim.com/radioroom/showthread.php?t=166262

Many people waiting for that :up:

He has sent me the files so I just need to add another UI style for it. Thinking about calling it SH3WWII

t0maz 04-14-10 07:55 AM

Great news! :up:
Good to hear (see?) that ;)

TheDarkWraith 04-14-10 08:10 AM

Quote:

Originally Posted by Nauticalwolf (Post 1359014)

1) I have reorganised the full TDC screen so that target data is on the right hand side and torpedo data/control is on the left.

2) Firstly: I would like to get working the water depth and periscope level that seems to still be there (please see next photo) rescale and put it in place of the SH5 periscope level.
I move this ....................................and it doesn't show up ???? :wah:

3) Second minor change: at the dials I wish to add a "working" handle to the engine telegraph (I have added it, but it doesn't "scale" or "zoom" with the rest of the dial) :damn: it does work in that It is joined to the New val "hand"

4) Third point: I am trying to get different and distinct graphics for the dial toggles. I have created and placed the graphics but whenever I "move"/ change the location in the cropping I still only get the "valve type" below which is set for the "depth" toggle.

I am not having much luck :down: so I come seeking your much wisdom :know::up:.

1) did you ensure you didn't 'write' over the pattern running torpedo dials? They are located on the left side of the TDC but not visible. They were supposed to show up when you got pattern runners but there appears to be a game bug that prevents this. In lieu of this I've added a button that one can click to show these missing dials.

2) looked at it with menu editor and materials are valid and alphas aren't disabled so the c++ code must be turning it's visibility to 'off'. You could edit the associated .py file for this:

(this example is based off of the stock Page attack periscope.py):
Code:

def InitializeScript():
    Menu.PageActivated += Menu_PageActivated
    Menu.PageDeactivated += Menu_PageDeactivated
    Menu_PageActivated( Pageattackperiscope )
 
 
def Menu_PageActivated( page ):
    if page == Pageattackperiscope:
        Pageattackperiscope_Waterlevel.Visible = True
        for item in Pageattackperiscope_Waterlevel.Controls:
            item.Visible = True
 
def Menu_PageDeactivated( page ):
    if page == Pageattackperiscope:
        Pageattackperiscope_Waterlevel.Visible = False
        for item in Pageattackperiscope_Waterlevel.Controls:
            item.Visible = False
 
def UnloadScript():
    Menu.PageActivated -= Menu_PageActivated
    Menu.PageDeactivated -= Menu_PageDeactivated

that should show the old style water level when the page is activated.

3) and 4) need more pictures and/or information as I'm not quite sure what you're trying to do.

TheDarkWraith 04-14-10 08:24 AM

Quote:

Originally Posted by TheBeast (Post 1355310)
I modified Hud3.dds from jimimadrids_Tools MOD to display correctly when used with Multiple UIs for SH5 with TDC MOD. The Emergency Surface button displays correctly now.

thank you. I'll add this to the mod :up:

TheDarkWraith 04-14-10 08:25 AM

Quote:

Originally Posted by Yoram777 (Post 1356380)
@TheDarkWraith

known problem with SH5 (not a mod problem)

When looking through the scope, the xo has the picture of the watch officer.

I made a little fix for this after a tip from reaper7.

XO TDC picture fix:
http://www.filefront.com/16096231/XO...ture%20fix.rar

If this is not fixed with the soon to be released patch 1.2, could you add this to your mod please? :arrgh!:

downloaded and reviewing :up:

TheDarkWraith 04-14-10 11:22 AM

just finishing up with the Radioman

http://www.subsim.com/radioroom/pict...pictureid=1701

his new order's bar is as follows from left to right:
- report contacts
- send contact report
- send patrol report
- send weather report (game recognizes command but doesn't do anything - hopefully will be fixed by devs as it's also a valid command in the commands file)
- report nearest radio contact
- user radio (which in this screenshot is the radio box on the left above the mini-map)

added two new user options:

- MessageBoxStartsExpanded - when set to true your message box will start out expanded when the game starts
- TAIModeOnGameStart - you select how you want the mini-map to be when the game starts (minimized, TAI mode, or maximized)

fixed UI elements showing when you interact with crew in the SH3/4 UI modes. They now all disappear and re-appear when you're done conversing with the crew member.


All times are GMT -5. The time now is 08:25 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.