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

Reply
 
Thread Tools Display Modes
Old 07-01-07, 11:43 PM   #1
PULSEOX
Helmsman
 
Join Date: Jan 2002
Location: Tombstone AZ
Posts: 102
Downloads: 417
Uploads: 0
Default weird periscope problem

Ever since I bought the game my Observation periscope has been unusable.
Fully extended it just shows black. Attack scope was fine.
Tonight I installed RFB mod and now the Observation scope is fine but the Attack scope is dark!
Does this make sense to any one?
__________________
[SIGPIC][/SIGPIC]"We build them well in Germany....eh Heinie?"
PULSEOX is offline   Reply With Quote
Old 07-02-07, 03:50 AM   #2
CaptainCox
Sea Lord
 
Join Date: Feb 2007
Location: A Swede in Frankfurt am Main
Posts: 1,897
Downloads: 4
Uploads: 0
Default

Are you sure you did not run any mods prior to RFB ?
Never heard of this problem. As the vanilla SH4 uses the SAME overlay (Texture bitmap) for BOTH Scopes, it does sound very strange.
__________________
CaptainCox is offline   Reply With Quote
Old 07-02-07, 07:51 AM   #3
elanaiba
Ace of the Deep
 
Join Date: Mar 2005
Location: Bucharest, Romania
Posts: 1,058
Downloads: 3
Uploads: 3
Default

You are extending the Observation scope, right?
__________________
With strength I burn...

elanaiba is offline   Reply With Quote
Old 07-02-07, 07:58 AM   #4
Mush Martin
Eternal Patrol
 
Join Date: Dec 2006
Posts: 4,398
Downloads: 4
Uploads: 0
Default

Yeah I hate to say it but are you using ins and del (keyboard) to
raise and lower it. One would assume so but I have to ask.
__________________
RIP Mush



Tutorial
Mush Martin is offline   Reply With Quote
Old 07-02-07, 09:45 AM   #5
PULSEOX
Helmsman
 
Join Date: Jan 2002
Location: Tombstone AZ
Posts: 102
Downloads: 417
Uploads: 0
Default

I've raised it both with the keyboard and ingame controls. I hear it raising and lowering-but there is no view inside the scope-completely dark.
What is weird to me is that on the stock game it was the Observation scope-but with the RFB mod- the observation scope works and now its the attack scope that's dark!
__________________
[SIGPIC][/SIGPIC]"We build them well in Germany....eh Heinie?"
PULSEOX is offline   Reply With Quote
Old 07-02-07, 09:50 AM   #6
Mush Martin
Eternal Patrol
 
Join Date: Dec 2006
Posts: 4,398
Downloads: 4
Uploads: 0
Default

it is weird ill admit but I have no insight that would help in this case
reboot or a quick intall of the improved scopes mod ( a favorite )
__________________
RIP Mush



Tutorial
Mush Martin is offline   Reply With Quote
Old 07-03-07, 03:54 PM   #7
PULSEOX
Helmsman
 
Join Date: Jan 2002
Location: Tombstone AZ
Posts: 102
Downloads: 417
Uploads: 0
Default

The mods I'm using are:
1. RFB v 1.28
2. Captain Midnite CBS
3. Betterscopes V 1.2

I've experimented deleting these one at a time, and nothing makes any difference. There's always one scope that's blacked out.

Is there a file somewhere for each scope-so I could just copy one and paste it where the other should be?
__________________
[SIGPIC][/SIGPIC]"We build them well in Germany....eh Heinie?"
PULSEOX is offline   Reply With Quote
Old 07-04-07, 01:14 AM   #8
CaptainCox
Sea Lord
 
Join Date: Feb 2007
Location: A Swede in Frankfurt am Main
Posts: 1,897
Downloads: 4
Uploads: 0
Default

I think your problem is RFB and Betterscopes. As RFB already has Betterscopes in it. Did you ever get a warning from JSGME that something "Already has been altered" when loading one of those mods?.

Betterscopes uses a "modded" code line in the .ini to add a "NEW" texture to the Obs Scope, so any error in that code will render that scope useless.

I would recommend a clean install if above solution should not work, and only use RFB.

As for the code, look in the README from Betterscopes, all the modified code is there.

Open the "menu_1024_768.ini" using "Notepad"
Found here:
C:\Program Files\Ubisoft\Silent Hunter 4 Wolves of the Pacific\Data\Menu

Check the codes at these locations
Quote:
[G26 I134]:
old:
Zone= 422 604 180 16 0 1 0x26000002 0.5 -0.5 0x26000004 -0.5 0.5 0 0
Mat 0=data/menu/gui/bearing.tga
new:
Zone= 310 104 404 128 0 1 0x26000002 0.5 1.5 0x26000004 -0.5 0.5 0 0
Mat 0=data/menu/gui/bearing_big.tga

[G26 I137]:
old:
Mat 0=data/menu/gui/layout/periscope_mask_1024.tga
new:
Mat 0=data/menu/gui/layout/betterscopes_attack.tga

