TES Skyrim 0.245

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

Re: TES Skyrim 0.245

Gabber
All i can do is to give several versions to find which build have issue "implemented" first, then try to turn code changes and test again. Are you able to make such testing? Btw, bf4 or other games are not the meter of stability, my mod is much more agressive to videocard.
Does not explain why .236 works fine
You totally wrong. Bad drivers react on any change in shaders, even harmless one line.


Folks, i'm having awful issues with compilation of ssao shader in supersampling mode. It's too much complex and use all 32 temporary registers, so if i trying to modify something, to improve quality or to optimize even more, it not work any more. What if i reduce quality of it by 1/4 to free up required registers and use extra code to clear triangulation artifacts f.e.? Visually image will be more like without multisampling, performance is also 1/4 times less. Or i can make extra computations to "compress" several values in same registers, but this will affect performance, about 5-10% cost for modern videocards.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
User avatar
*sensei*
Posts: 391
Joined: 03 Oct 2012, 06:12
Location: Ottawa, Canada

Re: TES Skyrim 0.245

@Boris

I believe it's more feasible to compress into similar registers using computations, given that you already developed supersampled SSAO shader as it is. I'd say go for compression.
_________________
Intel Core i9 10900K @4.9GHz | ASUS ROG Strix Z490-G | NVIDIA - EVGA RTX 2080 XC Ultra | 32GB DDR4 Corsair Vengeance RGB PRO | 2x ADATA XPG SX8200 Pro 1TB

Flickr
Twitter

Offline
Posts: 1
Joined: 13 Jan 2014, 04:02

Re: TES Skyrim 0.245

I'm back playing Skyrim. Glad to see you are still doing your thing Boris.

Offline
Posts: 31
Joined: 06 Jan 2014, 15:35

Re: TES Skyrim 0.245

The download link is not in the downloads section of the main website. Is it somewhere else?

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

Re: TES Skyrim 0.245

Found that with
AOType=0
UseComplexIndirectLighting=true
UseComplexAmbientOcclusion=true
UseIndirectLighting=true
performance is much lower when ssao supersampling enabled. It's because all registers are used. At least this happen to my videocard. I simplified some ops by compressing, so probably problem will go away.

nafeasonto
Schroll down to end of the page, after changes log.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
Posts: 24
Joined: 13 Jan 2014, 05:00

Re: TES Skyrim 0.245

Hello, Im very new at this ENB stuff. I was using version 0.221 with my enb in skyrim and the game ran great. I noticed there was an update to 0.245 and tried it and it crashes my game right after loading my save.

So, I decided to try the 0.236 since that was the next lower version on the download page. It seems to be running fine with that version.

Am I missing something updating the file to 0.245?

I replace the d3d9.dll and enbhost.exe with the new ones.

Thanks for any help.

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

Re: TES Skyrim 0.245

No, updating process is the same as always. Check this topic, test files and report results to help find issue
viewtopic.php?f=22&t=2712&p=45111#p45111
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
User avatar
*blah-blah-blah maniac*
Posts: 1498
Joined: 31 Mar 2012, 15:06
Location: France

Re: TES Skyrim 0.245

ENBSeries wrote:Found that with
AOType=0
UseComplexIndirectLighting=true
UseComplexAmbientOcclusion=true
UseIndirectLighting=true
performance is much lower when ssao supersampling enabled. It's because all registers are used. At least this happen to my videocard. I simplified some ops by compressing, so probably problem will go away.
Same here, that combination is FPS killer. ;)
_________________
Lian Li PC011 Dynamic, Corsair AX 1500i PSU, i9 10850K @5.0 Ghz, Aorus Z490 Ultra, RTX3090 MSI Gaming X Trio, 32GB Corsair Vengeance Pro RGB RAM@3600, Corsair MP600 1TB NVME System Drive, 10 TB Storage, W10 Pro 64, Custom Hard Tubing Watercooling Loop

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

Re: TES Skyrim 0.245

nitroviper
Found issue, will do update soon.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
Posts: 24
Joined: 13 Jan 2014, 05:00

Re: TES Skyrim 0.245

Thanks, I hope it works :)
Post Reply