Skyrim particle patch for ENB
- Author
- Message
-
Offline
- *blah-blah-blah maniac*
- Posts: 3137
- Joined: 27 Jan 2012, 13:42
Re: Skyrim particle patch for ENB
Tested a bit with the effect fixes but couldn't see much of a difference. A strange thing though, did flame atronach always turn invisible after killed? I don't remember that happening in LE.
-
Offline
- Posts: 3
- Joined: 24 Apr 2021, 18:14
Re: Skyrim particle patch for ENB
What a beautiful job. Well done mindflux!
-
Offline
- Posts: 82
- Joined: 09 Oct 2014, 01:29
Re: Skyrim particle patch for ENB
The large Blackreach mushrooms are being affected by the WindowLight parameter. I have my ENB set to darken windows at night so they're all dimming out. Any chance of getting these tweaked? (Or giving me a tip on how to stop WindowLight from affecting them?)
e.g.
- meshes\clutter\blackreach\blackreachepicmushroom01.nif
- meshes\clutter\blackreach\blackreachgiantmushanim01.nif (02, 03, etc. etc.)
Cheers!
e.g.
- meshes\clutter\blackreach\blackreachepicmushroom01.nif
- meshes\clutter\blackreach\blackreachgiantmushanim01.nif (02, 03, etc. etc.)
Cheers!
-
Offline
- *blah-blah-blah maniac*
- Posts: 3137
- Joined: 27 Jan 2012, 13:42
Re: Skyrim particle patch for ENB
To prevent the [WINDOWLIGHT] parameters from affecting the mushrooms, you would need to disable the glow shader (change it into default). Don't forget to disable the glow map shader flag as well, otherwise the game will crash as far as I remember.
As a downside, disabling the glow shader will make the mushrooms pretty look pretty boring. As a workaround, you could try keeping the glow shader but assigning a leaf animation shader to them and see what happens, it might work even without much tweaking.
As a downside, disabling the glow shader will make the mushrooms pretty look pretty boring. As a workaround, you could try keeping the glow shader but assigning a leaf animation shader to them and see what happens, it might work even without much tweaking.
-
Offline
- Posts: 2
- Joined: 14 May 2021, 06:58
Re: Skyrim particle patch for ENB
I am getting a problem with black flickering blood textures. I first thought it was enhanced blood, but after messing around, I found out it was Bloody Facials messing with the blood on the body. any ideas on how to get it to work with SSS? https://www.nexusmods.com/skyrimspecial ... mods/36791 I tried opening it up in CK to do the alpha texting box check thing, but it is all effect shader files in CK and I honestly have no clue as to what I am looking at or what needs to be changed. Any help would be appreciated!
-
Offline
- Posts: 1
- Joined: 28 Jun 2021, 19:22
Re: Skyrim particle patch for ENB
You know why I have this error with the water or an idea of how to solve it ... I happen with an ENB for SLE specifically the Real Vision ENB ... any help is appreciated ...
[youtube]https://youtu.be/8GqM-R4z4V0[/youtube]
[youtube]https://youtu.be/8GqM-R4z4V0[/youtube]
-
Offline
- *blah-blah-blah maniac*
- Posts: 3137
- Joined: 27 Jan 2012, 13:42
Re: Skyrim particle patch for ENB
Sorry, can't see the video so hard to say.
-
Offline
- Posts: 22
- Joined: 16 Jan 2014, 06:26
Re: Skyrim particle patch for ENB
Realvision was... a long time ago.Luiiisyto wrote: ↑28 Jun 2021, 19:48 You know why I have this error with the water or an idea of how to solve it ... I happen with an ENB for SLE specifically the Real Vision ENB ... any help is appreciated ...
[youtube]https://youtu.be/8GqM-R4z4V0[/youtube]
Try a different preset. Make sure you use only one water mod -- either RWT or Pure Water -- and one weather mod.
_________________
R5 3500 / Kingston HyperX 3200 x 4 / MSI X370 SLI Plus / Gigabyte GTX1650S Windforce 4gb
R5 3500 / Kingston HyperX 3200 x 4 / MSI X370 SLI Plus / Gigabyte GTX1650S Windforce 4gb
-
Offline
- Posts: 3
- Joined: 21 Sep 2021, 17:15
Re: Skyrim particle patch for ENB
Hey, I apologize if this has already been discussed, but I couldn't find anything via the search.
I'm looking to try to fix the glowing soap effect from the mod Bathing in Skyrim - Tweaked. As far as I can tell the mod uses an Effect Shader "EFSH" record in an .esp plugin. Is there some simple tweak that can be done to the .esp or the player model to make the overlay non-emissive? I have no idea how the EFSH records work so if someone could point me in the right direction I'd appreciate it. Although I somewhat suspect that it's not possible without removing the emissive glow from spell effects like oakflesh, if it's hard coded to use something from the player character model.
Btw the mod in the OP is a godsend. I was getting so irritated by the glowing white water foam in the streams in Whiterun.
I'm looking to try to fix the glowing soap effect from the mod Bathing in Skyrim - Tweaked. As far as I can tell the mod uses an Effect Shader "EFSH" record in an .esp plugin. Is there some simple tweak that can be done to the .esp or the player model to make the overlay non-emissive? I have no idea how the EFSH records work so if someone could point me in the right direction I'd appreciate it. Although I somewhat suspect that it's not possible without removing the emissive glow from spell effects like oakflesh, if it's hard coded to use something from the player character model.
Btw the mod in the OP is a godsend. I was getting so irritated by the glowing white water foam in the streams in Whiterun.
-
Offline
- *blah-blah-blah maniac*
- Posts: 3137
- Joined: 27 Jan 2012, 13:42
Re: Skyrim particle patch for ENB
Thanks, glad you've found my patch useful.
Not familiar with that mod so hard to say anything conclusive, but you should probably try to take a look at the shader with CK since it's probably easier to get an idea what's going on that way.
Could be something as simple as wrong alpha blending mode. If you have no idea what that is a good approach is to find an effect that you know works properly and then compare to the buggy one.
For the most part, each effect uses it's own effect shader (unless the modder "borrowed" one of the vanilla ones) so it should be possible to fix the issue without affecting other effects.
Not familiar with that mod so hard to say anything conclusive, but you should probably try to take a look at the shader with CK since it's probably easier to get an idea what's going on that way.
Could be something as simple as wrong alpha blending mode. If you have no idea what that is a good approach is to find an effect that you know works properly and then compare to the buggy one.
For the most part, each effect uses it's own effect shader (unless the modder "borrowed" one of the vanilla ones) so it should be possible to fix the issue without affecting other effects.