[G26 I144]:
old:
Zone= 217 827 590 885 2 1 0x26060000 0.5 -0.5 0x26140000 -0.5 0.5 0 0
new:
Zone= 0 1536 1024 2304 2 1 0x26060000 0.5 -0.5 0x26140000 -0.5 0.5 0 0

[G26 I145]:
old:
Zone= 217 533 590 590 2 1 0x26140000 0 -0.332203 0x26140001 0 0 0 0
new:
Zone= 0 768 1024 1408 2 1 0x26140000 0 -0.11 0x26140001 0 0 0 0

[G26 I146]:
old:
Zone= 217 828 590 295 2 1 0x26140000 0 0.00112994 0x26140002 0 0 0 0
new:
Zone= 0 0 1024 400 2 1 0x26140000 0 0.05 0x26140002 0 0 0 0

[G2B I133]:
old:
Zone= 422 604 180 16 0 1 0x2B000002 0.5 -0.5 0x2B000004 -0.5 0.5 0 0
Mat 0=data/menu/gui/bearing.tga
new:
Zone= 212 104 600 128 0 1 0x2B000002 0.5 1.8 0x2B000004 -0.5 0.5 0 0
Mat 0=data/menu/gui/bearing_big.tga

[G2B I136]:
old:
Mat 0=data/menu/gui/layout/periscope_mask_1024.tga
new:
Mat 0=data/menu/gui/layout/betterscopes_observation.tga

[G2B I143]:
old:
Zone= 217 827 590 885 2 1 0x2B060000 0.5 -0.5 0x2B140000 -0.5 0.5 0 0
new:
Zone= 0 1536 1024 2304 2 1 0x2B060000 0.5 -0.5 0x2B140000 -0.5 0.5 0 0

[G2B I144]:
old:
Zone= 217 533 590 590 2 1 0x2B140000 0 -0.332203 0x2B140001 0 0 0 0
new:
Zone= 0 768 1024 1408 2 1 0x2B140000 0 -0.11 0x2B140001 0 0 0 0
[G2B I145]:
old:
Zone= 217 828 590 295 2 1 0x2B140000 0 0.00112994 0x2B140002 0 0 0 0
new:
Zone= 0 0 1024 400 2 1 0x2B140000 0 0.05 0x2B140002 0 0 0 0
__________________
CaptainCox is offline   Reply With Quote
Old 07-04-07, 01:25 AM   #9
THE_MASK
Ace of the deep .
 
THE_MASK's Avatar
 
Join Date: Jan 2006
Posts: 9,226
Downloads: 901
Uploads: 73


Default

I have RFB 1.28 and the scopes work fine .
THE_MASK is offline   Reply With Quote
Old 07-04-07, 03:46 AM   #10
joea
Silent Hunter
 
joea's Avatar
 
Join Date: Jul 2002
Location: At periscope depth in Lake Geneva
Posts: 3,512
Downloads: 25
Uploads: 0
Default

Quote:
Originally Posted by sober
I have RFB 1.28 and the scopes work fine .
Yea but this guy was using RFB AND another mod called "betterscopes" so there wasa a conflict.
joea is offline   Reply With Quote
Old 07-04-07, 04:33 AM   #11
d@rk51d3
Sea Lord
 
Join Date: Sep 2006
Location: Adelaide, South Australia
Posts: 1,952
Downloads: 207
Uploads: 0
Default

A bit like a conflict that happens with some of the sky mods. You get the sun burning bright, in a pitch black sky.
d@rk51d3 is offline   Reply With Quote
Old 07-04-07, 10:15 AM   #12
PULSEOX
Helmsman
 
Join Date: Jan 2002
Location: Tombstone AZ
Posts: 102
Downloads: 417
Uploads: 0
Default

I had the problem out of the box-before I installed either RFB or Betterscopes!
It just never went away. Thanks for the code- I;ll check that out and see if I can get it fixed. If I can't I think I'd rather live with it, than installing everything over again. From what I understand ther'es not much difference in the 2 scopes, anyway?
__________________
[SIGPIC][/SIGPIC]"We build them well in Germany....eh Heinie?"
PULSEOX is offline   Reply With Quote
Old 07-04-07, 11:34 AM   #13
CaptainCox
Sea Lord
 
Join Date: Feb 2007
Location: A Swede in Frankfurt am Main
Posts: 1,897
Downloads: 4
Uploads: 0
Default

There is a difference if you are using Betterscopes or RFB as it has 2 different cross hair overlays.
__________________
CaptainCox is offline   Reply With Quote
Old 07-05-07, 05:40 PM   #14
CaptBC
Seaman
 
Join Date: Apr 2007
Posts: 35
Downloads: 30
Uploads: 0
Default

Ahoy!

The obs scope and the attack scope use different keys to raise and lower the scope. The obs scope uses the Insert/Delete keys, the attack scope uses the PageUp/PageDown keys. Both scopes use the same sound files. Hope this helps!

Capt. BC
__________________

CaptBC 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 07:31 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.