TES Skyrim 0.252

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 0.252

Skyrim don't have any kind of global illumination (indirect lighting is the part of it), even lightmaps are just ambient occlusions. And i can't make anything similar to UE4 or CryEngine, because those require engine source code. I wrote already that planning to implement gi, but it's very different algorithm.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
*sensei*
Posts: 331
Joined: 20 Jul 2013, 00:34

Re: TES Skyrim 0.252

Opethfeldt wrote:@skysan4298
That is just an invisible light bulb placed on the floor :)
Ah, I never knew ELFX added that light bulb on the floor. A fake gi to light up surroundings. :)
ENBSeries wrote:Skyrim don't have any kind of global illumination (indirect lighting is the part of it), even lightmaps are just ambient occlusions. And i can't make anything similar to UE4 or CryEngine, because those require engine source code. I wrote already that planning to implement gi, but it's very different algorithm.
I always had to use a torch outside daytime as I took a snapshot to light up the NPC, so some gi effect could make a better and nicer scenery.

I've been trying to link that BluePalace "spotlight" intensity to the weather ids, so the brightness on the spotlight matches outside weather. BluePalace was missing the "show sky" option, and no weather detected inside BluePalace. I enabled it, but only the "PointLightIntensityInterior" value impacted spotlights but also impacted all other lights. Is this even possible for ENB to distinguish spotlights and 3 other light types?
_________________
AMD R9 6900HX, 16GB DDR5-4800
Win 11Pro 64bit on NvMe, Skyrim on NvMe 2nd partition
Nvidia GTX 1070 FE eGPU v531.209
OrganicENB SE
OrganicENB LE

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

Re: TES Skyrim 0.252

Spotlights not exist in render pipeline.
_________________
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.252

skysan4298;

If you want certain light bulbs to be affected by the weather you are going about it the wrong way.
To make the light bulbs change it's color you need to assign an emittance effect to it in the Creation Kit, use the FXWeathers for that or a proper region weather for that interior, TU if I recall correctly.
Forget about the show sky value as that will only add a weather pattern/patterns to the skybox of that interior and in ENB terms it will
only have a visual impact on the scene if you are not using the [TIMEOFDAY] effect.

Look under the Using Effects and External Emittance section -> http://www.creationkit.com/Bethesda_Tut ... hts_and_FX

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

Re: TES Skyrim 0.252


Offline
Posts: 70
Joined: 26 Feb 2014, 18:51

Re: TES Skyrim 0.252

#
Last edited by snsmac on 07 Apr 2018, 18:23, edited 1 time in total.

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

Re: TES Skyrim 0.252

EDIT: better to ignore some smart asses to keep nerves safe.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
*sensei*
Posts: 331
Joined: 20 Jul 2013, 00:34

Re: TES Skyrim 0.252

ENBSeries wrote:Spotlights not exist in render pipeline.
So, by the time ENB sees them in pipeline they’re just a light. ENB achieves a lot by just examining the render pipeline. I hope I didn’t sounded a smart asses. :)
--JawZ-- wrote:To make the light bulbs change it's color you need to assign an emittance effect to it in the Creation Kit, use the FXWeathers
The list had WeatherSolitude (no FXWeathers*), and it only changed the color not intensity. I’ll play with CK some more if CK can allow the light intensity based on the Emittance Exterior Light weather setting.

Thanks both for listening to my babbling. :)
_________________
AMD R9 6900HX, 16GB DDR5-4800
Win 11Pro 64bit on NvMe, Skyrim on NvMe 2nd partition
Nvidia GTX 1070 FE eGPU v531.209
OrganicENB SE
OrganicENB LE

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

Re: TES Skyrim 0.252

skysan4298;

No there is no such option in it, you will have to resort to scripting for such a function.
FXWeathers are the standard emittance weathers as they only contain values for it and nothing else. then you can assign the more "regular" weathers as well.
Post Reply