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 07-12-09, 12:29 PM   #1
Sag75
XO
 
Join Date: Nov 2007
Location: Canada
Posts: 424
Downloads: 45
Uploads: 0
Default flashing lights above machine telegraph Mod?

Hi, is it possible put red/blu flashing lights over the machine telegraph?

..as well as is in Das Boot movie !


thx!
__________________


Betasom - XI Gruppo Sommergibili Atlantici
http://www.betasom.it/forum/index.php
Sag75 is offline   Reply With Quote
Old 07-21-09, 09:07 AM   #2
Rapt0r56
Commodore
 
Join Date: Jun 2009
Location: Düsseldorf, North Rhine-Westphalia — Germany
Posts: 601
Downloads: 391
Uploads: 0
Default

This would be a First-class idea.
I think the hull from the Lamps would be insertable, as new objects like it already from Attack Peri Schacht was. But to place totally new lights they still blink with Journey change is still Future i think... it would be nice to put already at beginning the whole lights in boot from white on red, only that is do not believe also possibly from there...


Sry for my bad English, i used a Translator for help!
Mfg Rapt0r Gute Jagd und Fette Beute!
Rapt0r56 is offline   Reply With Quote
Old 07-21-09, 09:00 PM   #3
Graf Paper
Ace of the Deep
 
Join Date: Jan 2008
Location: Pacific Northwest United States
Posts: 1,146
Downloads: 41
Uploads: 2
Default

In theory, it's possible to add those lights.

You'd need to add the lights to the 3D interior for each u-boat that used such a device for silently acknowledging engine orders.

To make them work properly, a trigger would have to be added to the 3D nodes to alter the lightbulb color textures from "lit" to "unlit".

someone like Diving Duck or privateer would be far better qualified to give the details, especially DD, as he is the resident "expert" on u-boat interiors.

Why not pop off a PM to one or both of them? If you want to take a swipe at doing this mod yourself, they can give you some valuable insights.
__________________
Still sailing the high seas, hunting convoys with those who join me.
Graf Paper is offline   Reply With Quote
Old 07-22-09, 09:37 PM   #4
Sag75
XO
 
Join Date: Nov 2007
Location: Canada
Posts: 424
Downloads: 45
Uploads: 0
Default

thanks, I think the problem could be link the flashing with the key hit in silent running mode..
__________________


Betasom - XI Gruppo Sommergibili Atlantici
http://www.betasom.it/forum/index.php
Sag75 is offline   Reply With Quote
Old 07-24-09, 05:18 PM   #5
Rapt0r56
Commodore
 
Join Date: Jun 2009
Location: Düsseldorf, North Rhine-Westphalia — Germany
Posts: 601
Downloads: 391
Uploads: 0
Default

Mhh.. it would really nice to see that ingame, i will send a pm to DD an Privateer, to hear what they think about this idea.

This doesn't forget!

Mfg Rapt0r
Rapt0r56 is offline   Reply With Quote
Old 07-24-09, 10:22 PM   #6
Sag75
XO
 
Join Date: Nov 2007
Location: Canada
Posts: 424
Downloads: 45
Uploads: 0
Default

Thx, we'll wait for news!
__________________


Betasom - XI Gruppo Sommergibili Atlantici
http://www.betasom.it/forum/index.php
Sag75 is offline   Reply With Quote
Old 07-29-09, 07:06 AM   #7
Rapt0r56
Commodore
 
Join Date: Jun 2009
Location: Düsseldorf, North Rhine-Westphalia — Germany
Posts: 601
Downloads: 391
Uploads: 0
Default

Mh, no answer till yet, has already else tried to reach someone them?
__________________
“The sea is everything. It covers seven tenths of the terrestrial globe. Its breath is pure and healthy. It is an immense desert, where man is never lonely, for he feels life stirring on all sides. The sea is only the embodiment of a supernatural and wonderful existence. It is nothing but love and emotion; it is the Living Infinite. ” ― Jules Verne, Twenty Thousand Leagues Under The Sea
My modifications for Ubisoft's SHIII can currently be found in Maik's comprehensive archives found via the Silent Hunter 3 Tab on his website: https://maikhaas.synology.me/joomla/index.php?lang=de/
Rapt0r56 is offline   Reply With Quote
Old 07-30-09, 01:09 AM   #8
Sag75
XO
 
