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

Reply
 
Thread Tools Display Modes
Old 07-27-10, 03:08 PM   #1
BIGREG
Grey Wolf
 
Join Date: Oct 2005
Location: Bretagne-FRANCE
Posts: 813
Downloads: 155
Uploads: 0
Default

Hi Reaper7

Yes, i have see this ,i get send a fix today for that and for the compas innerdisc
BIGREG is offline   Reply With Quote
Old 07-27-10, 03:21 PM   #2
reaper7
sim2reality
 
Join Date: Jun 2007
Location: AM 82
Posts: 2,280
Downloads: 258
Uploads: 30
Default

Quote:
Originally Posted by BIGREG View Post
Hi Reaper7

Yes, i have see this ,i get send a fix today for that and for the compas innerdisc
Excellent BigReg, Should be able to wrap up my R7 Ui mod soon (almost finished the officer orders).
Is it ok to iclude your fix in it when done. Will make the Sondman orders useable at the hydrophone .

Ps just wondering if there is a way to crop the lenght of the actual 3d model of the Obs scope, its just when used with you Periscope height fix the obs scope is just only out of the floor when the avatar enters the obs scope (look strange )
and only at knee height hen fully extended.
reaper7 is offline   Reply With Quote
Old 07-27-10, 04:16 PM   #3
BIGREG
Grey Wolf
 
Join Date: Oct 2005
Location: Bretagne-FRANCE
Posts: 813
Downloads: 155
Uploads: 0
Default

for the obs periscope height in the control room , that come not from my mod ( i have try without ) , that come from the file

C:\Ubisoft\Silent Hunter 5\data\Submarine\Common\Parts\Room_CR - Periscop + Anim.gr2

and that bug when i try to merge the .sim with goblin
BIGREG is offline   Reply With Quote
Old 07-28-10, 09:27 AM   #4
reaper7
sim2reality
 
Join Date: Jun 2007
Location: AM 82
Posts: 2,280
Downloads: 258
Uploads: 30
Default

Quote:
Originally Posted by BIGREG View Post
for the obs periscope height in the control room , that come not from my mod ( i have try without ) , that come from the file

C:\Ubisoft\Silent Hunter 5\data\Submarine\Common\Parts\Room_CR - Periscop + Anim.gr2

and that bug when i try to merge the .sim with goblin
Cheers Bigreg, will look into who created the mod see if there's a solution.

Just downloaded your fix and its bang on - works perfectly.
Contacts called out, noise bearing on scope and hydrophone notepad all match now.

Is it ok to include the fix with my Mod - full credit of course .
reaper7 is offline   Reply With Quote
Old 07-28-10, 10:02 AM   #5
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

the sonar 'dial' used on the sonar station was probably set to 0,360 instead of -180, 180 like in the dials.cfg file no?
TheDarkWraith is offline   Reply With Quote
Old 07-28-10, 10:15 AM   #6
reaper7
sim2reality
 
Join Date: Jun 2007
Location: AM 82
Posts: 2,280
Downloads: 258
Uploads: 30
Default

Quote:
Originally Posted by TheDarkWraith View Post
the sonar 'dial' used on the sonar station was probably set to 0,360 instead of -180, 180 like in the dials.cfg file no?
No there's no setting like that in the sensors file only for max and min elevations.
Guess its at the 3D attachment model point is where the 180 offset occured, another thing the devs just attached and never confirmed it works like the clock hands etc.

Bigreg has detached the needle in the hydrophone rotaed it 180 degrees and re-attached . Works 100% Although we still have the issue of the soundman calling out the bearing after a few seconds delay (Target has often moved from that bearing ).

Actually TDW have you ever lookes at the hydrophone script

the devs never finished the volume part of the script - so the volume dial has no effect.

Code:
def Hydrophone_Dial_MouseWheel( sender, Handled ):
if Handled.Value < 0.0:
HydrophoneStation.RotateHydro(-1.0, True)
else:
HydrophoneStation.RotateHydro(1.0, True)
pass 
def Hydrophone_Volume_MouseWheel( sender, Handled ):
pass
what would need to added here to effect volume?

would something like this work like for the rotating Hydrophone lever?
Code:
if Handled.Value < 0.0:
HydrophoneStation.Hydrophone_Volume(-1.0, True)
else:
HydrophoneStation.Hydrophone_Volume(1.0, True)
Don't know the code for (Hydrophone_Volume) just showing as an example.
reaper7 is offline   Reply With Quote
Old 07-28-10, 10:37 AM   #7
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

actually there are dials made in the files - I saw them in the interior files. Dials can be defined in the dials.cfg file and also via 'code' in the .sim, .val, etc. files. I remember seeing dials code for the hydrophone station. The real problem with the sonar is probably because they defined the dial in code to be 0, 360 instead of -180, 180 like in the dials.cfg file (just a hunch). If that's not it then the position of the dial was set incorrectly in the 'code' and just needs to be set to the correct value (pitch, yaw, and/or roll value). Flipping the dial would work but that's not the best way to fix the problem. The problem needs to be fixed at the source of it. I'll have to look over that when I get home. Actually I think I made a backup copy of patch 1.2 on my home server. I'll check my home server to see if I did. Give me a few (I'm out on a jobsite currently - new hospital startup).

EDIT:

just realized my company laptop doesn't have SH5 installed on it and thus don't have access to Goblin editor to find the ID for the sonar station. I'll have to look at this when I get home.
TheDarkWraith is offline   Reply With Quote
Reply

Tags
favorite


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 08:25 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.