TES Skyrim 0.126

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

Re: TES Skyrim 0.125

Press ~ key to show console and stop gameplay. I can't interrupt game only for editing mod properties.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
*sensei*
Posts: 349
Joined: 15 Dec 2012, 19:45

Re: TES Skyrim 0.125

deadense wrote:Is there a way to use the GUI without moving the game camera around/attacking?
Use console, then type

Code: Select all

tm
to toggle the menu. Press enter. Menu disappears and you can see the whole screen. Just press 'up' arrow and enter to bring the menu back.

If you are in combat, use

Code: Select all

tfc 1
to stop all action.

You can fine tune camera control with

Code: Select all

sucsm 2
and clear the screen of blood with

Code: Select all

csb
_________________
Chan ENB
Image

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

Re: TES Skyrim 0.125

Seems idea with simple water mask drawing for ssao failed. It working properly for removing transparensity, but underwater do not have ssao, so it's much brighter. And can't draw ssao before water rendering, it's bring more artifacts for objects which drawed later. Of course draw ssao twice even worse. Don't have ideas now, except to edit all water shaders and apply ssao depending on deepness, but instead water transparensity artifact it will be more like non refractive water near shores.

Current in all versions:
Image

Modified by mask in development:
Image
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
User avatar
Posts: 85
Joined: 07 May 2012, 19:52

Re: TES Skyrim 0.125

chan wrote:
deadense wrote:Is there a way to use the GUI without moving the game camera around/attacking?
Use console, then type

Code: Select all

tm
to toggle the menu. Press enter. Menu disappears and you can see the whole screen. Just press 'up' arrow and enter to bring the menu back.

If you are in combat, use

Code: Select all

tfc 1
to stop all action.

You can fine tune camera control with

Code: Select all

sucsm 2
and clear the screen of blood with

Code: Select all

csb

Well thank you for the informative response! :)

Offline
*sensei*
Posts: 286
Joined: 20 Sep 2012, 00:20
Location: the perfect system

Re: TES Skyrim 0.125

I am having another issue with SSAO in the latest version 0.125. It seems that the detail at night is largely lost. As you can see here, the shadows behind the sign are gone, as are those on the cart, etc. To me the ones in v119 looked more natural:

v0.119 nights:
http://www.iparadigm.org/images/test/119night.jpg

v0.125 nights:
http://www.iparadigm.org/images/test/125night.jpg

Changing AOMixingType and AOType do not effect this.

It IS possible to turn up AOAmount until it looks close, however this causes the effect to be WAY too strong for interiors and mountains, among other places. The only way around this I can see is to separate AO like you have other settings, with separate configuration for Interior, Day, and Night.

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

Re: TES Skyrim 0.125

Phinix
I will not return to old ssao, it was computed per triangle. Use old version or wait when ssao code will be improved, but no way back.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
*sensei*
Posts: 286
Joined: 20 Sep 2012, 00:20
Location: the perfect system

Re: TES Skyrim 0.125

ENBSeries wrote:Phinix
I will not return to old ssao, it was computed per triangle. Use old version or wait when ssao code will be improved, but no way back.
I understand completely. Always better to move forward, and I wasn't suggesting going back. I was just hoping to impress that these sort of issues could be resolved by doing interior/day/night separation for AO.

In general, I like the new SSAO better as well. It is just harder to strike a balance between different environments, hence the request. I will patiently await whatever you choose to do next. :)

EDIT: Just noticed you posted a new update, so looking forward to testing it out. Your work is much appreciated.

EDIT EDIT: Wow, you already managed to separate the SSAO interior and exterior. Very nice! I am only having one strange issue. It seems that randomly after restarting Skyrim for a while testing different settings that outdoors the shaders will get "stuck" and start to flicker between darker than normal, regular Skyrim without shaders, and the correct settings for ENB, causing a strobe like effect with adaptation.

It used to be restarting the PC would fix it (thought it might be something stuck in the video memory) but that is not the case.

It seems to only happen outdoors.

Offline
User avatar
Posts: 47
Joined: 28 Dec 2011, 13:26

Re: TES Skyrim 0.126

ENBSeries wrote:including GUI to simplify editing
Better Late Than Never.
_________________
ENB hater

Offline
Posts: 90
Joined: 03 Aug 2012, 19:03

Re: TES Skyrim 0.125

mindflux wrote:jonwd7
I guess no one has tried to create _sk textures for foliage etc., but I guess it should be possible and not even too much work since you can most likely use the same file for all objects of certain type.
Well, I give up for now. For some reason no matter what edits I make to the tree NIFs they do not show up in game. I can't even view the vanilla NIFs in the Creation Kit preview without it crashing (apparently the CK Preview does not support the tree format)... And it seems like the game always uses the BSA version of the trees. Shrub and plant edits work just fine though. I'm just turning down my SSS to almost off, because of the tree shadows issue.
ENBSeries wrote:Seems idea with simple water mask drawing for ssao failed. It working properly for removing transparensity, but underwater do not have ssao, so it's much brighter. And can't draw ssao before water rendering, it's bring more artifacts for objects which drawed later. Of course draw ssao twice even worse. Don't have ideas now, except to edit all water shaders and apply ssao depending on deepness, but instead water transparensity artifact it will be more like non refractive water near shores.
Thanks for trying at least. It looks to me though that you are masking out the water before the SSAO calculation, as there is a black edge against the water, and a white halo (AO artifact) on the other side of the edge. This hard edge is probably seen as a depth difference / geometry edge so it applies AO to it. The AO should be computed first, and then the mask subtracted from the AO texture. There still may be a hard edge against the water line, if the coast/ground has some AO applied to it underneath the water surface where it is still transparent. This might be expensive to fix, but you could mix the world space height with the water mask to fade the edges along the water line. And then subtract that from the final AO texture.

You may find this interesting: OBGE people did some cool things with water, namely proper specular occlusion, and underwater light scattering (light gets darker with depth). They also have a moving shoreline and caustics (Video). I helped implement the caustics a long time ago, though my version was different than what ended up being implemented.

I'm still not very great with writing my own shaders, but I know enough to at least suggest how to fix that water issue.

Thanks so much for the recent update. ENB just keeps getting better and better!

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

Re: TES Skyrim 0.126

Thanx so much for all the recent improvements, Boris. :)
Would it be possible, now you started it, to separate more parameters for SSAO, especially range ?
I assume scales and qualities can't be separated, right ?
_________________
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
Post Reply