TES Skyrim 0.400

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

Re: TES Skyrim 0.400

Version updated, download again
Fixed memory leak which happens when press "apply changes" button if external shaders have textures loaded from disk. Increased quality of directional skylighting effect.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
User avatar
Posts: 10
Joined: 05 Jan 2020, 22:53
Location: California, United States

Re: TES Skyrim 0.400

So, when updating an ENB that doesn't have a version change, do I just download version .400 again and add the d3d9.dll extension to the game file?
Or, is there more to it than that?

Thanks in advance for any response.

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

Re: TES Skyrim 0.400

Download again, then just unpack d3d9.dll to game folder, nothing else.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
User avatar
Posts: 10
Joined: 05 Jan 2020, 22:53
Location: California, United States

Re: TES Skyrim 0.400

Thanks for the quick response...much appreciated.

Offline
User avatar
Posts: 38
Joined: 20 Dec 2019, 19:23

Re: TES Skyrim 0.400

@Boris, can you add ColorFromEnvironmentFog to the per weather section of ENBSeries?
Last edited by JMalone on 08 Jan 2020, 08:28, edited 1 time in total.

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

Re: TES Skyrim 0.400

I dont know what's the point to put these fonts, and what color from fog should do.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
User avatar
*blah-blah-blah maniac*
Posts: 1938
Joined: 05 Mar 2012, 02:08

Re: TES Skyrim 0.400

Hi there Boris, was going to see if it there is a possibility for adding a "new/old" feature into Skyrim LE. Rendertargets?
For all shaders, not just effect.txt, I need to have access to rendertargets earlier on than what effect.txt allows. For instance SMAA and FXAA implementation and "blending", as an example.

/// Temporary textures which can be set as render target for techniques via annotations like <string RenderTarget="RenderTargetRGBA32";>
Texture2D RenderTargetRGBA32; /// R8G8B8A8 32 bit ldr format
Texture2D RenderTargetRGBA64; /// R16B16G16A16 64 bit ldr format
Texture2D RenderTargetRGBA64F; /// R16B16G16A16F 64 bit hdr format
Texture2D RenderTargetR16F; /// R16F 16 bit hdr format with red channel only
Texture2D RenderTargetR32F; /// R32F 32 bit hdr format with red channel only
Texture2D RenderTargetRGB32F; /// 32 bit hdr format without alpha

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

Re: TES Skyrim 0.400

This is risky. Many people still have dx9 specific problem with amount of video memory limit which is based on physical video memory, plus some piece of ram called "agp" or "non local" video memory. It's often 4 gb summary, but depending from os, driver, zodiac sign by which hardware was assembled - this value can be 2 gb or even less easily. Those extra textures need video memory to run and physical one, which already have other render targets of the game and mod, some part taken by os and browsers. Adding there something means stuttering for uploading textures to memory and destroying existing, so people may need to tweak memory manager again and blame me for worse performance. Another problem is 16 textures maximum in dx9, so presets which use LUT as many textures will stop working. I did have questions before about this limit, so people reached it at creating shaders. Maybe to make those textures as hidden feature, check if they are listed in shader and if not, then use old way. But memory problem will stay there. I'll think.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
*blah-blah-blah maniac*
Posts: 565
Joined: 05 Apr 2014, 10:29
Location: Taiwan

Re: TES Skyrim 0.400

Thanks for the quick fix.
_________________
Intel Xeon L5639 6C12T @3.96GHz | Gigabyte ga-x58a-ud3r | MSI GTX680 4G | 48G RAM | Intel 760p Nvme w clover bootloader
Flickr
YouTube

Offline
User avatar
Posts: 38
Joined: 20 Dec 2019, 19:23

Re: TES Skyrim 0.400

Its a line of the Mist section in enbseries which gets generalized on all weather types. Some weathers require more and less. Therefore I asked you whether you can add it to the per weather section.
Post Reply