Decorating black borders via ReShade

Share your videos and screenshots
Kurne
Stygian Watcher
42 | 3
Great Supporter Badge
Donated 5 times
Great Patron Badge
Patreon Contributor
I cannot seem to get this to work I have done everything, including moving and renaming and replacing the layer file, but when i toggle reshade i can see the colors change and deepen a bit, but the side bars remain black on the screen with no update?
InvokeList
Thunder Beetle
54 | 15
Common Popularity Badge
Has a thread with over 10.000 views
Great Supporter Badge
Donated 5 times
Common Guide Badge
Created a complete character guide
Kurne wrote:I cannot seem to get this to work I have done everything, including moving and renaming and replacing the layer file, but when i toggle reshade i can see the colors change and deepen a bit, but the side bars remain black on the screen with no update?

Press Shift+F2 in-game then check the Layer.fx (and make sure you used the .ini file)

Check this on your ReShade.ini file if your CurrentPresetPath is DefaultPreset.ini:

[GENERAL]
NoFontScaling=0
ScreenshotIncludePreset=0
TextureSearchPaths=.\reshade-shaders\Textures
EffectSearchPaths=.\reshade-shaders\Shaders
CurrentPresetPath=.\DefaultPreset.ini
ScreenshotPath=.\Screenshots
PerformanceMode=1
User avatar
Zefir
Invader
9 | 15
Great Popularity Badge
Has a thread with over 50.000 views
It turned out such a gray version :^)
In preset with only Layer.fx is enabled:

Image

With my default preset:
► Show Spoiler

Links:

InvokeList
Thunder Beetle
54 | 15
Common Popularity Badge
Has a thread with over 10.000 views
Great Supporter Badge
Donated 5 times
Common Guide Badge
Created a complete character guide
D3 Layer that blends on the Lobby and Default HP/Mana GUI (BETA):

Image
Image

Download: https://drive.google.com/file/d/1G6EYl_ ... Evq_Y/view
To adjust for your screen size, press Shift + F2 then uncheck "Performance Mode", go to layers.fx (I prefer Layer Blend for this is 0.929)
User avatar
Zefir
Invader
9 | 15
Great Popularity Badge
Has a thread with over 50.000 views
InvokeList wrote:D3 Layer that blends on the Lobby and Default HP/Mana GUI (BETA)

Looks great. I was going to make something in "stone" style, but you beat me to it ;)

Just in case if someone wishes to expand bottom bar, here's the layers I use: https://drive.google.com/file/d/1Su-HXVW9WkVoyfDhQchjXNAOB5aBVm9K/view
KasteSponja
Skeleton
2 | 0
Hello

First of all, thanks for your work and sorry for my english...

I have one problem with the layer. I have this configuration:

Image

Mi computer has a resolution of 1920x1080 and i have tried a lot of posibilities, but it doesn´t works.
Any time i see something like this:

Image

What is the correct configuration of Glide?.

Thanks
User avatar
Zefir
Invader
9 | 15
Great Popularity Badge
Has a thread with over 50.000 views
KasteSponja wrote:What is the correct configuration of Glide?.


Hi! Sorry for late response.
Looks strange, but like exactly Glide is setted correct. Have you tried to change the scale factor of layer itself? It have to be 1.2 on your resolution.

...but layer's aspect ratio is abnormal too ;-|
User avatar
Ekital
Grubber
310 | 11
Legendary Supporter Badge
Donated 25 times
Common Auction Badge
Won 50 auctions
KasteSponja wrote:Hello

First of all, thanks for your work and sorry for my english...

I have one problem with the layer. I have this configuration:

Image

Mi computer has a resolution of 1920x1080 and i have tried a lot of posibilities, but it doesn´t works.
Any time i see something like this:

Image

What is the correct configuration of Glide?.

Thanks


Try 1.5 for the scale in the Default Preset. Thats what did it for me and I have a 1920x1080 resolution as well.
KasteSponja
Skeleton
2 | 0
I have tried the configuration that you indicate, but it does not work. :cry:

Image
User avatar
Zefir
Invader
9 | 15
Great Popularity Badge
Has a thread with over 50.000 views
KasteSponja wrote:I have tried the configuration that you indicate, but it does not work. :cry:

Let's see the shader's source — file <your-diablo-ii-installation>\reshade-shaders\Shaders\Layer.fx.
We are looking for this snippet:

#ifndef LAYER_SOURCE
#define LAYER_SOURCE "layer.png"
#endif
#ifndef LAYER_SIZE_X
#define LAYER_SIZE_X 1280
<-- There must be 1280
#endif
#ifndef LAYER_SIZE_Y
#define LAYER_SIZE_Y 720
<-- and there — 720
#endif


It's unlikely that there will be other default values, but I'm really confused by the wrong ratio. Maybe it's the key to solution :?: