TES Skyrim 0.246

Forum rules
new topics are not allowed in this subsection, only replies.
  • Author
  • Message
Offline
Posts: 10
Joined: 21 Jul 2013, 20:20

Re: TES Skyrim 0.246

joshezzell wrote:Boris, in the next version can we get an option to disable ENB in the Creation Kit? It causes a couple issues. Even if you turn it off with shift+F12, certain fog meshes render bright white making it impossible to see what's behind them (the water rapids mesh also renders incorrectly when ENB activates with the CK). It also makes the render window respond very slowly when re-sizing it.

Here is an images of the issue:
Image

I just want an option. I don't think many people use ENB in the CK to begin with.
Create a Creation-Kit.bat or Creation-Kit.cmd file and put this content in that file. Launch creation kit using the file.

Code: Select all

@echo Starting CreationKit...
@ren d3d9.dll d3d9.dll.disabled
@CreationKit.exe
@ren d3d9.dll.disabled d3d9.dll

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

Re: TES Skyrim 0.246

Confidence-Man
No way, i never said that and will not develop such feature.

EDIT: forget about my previous post, i don't want to work with clouds lighting, this is too high complexity for users, volumetric clouds is the right choice.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
User avatar
Posts: 45
Joined: 14 Jun 2013, 00:34

Re: TES Skyrim 0.246

SymJ wrote:Create a Creation-Kit.bat or Creation-Kit.cmd file and put this content in that file. Launch creation kit using the file.

Code: Select all

@echo Starting CreationKit...
@ren d3d9.dll d3d9.dll.disabled
@CreationKit.exe
@ren d3d9.dll.disabled d3d9.dll
Thank you very much SymJ. I will try this out.

To everyone else; Yes, I could remove the .dll every time. This gets tedious when creating a mod and often launching the game to test. I tried doing it before and it got tedious. Especially if you are working on things that require ENB (like parallax).
_________________
My Flickr
www.joshuaezzell.com
Unique Grasses and Groundcovers - Nature and Landscape Enhancement
High Definition Ivy - 2K
Windows 7 Home Premium 64-bit|Intel Core i7-3770K CPU @ 3.50GHz|16GB CORSAIR Vengeance DDR3 1300|EVGA NVIDIA GeForce GTX 680 4GB

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

Re: TES Skyrim 0.246

ENBSeries wrote:i don't want to work with clouds lighting, this is too high complexity for users
Just to understand, why is it so complex ?
_________________
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: 17525
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: TES Skyrim 0.246

Version updated, download again
Added CloudsEdgeFadeRange parameter to control sun scattering for clouds and changed it algorithm to not depend from texture of sun. Added Density and SkyColorAmount parameters for volumetric sun rays. Fixed previous bug of procedural sun visibility even when set to zero.


Oyama
Complexity of making water displacement as waves height data is nothing compared to height of cumulus clouds, the depth of them from viewpoint. This means that to make normal map for existing clouds, modder must create 3d model of the cloud based on cloud photo, to rasterize it's depth. Even pro users of ZBrush say you "go to hell".
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
User avatar
Posts: 83
Joined: 05 Jan 2013, 11:38

Re: TES Skyrim 0.246

Not sure why but now using your latest wrapper, and noticed in 3rd person and 1st two water displacements one projected far from my charcaters body and in front.

GTX 670
Win 7 (74bit)
_________________
CPU : Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz (4.50GHz oc)
GPU : AORUS 1080Ti (2012MHz oc)
Nvidia Driver : 430.86
RAM : 8GB DDR3 800MHz
Sound : HyperCloud 7.1
OS : Windows 10 (x64)
VR : Rift

Obsidian Weathers and Luminous ENB.
ENB 0.402



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

Re: TES Skyrim 0.246

Post screenshots, make the same test with older version, toggle each effect on/off to detect which affect issue.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
User avatar
Posts: 83
Joined: 05 Jan 2013, 11:38

Re: TES Skyrim 0.246

It was inside a cave and now I can not seem to replicate it, so in a way thats great.

So we can leave it to the oddities of skyrim engine I guess... :roll:
_________________
CPU : Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz (4.50GHz oc)
GPU : AORUS 1080Ti (2012MHz oc)
Nvidia Driver : 430.86
RAM : 8GB DDR3 800MHz
Sound : HyperCloud 7.1
OS : Windows 10 (x64)
VR : Rift

Obsidian Weathers and Luminous ENB.
ENB 0.402



Offline
*sensei*
Posts: 372
Joined: 28 Jul 2013, 23:26

Re: TES Skyrim 0.246

Confidence-Man wrote:Boris at one point you had talked about adding the ability to have separate enbeffect files to go along with weathers, is that still possible?
I guess you are struggling to deal with DNI separated fx files and the vanilla weathers that do not have a day/night cycle... same here, real pain to deal with... more specifically weather ids 10199f, 105941, 42, 43, 44, 45, 105f40, 10d9ec, 10fef8, 48c14, 923fd ... and probably missed a few there too :p Just cant get those to look 100% right. Just keep sunrise, day, sunset values the same and tweak night lighting to 'as close as possible' match the daytime lighting... depending on how different your DN values are in fx files it's sorta possible :p

Offline
*sensei*
Posts: 373
Joined: 07 Mar 2013, 10:14

Re: TES Skyrim 0.246

Boris!

You are a madman and a genius all at once!

The new features are just what was required to make the procedual sun really shine! It is actually possible to have the sun look more like the ones modern game engines now! Thanks for this great work!

Cant wait to see what you figure out with clouds!

Now if only I could get this damn shader that blurs the area close to the sun done then it would be even better! Oh well another day another set of experiments!
Post Reply