TES Skyrim 0.254

Forum rules
new topics are not allowed in this subsection, only replies.
Post Reply
  • Author
  • Message
Offline
User avatar
*sensei*
Posts: 446
Joined: 17 Apr 2014, 22:12
Location: Schweden

Re: TES Skyrim 0.254

Dazaster wrote:Was trying a new enb when I got this problem. I've seen it before, but can't for the life of me remember how to fix it. Would someone please jog my memory?
Image
Delete/rename your Skyrim inis, have the game create new ones and don't tweak the inis unless you really know the inis wasn't causing the issue.

You can also try this....
In enbseries.ini set FilterQuality under [SKYLIGHTING] to lowest possible.
_________________
| i5 3350p @3.1 | 16 GB RAM | GTX1060 | Skyrim on SSD |
My Flickr
My Soundcloud
CGI ENB

Offline
User avatar
*master*
Posts: 222
Joined: 05 Jun 2012, 14:47
Location: Canada

Re: TES Skyrim 0.254

How would one acquire the source code for a game anyway? Is it hidden in the .exe file? Or in the various .dll files?

Also, how would someone open the .fxp files in the shader.bsa?
_________________
Cpu: Intel i7 4790K @ 4.0GHz
Gpu: Sapphire Radeon HD 7870 2GB GHz edition
RAM: 16GB DDR3 @ 1600MHz
OS: Windows 7 x64 Ultimate Edition

Offline
*sensei*
Posts: 329
Joined: 02 Feb 2013, 22:02
Location: Austria

Re: TES Skyrim 0.254

DaemonWhite wrote:How would one acquire the source code for a game anyway? Is it hidden in the .exe file? Or in the various .dll files?
You don't.
It's like cooking. Once everything's blended and mixed, once the proteins are affected by the heat and various chemical processes have begun it's hard to figure out what was originally in it.
To a certain degree you can do some reverse engineering (like testing for some ingredients and slowly building back the recipe) but it's an insane and time intensive procedure.
_________________
RTX 2080 Ti

Offline
*master*
Posts: 164
Joined: 23 Sep 2013, 17:30

Re: TES Skyrim 0.254

DaemonWhite wrote:How would one acquire the source code for a game anyway? Is it hidden in the .exe file? Or in the various .dll files?

Also, how would someone open the .fxp files in the shader.bsa?
Wait until the developer makes it available. Some examples of this can be seen here. If I recall correctly, Daggerfall's source code was made available when the game was made free for download on the 15th anniversary of the Elder Scrolls franchise. If you're talking about Skyrim, you may have a wait ahead of you.

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

Re: TES Skyrim 0.254

@Boris;

Bug with ILType=1 and SuperSampling off.

When using this combination you get shimmering on snow textures at night, like in this screenshot someone send my way:
Image

Changing ILType to 0 or enabling SuperSampling fixes this shimmering.

It has same effect on character skin, I can send you comparison but character is naked and don't want to upset people.

Offline
User avatar
*master*
Posts: 229
Joined: 21 Feb 2013, 03:21
Location: Los Angeles, CA

Re: TES Skyrim 0.254

Can someone please remind me where the page that -Jawz- put together describing all of the ENB parameters a shader writer can add to a file is? It was a post or page describing the controls like this:

bool booleanVariable <
string UIName = "name of parameter";
> = {true/false};

float floatVariable
<
string UIName="name of parameter";
string UIWidget="Spinner";
float UIMin=-1.0;
float UIMax=1.0;
float UIStep=0.01;
> = {float value};

There were a bunch more but I can't find his page or any other describing them. Maybe it's called something other than parameters.

Thanks!
_________________
i7-4970K 4.8ghz, 16gb ram, Geforce Titan X 12gb vram, win7

Offline
User avatar
*master*
Posts: 229
Joined: 21 Feb 2013, 03:21
Location: Los Angeles, CA

Re: TES Skyrim 0.254

Geez, I literally found it 5 seconds after posting that :D They are called annotations BTW and the page is here if anyone else is looking:
viewtopic.php?f=6&t=1503&start=60

Nevermind :oops:
_________________
i7-4970K 4.8ghz, 16gb ram, Geforce Titan X 12gb vram, win7

Offline
User avatar
*sensei*
Posts: 446
Joined: 17 Apr 2014, 22:12
Location: Schweden

Re: TES Skyrim 0.254

Boris
Thanks for the work you've put in the ENB.
I have a request. Regarding Multiple Weathers and Environment in enbseries.ini...
Is it possible for you to add a parameter under [ENVIRONMENT] that ignores interior settings when Multiple Weathers is enabled? So all interior settings comes from enbseries.ini and not a weather .ini.
It's more convenient if you don't have to tweak all those interiors just because you tweaked some trivial Little thing like AmbientLighting in one .ini.
Hope I made myself somewhat understandable. :)
_________________
| i5 3350p @3.1 | 16 GB RAM | GTX1060 | Skyrim on SSD |
My Flickr
My Soundcloud
CGI ENB

Offline
*master*
Posts: 164
Joined: 23 Sep 2013, 17:30

Re: TES Skyrim 0.254

Insomnia wrote:Boris
Thanks for the work you've put in the ENB.
I have a request. Regarding Multiple Weathers and Environment in enbseries.ini...
Is it possible for you to add a parameter under [ENVIRONMENT] that ignores interior settings when Multiple Weathers is enabled? So all interior settings comes from enbseries.ini and not a weather .ini.
It's more convenient if you don't have to tweak all those interiors just because you tweaked some trivial Little thing like AmbientLighting in one .ini.
Hope I made myself somewhat understandable. :)
Prod80 asked about having IgnoreWeatherSystem for individual values and Boris answered him in the negative. There are times I'd like to ignore just interior values, but there are some weathers that are interior only (e.g. Blackreach), so having a flag in enbseries.ini that ignored all interior values for weathers would invalidate such a weather entirely.

Offline
User avatar
*sensei*
Posts: 446
Joined: 17 Apr 2014, 22:12
Location: Schweden

Re: TES Skyrim 0.254

Maeldun wrote: Prod80 asked about having IgnoreWeatherSystem for individual values and Boris answered him in the negative. There are times I'd like to ignore just interior values, but there are some weathers that are interior only (e.g. Blackreach), so having a flag in enbseries.ini that ignored all interior values for weathers would invalidate such a weather entirely.
Point taken. Didn't know that this has been discussed before. I apologize for that!
But... If it would be possible to move this "ignore-interior-settings"-switch into the weather inis instead of having the switch in enbseries.ini, then a Blackreach .ini can have interior settings while inis like snow and/or rain inis will get interior settings from enbseries.ini.
Anyway, it's no big deal. I'm just lazy. ^^
_________________
| i5 3350p @3.1 | 16 GB RAM | GTX1060 | Skyrim on SSD |
My Flickr
My Soundcloud
CGI ENB
Post Reply