Differentiation between interior types?

Post Reply
  • Author
  • Message
Offline
Posts: 26
Joined: 01 Feb 2013, 06:06

Differentiation between interior types?

Are there any ENB mods that treat the interiors of buildings (inns, homes, etc.) differently than the interiors of dungeons? Are there any image space mods that do this independently of ENB?

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

Re: Differentiation between interior types?

All interiors in the game are the same, any workaround for this limitation require editing every interior location in the game to somehow notify the mod about type of that place. Also i can detect that internally from worldid, but even split in two interior types makes crazy amount of parameters for editing, it's a very bad idea.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
Posts: 26
Joined: 01 Feb 2013, 06:06

Re: Differentiation between interior types?

Unless that differentiation meant you had to split *every* parameter, I think the only ones necessary would be ambient, direct, and point lighting in the environment section. That way you could have really dark dungeons and ruins, etc. but normal lighting inside inns and houses. Maybe not worth it, but I wish it were possible.

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

Re: Differentiation between interior types?

It's possible to do so with Creation Kit and ENBSeries in it's current form, without Boris having to resort to unnecessary coding.
As far as I can remember he had to "split" every commmand with the dungeon feature. That's why certain controls aren't being used for anything, they're just there in the GUI menu.

Anyway, such a feature, dungeon separation, is featured in my ELE mod for Skyrim. And can be implemented into any game which allows modification of that particular game and have some game post-processing registers in the enbeffect.fx shader file. You can have dungeon specific enbseries.ini controls as well as .fx shader controls.

Offline
Posts: 26
Joined: 01 Feb 2013, 06:06

Re: Differentiation between interior types?

I'd be interested in doing the work to achieve that, but I'm at a total loss when it comes to scripting .fx data. I don't suppose you'd be interested in contributing?
Post Reply