Join Date: Nov 2007
Location: Canada
Posts: 424
Downloads: 45
Uploads: 0
Default

people is on holidays now!
__________________


Betasom - XI Gruppo Sommergibili Atlantici
http://www.betasom.it/forum/index.php
Sag75 is offline   Reply With Quote
Old 07-30-09, 04:43 AM   #9
skwasjer
The Old Man
 
Join Date: Apr 2007
Location: Netherlands
Posts: 1,549
Downloads: 28
Uploads: 3
Default

Quote:
Originally Posted by Sag75 View Post
thanks, I think the problem could be link the flashing with the key hit in silent running mode..
This is not a problem. Animations or objects can be triggered just fine based on a command (like depth, bell, silent running, etc). Basically, your whole idea is completely doable. It requires alteration/implementation of a statemachineclass controller, some new nodes/lights, and some cleverness. Unfortunately, I can't really provide a working sample right now...

In a draft version of my interior fan mod (SH4), the fans will stop spinning if you are under attack, or in silent running mode:

http://sh4.skwas.net/media/fan_on_off.wmv
skwasjer is offline   Reply With Quote
Old 07-30-09, 05:45 AM   #10
vickers03
Ace of the Deep
 
Join Date: May 2007
Location: germany
Posts: 1,001
Downloads: 712
Uploads: 37


Default

Quote:
Animations or objects can be triggered just fine based on a command (like depth, bell, silent running, etc)
how could this be done in general, is it mentioned in a tutorial
somewhere? could also sounds be triggered by animations?
vickers03 is offline   Reply With Quote
Old 07-30-09, 11:05 AM   #11
skwasjer
The Old Man
 
Join Date: Apr 2007
Location: Netherlands
Posts: 1,549
Downloads: 28
Uploads: 3
Default

There's no tutorial but I will try to make one in a few weeks (if time permits). Sounds are possible too. You can connect a sound to a node (the node must have a label in a particular format, don't remember from top of head but I think it had to start with an @ or # and couldn't have spaces, I'll have to check), and simply call that specific node based on an event from statemachineclass controller, and then the sound starts playing... (or stop) It is similar for animations. The interior damage effects are triggered in a similar way (an event is called when damage > a figure) so you can have a look at that if you want to find out yourself.

Regards, skwas
skwasjer is offline   Reply With Quote
Old 07-30-09, 05:20 PM   #12
skwasjer
The Old Man
 
Join Date: Apr 2007
Location: Netherlands
Posts: 1,549
Downloads: 28
Uploads: 3
Default

Quote:
Originally Posted by Anvart View Post
IIRC ... StateMachine Classes (GraphNames) are hardcoded ...?
... therefore you add in necessary StateEntry (of existing StateMachineClass) command(s) of playing or stoping of new animation ...? ... or no?
Nope, you can add new DAT-files with your own graph names, as many as you like Just add a call to it via a new StateMachineWrapper (i think) in interior to instantiate the state machine. However, crew state machines 'are' hardcoded in a sense that you can't tie a new crew state machine to a specific crew member (afaik).

Quote:
Originally Posted by Anvart
Я думаю, проблема шума вентиляторов в указанных выше режимах (bold) преувеличена (надумана), т.к. малооборотный вентилятор на подшипниках скольжения и на амортизирующей платформе (основании) шумит во много много раз меньше чем механические и электрические системы в указанных выше режимах ...
Есть смысл говорить о выключении вентиляторов только в режиме "полной тишины", когда лодка на мелководье лежит на дне ... и то системы жизнеобеспечения, наблюдения и навигации шумят больше вентиляторов ...
Кроме того самая большая потребность в вентиляторах появляется при долгом нахождении под водой и истощённых ресурсах ...
Not sure if I completely understood. I see your point in other equipment making more noise. Yet the concept of having fans turned on and off under certain circumstances in the game was just an interesting thing to try to find a solution for. Especially since I have seen many times, people wishing to tie certain actions to Silent Running and everybody saying it wasn't possible. So it is... Whether or not realistic or historical accurate was not really the focus behind my attempt.
skwasjer is offline   Reply With Quote
Reply


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 09:06 AM.


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.