TES Skyrim SE 0.309 BETA

Forum rules
new topics are not allowed in this subsection, only replies.
  • Author
  • Message
Offline
User avatar
*master*
Posts: 106
Joined: 01 May 2013, 23:17

Re: TES Skyrim SE 0.309 BETA

Boris is there issue in DNI separation or my something doing wrong ? It seems only my Interior settings has an impact in Day/Night time too. I checked and i couldn't find a mistake yet but...
DNI speration still works same right ?

//changes in range 0..1, 0 means that night time, 1 - day time
float ENightDayFactor;
//changes 0 or 1. 0 means that exterior, 1 - interior
float EInteriorFactor;

And Example:
// Post-process bloom
float3 BloomTint = lerp(lerp(BloomTintN, BloomTintD, ENightDayFactor ), BloomTintI, EInteriorFactor);
Last edited by Tansarville on 03 Nov 2016, 15:06, edited 1 time in total.

Offline
Posts: 11
Joined: 03 Nov 2016, 14:04

Re: TES Skyrim SE 0.309 BETA

@Zexen - I just thought it would help him debug some things since he hadn't really tested it. I guess I'm not of much use here with these simple things, but seems the game is running really well for me at Ultra, I will focus on "bugs" and what not then if I can find them.

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

Re: TES Skyrim SE 0.309 BETA

Tansarville

DNI separation is not enabled yet. Your lerping is correct, but it won't work, even if annotations are present in shaders.
_________________
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
*master*
Posts: 106
Joined: 01 May 2013, 23:17

Re: TES Skyrim SE 0.309 BETA

Oyama wrote:Tansarville

DNI separation is not enabled yet. Your lerping is correct, but it won't work, even if annotations are present in shaders.
Oh I see thanks Oyama !

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

Re: TES Skyrim SE 0.309 BETA

Hello

Oyama
Would you mind giving some feedback about the 8gb memory usage of your cards and general performance in skyrim (+enb) or more likely enb (+skyrim)? :D I am also considering sell my cards and update to 8gb cards but only if there ain't no limits or memory bugs (in skyrim se).

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

Re: TES Skyrim SE 0.309 BETA

Neuba

Sure, I'll do when I get the chance. :)

Boris

Working pretty nice so far.
I'm onto reimplementing my own postprocess.
Am I mistaken, or did you disable the Palette correction ? I cannot find it anywhere.
_________________
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
*master*
Posts: 106
Joined: 01 May 2013, 23:17

Re: TES Skyrim SE 0.309 BETA

Yes working without any issues so far. I can't wait it to have basic light source adjustments.

By the way I found the fixing that odd crashing issue since first day I launched the game. Somehow game keeps crashing every 15 minute and to fix that odd issue is to disable Touch Keyboard/Handwriting service. it appears some people were having same issue same as me. Now everything is working fine.

Offline
Posts: 80
Joined: 10 Jan 2014, 23:06

Re: TES Skyrim SE 0.309 BETA

Great work, thank you, your the man Boris :D
_________________
Win 10 64, Intel i7 5820K @ 4.2, GTX 970 4gig, 16 gb DDR 4 ram, Asus Xonar D2X, dual Acer T232HL IPS LED Monitors, One 27" IIyamma pro X82783HSU, 2 TB HD + 3x 128gb + 1x 250gb+ 1 500gb SD drives.

Offline
Posts: 13
Joined: 17 Jan 2016, 03:33

Re: TES Skyrim SE 0.309 BETA

Neuba

Can't speak for him, but I saw my 980Tis (6Gb cards) peaked at 5.6Gb used, with some textures mods and vegetation, on 2160p. I guess that it can go even higher if it needs to. We clearly are not limited like we were on vanilla.

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

Re: TES Skyrim SE 0.309 BETA

mindflux
No, subsurface scattering is not implemented.

SMB92
Shift+Enter and some other keys have issues, i know this problem, but don't know yet why this happens, probably game capture keyboard input "agressively", so need to press keys in editor multiple times.
Colors you see are "fine", they are from old skyrim mod. For debugging purposes i tweak a lot values, so always mess with them, usually myself draw pure hdr output without tonemapping at all.

Oyama
Palette functionality removed, but you can use it as texture file declared in the shader via annotations. So i don't think it is required.

Madpaddy
I'm not a man :lol:
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
Post Reply