TES Skyrim SE 0.310

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

Re: TES Skyrim SE 0.310

Guess it's possible, but compilation time increase is very low, what is the point to use external compiler to generate precompiled files? This will take even more time. All performance losses at game start with the mod happens only because of game shaders recompilation, but if i remember, SkyrimSE don't have this yet.
_________________
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 SE 0.310

Ahh ok,
I saw some user complaining/reporting about long loading time in SkyrimSE on nexus.
And is it possible to cache those game shaders so it didn't have to recompile on every start?
_________________
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
*blah-blah-blah maniac*
Posts: 17427
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: TES Skyrim SE 0.310

Impossible. The process is dynamic based on mod setting.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
*master*
Posts: 194
Joined: 12 Feb 2014, 17:05

Re: TES Skyrim SE 0.310

i am just playing around, and want to do some form of vanilla GCC in the end (using params01 parts or whatnot), so i just tried copy/paste the PS_DrawOriginal shader code part to the enb shader part for fun, nothing else in there, and i get a black screen.
any idea why that is happening?
_________________
Win10x64 (fall creators update) | Intel i5-2500k | Nvidia GTX 970 | 16GB

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

Re: TES Skyrim SE 0.310

benhat
Can't help you unless there are more detail.
One thing is that TextureAdaptation only has .x outside of ORIGINALPOSTPROCESS, so there would be bunch of 0s out there in the computation.
_________________
Intel Xeon L5639 6C12T @3.96GHz | Gigabyte ga-x58a-ud3r | MSI GTX680 4G | 48G RAM | Intel 760p Nvme w clover bootloader
Flickr
YouTube

Offline
*master*
Posts: 194
Joined: 12 Feb 2014, 17:05

Re: TES Skyrim SE 0.310

thanks kingeric!
you were right with the adaptation.
i see... (i am new to this shader framework, and overall still stumbling around like a kid in this shader world, appreciate the help) so TextureBloom and TextureAdaptation changes depending on technique now?
if that is right, is there any way to mix ENB Bloom with Vanilla Bloom now? i really liked that, was one of my favorite things.
_________________
Win10x64 (fall creators update) | Intel i5-2500k | Nvidia GTX 970 | 16GB

Offline
User avatar
*blah-blah-blah maniac*
Posts: 572
Joined: 23 Aug 2013, 21:59
Location: United States

Re: TES Skyrim SE 0.310

EDIT: Yeah... I'm a dimwit and solved my own super easy problem. The adults can go back to talking! *slinks away* :D
Last edited by Jafin16 on 18 Jan 2017, 08:40, edited 1 time in total.
_________________
AMD Ryzen 5 3600 6C/12T @4.4GHz // 16GB G.Skill Ripjaws V DDR4 3600MHz // ASRock AMD Radeon 5700XT Taichi X 8GB OC+// Samsung 850 Evo 256GB and 500GB SSD // 4 TB Seagate Barracuda // Windows 10 x64
Lumen ENB
My Flickr

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

Re: TES Skyrim SE 0.310

Game adaptation texture can't be used with non original post processing, so it toggled to mine if not original is used. If i remember, original is 2 channel.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
User avatar
Posts: 77
Joined: 18 Jan 2013, 17:01
Location: Switzerland

Re: TES Skyrim SE 0.310

Hey Guys

Trying to combine enb with smaa since the TAA thing blurrs the moving image to hard for my taste.

The DX10/11 Version of mrhaandi's injector consist of the following files:

dxgi.dll
injector.ini
SMAA.fx
SMAA.h

The dxgi.dll should automatically load when the SkyrimSE.exe starts - isn't? I tried it without enb, with enb, with enb, setting dxgi.dll as a proxydll, but it does not change a thing. It does not load / work. Any hints?

Offline
Posts: 27
Joined: 07 Oct 2014, 19:49

Re: TES Skyrim SE 0.310

@Neuba

Reshade does the job
Post Reply