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 05-14-07, 08:31 PM   #31
Bort
Grey Wolf
 
Join Date: Apr 2005
Location: Studying in Atlanta
Posts: 919
Downloads: 61
Uploads: 0
Default

Would anyone be so kind as to post up a few screenshots with this mod? My computer's out of commision and I would like a preview for when my new computer arrives. Thanks.
__________________

GT Aerospace

Last edited by Bort; 05-14-07 at 08:54 PM.
Bort is offline   Reply With Quote
Old 05-14-07, 10:07 PM   #32
XanderF
Samurai Navy
 
Join Date: Jun 2003
Location: Portland, OR
Posts: 554
Downloads: 14
Uploads: 0
Default

Quote:
Originally Posted by Bort
Would anyone be so kind as to post up a few screenshots with this mod? My computer's out of commision and I would like a preview for when my new computer arrives. Thanks.
The last three pics I uploaded to my XFire profile are all in-game shots on a Balao with this mod in place.

Click on the picture to get it to display in the frame, then you can click on the frame to get a larger view in a popup, and click on that once to get a full-size (1280x1024) view.
__________________
XanderF is offline   Reply With Quote
Old 05-15-07, 04:49 AM   #33
kapitan_zur_see
Commodore
 
Join Date: Mar 2005
Location: France
Posts: 614
Downloads: 60
Uploads: 0
Default

thanks to all! much appreciated

Funny they didn't made an option to turn off grain effect only... it looks so useless lol
__________________

kapitan_zur_see is offline   Reply With Quote
Old 05-15-07, 09:04 AM   #34
rfbranch
Watch
 
Join Date: Aug 2005
Posts: 25
Downloads: 8
Uploads: 0
Default

Is there talk of making this a separate graphics option in a new patch? I would agree wit hthe majority here that it's not my favorite option, but the PPE really imporve the contrasts. Without it, the game just looks like the brightness is cranked up really high.

If we could turn off the noise so that we aren't using processing power for it, that would be fabulous!
rfbranch is offline   Reply With Quote
Old 05-15-07, 12:33 PM   #35
AVGWarhawk
Lucky Jack
 
AVGWarhawk's Avatar
 
Join Date: Jun 2005
Location: In a 1954 Buick.
Posts: 28,284
Downloads: 90
Uploads: 0


Default

Quote:
Originally Posted by kapitan_zur_see
thanks to all! much appreciated

Funny they didn't made an option to turn off grain effect only... it looks so useless lol
I would not say it is useless as I like the PPF grainy BUT, I like what you did BETTER The graphics are so much richer. I do not know why the developers decided to hide what the graphics could be behind the grainy look. I guess to create a feel to the game to which it does. But what you got going here is awesome. The whole picture has changed for the better.

My Mod of the Month!!!!
__________________
“You're painfully alive in a drugged and dying culture.”
― Richard Yates, Revolutionary Road
AVGWarhawk is offline   Reply With Quote
Old 05-15-07, 03:37 PM   #36
Bort
Grey Wolf
 
Join Date: Apr 2005
Location: Studying in Atlanta
Posts: 919
Downloads: 61
Uploads: 0
Default

Quote:
Originally Posted by XanderF
Quote:
Originally Posted by Bort
Would anyone be so kind as to post up a few screenshots with this mod? My computer's out of commision and I would like a preview for when my new computer arrives. Thanks.
The last three pics I uploaded to my XFire profile are all in-game shots on a Balao with this mod in place.

Click on the picture to get it to display in the frame, then you can click on the frame to get a larger view in a popup, and click on that once to get a full-size (1280x1024) view.
Thanks a ton! That looks sweet, I'll definitely be adding this when I get my hands on my new PC!
__________________

GT Aerospace
Bort is offline   Reply With Quote
Old 05-15-07, 04:54 PM   #37
jerryt
Loader
 
Join Date: Mar 2007
Location: Queen Creek, AZ. USA
Posts: 88
Downloads: 23
Uploads: 0
Default

I know what I'm downloading when I get home tonight.
__________________
JerryT
jerryt is offline   Reply With Quote
Old 05-17-07, 02:40 AM   #38
ALung
Nub
 
Join Date: May 2007
Location: Orlando, FL
Posts: 3
Downloads: 0
Uploads: 0
Default

Awhile ago I edited the shader to remove the grainy effect. For anyone interested in how its done, edit Data\Shaders\Filters\CompoundFilterPS.fx and replace

Code:
// noise
	float4 noise=tex2D(customTex0,In.Tex0*float2(NoiseTileX,NoiseTileY)+rand.xy)-0.5;
	C=C+noise*NoiseIntensity;
with

