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, 07:53 PM   #1
ATR-42
Commodore
 
Join Date: Mar 2007
Location: Jersey Shore
Posts: 606
Downloads: 20
Uploads: 6
Default

WOW so crisp and beautiful!!! NICE WORK!!!!!

__________________

ATR-42 is offline   Reply With Quote
Old 05-14-07, 08:31 PM   #2
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   #3
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   #4
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   #5
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   #6
AVGWarhawk
Lucky Jack
 
AVGWarhawk's Avatar
 
Join Date: Jun 2005
Location: In a 1954 Buick.
Posts: 28,297
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   #7
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   #8
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   #9
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   #10
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   #11
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   #12
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
Reply

Thread Tools
Display Modes

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:53 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.