Fallout 3 / New Vegas 0.232

Forum rules
new topics are not allowed in this subsection, only replies.
  • Author
  • Message
Offline
User avatar
*blah-blah-blah maniac*
Posts: 17444
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: Fallout 3 / New Vegas 0.232

cruelflames
I wrote many times that absolutely not interested in modding Fallout, just doing something to relax from Skyrim.

Confidence-Man
Ok, i'll check it.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
*sensei*
Posts: 397
Joined: 16 Mar 2013, 16:28

Re: Fallout 3 / New Vegas 0.232

Confidence-man is right, the Imagespacemodifiers (hdr parameters sheet) have a option called Skin Dimmer.
The dimmers are also the only parameters that will still work with ENB if applygamecolorcorrection is either off or on.
And indeed they only affect human skin brightness in the game

So you might have something there.
_________________
Intel I9-9900k, RTX 3070, 1TB Samsung EVO 970, 1TB Crucial SSD, 1TB Kingston SSD , Realtek HD Audio, 16GB 3400MHZ System RAM, W10 Pro x64.

Offline
User avatar
*sensei*
Posts: 316
Joined: 12 Aug 2013, 18:55
Location: Scotland

Re: Fallout 3 / New Vegas 0.232

Boris, you did it! You fixed the issue for 7000 series cards :D

What was the issue, might I ask?
_________________
Intel i7 6700k | AMD Vega 56 8GB | 2x16GB DDR4 @ 3000mhz | Windows 7 64bit | Creative Soundblaster X-Fi Titanium Fatal1ty Pro | Asus z170 Pro Gaming

Offline
User avatar
*blah-blah-blah maniac*
Posts: 17444
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: Fallout 3 / New Vegas 0.232

I didn't anything, this situation simply proove how shitty amd drivers are. Next time i'll do any changes to the code and "bug" will occur again. Have a nice time!
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
User avatar
*sensei*
Posts: 316
Joined: 12 Aug 2013, 18:55
Location: Scotland

Re: Fallout 3 / New Vegas 0.232

So, wait, you're saying that you didn't change anything, and neither did I, yet it works? Doesn't sound like shitty drivers to me, sounds like an errant software glitch.

Though I'm more than willing to be proven wrong. ;)
_________________
Intel i7 6700k | AMD Vega 56 8GB | 2x16GB DDR4 @ 3000mhz | Windows 7 64bit | Creative Soundblaster X-Fi Titanium Fatal1ty Pro | Asus z170 Pro Gaming

Offline
User avatar
*blah-blah-blah maniac*
Posts: 17444
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: Fallout 3 / New Vegas 0.232

I don't think that it's normal that crash not occur if i changed this:

Code: Select all

float	lodrangefactor=OcclusionParameters.z*4.0;
t.w=tex2Dlod(AOSamplerDepth, coord).r;
revec.z=t.w-start.w;
isshadowed.xy=saturate(isshadowed.xy * float2(400.0, 1000.0));
in to this:

Code: Select all

float	lodrangefactor=OcclusionParameters.z;
t.x=tex2Dlod(AOSamplerDepth, coord).r;
revec.z=t.x-start.w;
isshadowed.xy=saturate(isshadowed.xy * float2(400.0, 10.0));
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
User avatar
*sensei*
Posts: 316
Joined: 12 Aug 2013, 18:55
Location: Scotland

Re: Fallout 3 / New Vegas 0.232

Hmm. I'm no code expert, but would this work as a test?

Code: Select all

float   lodrangefactor=OcclusionParameters.z*4.0;
t.x=tex2Dlod(AOSamplerDepth, coord).r;
revec.z=t.x-start.w;
isshadowed.xy=saturate(isshadowed.xy * float2(400.0, 10.0));
If you made a version with the z*4.0; change, or whatever, I'm more than willing to test out the software to isolate which bit of code caused the issue.
_________________
Intel i7 6700k | AMD Vega 56 8GB | 2x16GB DDR4 @ 3000mhz | Windows 7 64bit | Creative Soundblaster X-Fi Titanium Fatal1ty Pro | Asus z170 Pro Gaming

Offline
User avatar
*blah-blah-blah maniac*
Posts: 17444
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: Fallout 3 / New Vegas 0.232

No, i'm not interested in testing, if bug occured once, it will happen again if i change something. Every developer must fix own bugs, not to make workarounds.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
User avatar
*sensei*
Posts: 316
Joined: 12 Aug 2013, 18:55
Location: Scotland

Re: Fallout 3 / New Vegas 0.232

But to find the bug, we need to do testing. If the developer doesn't know what the bug is, there's no way to fix it.

Oh well.
_________________
Intel i7 6700k | AMD Vega 56 8GB | 2x16GB DDR4 @ 3000mhz | Windows 7 64bit | Creative Soundblaster X-Fi Titanium Fatal1ty Pro | Asus z170 Pro Gaming

Offline
*sensei*
Posts: 397
Joined: 16 Mar 2013, 16:28

Re: Fallout 3 / New Vegas 0.232

i have a HD7970 3GB now, new BETA drivers work fine from AMD.
Old drivers don't.
_________________
Intel I9-9900k, RTX 3070, 1TB Samsung EVO 970, 1TB Crucial SSD, 1TB Kingston SSD , Realtek HD Audio, 16GB 3400MHZ System RAM, W10 Pro x64.
Post Reply