Code:
// noise
//	float4 noise=tex2D(customTex0,In.Tex0*float2(NoiseTileX,NoiseTileY)+rand.xy)-0.5;
//	C=C+noise*NoiseIntensity;
ALung is offline   Reply With Quote
Old 05-17-07, 02:48 AM   #39
Payoff
Captain
 
Join Date: Mar 2005
Location: Nash Town, USA
Posts: 525
Downloads: 1
Uploads: 0
Default

This is great! Thanks
__________________
"Hit Shokaku class carrier with three out of six torpedos. Recieved 105 depth charges during three hour period. Heard four terrific explosions in the direction of target, two and one half hours after attack. Believe that baby sank!" Lieutenant Commander Herman Kossler USS Cavalla
Payoff is offline   Reply With Quote
Old 05-17-07, 03:17 AM   #40
MaxT.dk
Rough night at Langtrees brothel
 
Join Date: Mar 2007
Posts: 480
Downloads: 0
Uploads: 0
Default

Quote:
Originally Posted by ALung
Awhile ago I edited the shader to remove the grainy effect. For anyone interested in how its done, edit Data\Shaders\Filters\CompoundFilterPS.fx and replace

Code:
// noise
    float4 noise=tex2D(customTex0,In.Tex0*float2(NoiseTileX,NoiseTileY)+rand.xy)-0.5;
    C=C+noise*NoiseIntensity;
with

Code:
// noise
//    float4 noise=tex2D(customTex0,In.Tex0*float2(NoiseTileX,NoiseTileY)+rand.xy)-0.5;
//    C=C+noise*NoiseIntensity;
Exactly what I've said earlier. Why bother with the texture changes Oh well, as long as we get the same result
__________________

http://maxt.dk/archives/2007/03/22/s...nter-4-cheats/
Get KillerSub MOD and bring the Hell back to Earth! The FUN way to play SH4! Now with Rail Guns!
MaxT.dk is offline   Reply With Quote
Old 05-17-07, 10:12 AM   #41
XanderF
Samurai Navy
 
Join Date: Jun 2003
Location: Portland, OR
Posts: 554
Downloads: 14
Uploads: 0
Default

Quote:
Originally Posted by ALung
Awhile ago I edited the shader to remove the grainy effect. For anyone interested in how its done, edit Data\Shaders\Filters\CompoundFilterPS.fx and replace

Code:
// noise
    float4 noise=tex2D(customTex0,In.Tex0*float2(NoiseTileX,NoiseTileY)+rand.xy)-0.5;
    C=C+noise*NoiseIntensity;
with

Code:
// noise
//    float4 noise=tex2D(customTex0,In.Tex0*float2(NoiseTileX,NoiseTileY)+rand.xy)-0.5;
//    C=C+noise*NoiseIntensity;
Hmmm....that would actually mean we could just REDUCE the intensity of it rather than eliminate it entirely? That might not be a bad idea, it's not a TERRIBLE effect, although it is rather overdone. 'Course, I like it completely missing, too. Hmmm....
__________________
XanderF is offline   Reply With Quote
Old 05-30-07, 12:35 PM   #42
ReallyDedPoet
Canadian Wolf
 
ReallyDedPoet's Avatar
 
Join Date: Jul 2006
Location: Canada. The one and only, East Coast
Posts: 10,890
Downloads: 946
Uploads: 5


Default

If you don't have this little mod already , get it, makes a difference. Have a look at the first post.

RDP
__________________

Back in the Day



ReallyDedPoet is offline   Reply With Quote
Old 06-01-07, 04:08 AM   #43
Seeadler
Pacific Aces Dev Team
 
Join Date: Mar 2001
Location: Northern Germany
Posts: 1,096
Downloads: 169
Uploads: 0


Default

Quote:
Originally Posted by MaxT.dk
Exactly what I've said earlier. Why bother with the texture changes
Yes, this editing of the shader file is the better way, because the noise.dds texture could be used possibly also as input parameter for other shader effects and a change of the texture, changed then also the output of these effects.

I have momentarily no SHIV installed but however I believe the noise.dds texture is also used as input param for the clouds shader.:hmm:
Seeadler is offline   Reply With Quote
Old 06-01-07, 10:31 AM   #44
Jace11
Seasoned Skipper
 
Join Date: Mar 2005
Location: UK
Posts: 683
Downloads: 104
Uploads: 1
Default

I think noise is used on the radar screens a little too..
Jace11 is offline   Reply With Quote
Old 10-27-07, 03:45 AM   #45
Melonfish
XO
 
Join Date: Nov 2006
Location: Warrington, UK
Posts: 417
Downloads: 106
Uploads: 0
Default

well i've just got to say that for such a small mod this sure makes a big difference. now my crew have real eyes not skin coloured eyeballs (no idea why they had em in the first place) and the colours look much better
no grainy effect! excellent! well done.
pete
Melonfish 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 01:19 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.