Minecraft Texture Packs / Other Packs

No Dark Inventory Overlay

  • check_circle GUI
  • check_circle Misc
  • 3,965 views, 5 today
  • 780 downloads, 2 today
  • 25
  • 15
  • 8
SuperAnt_'s Avatar SuperAnt_
Level 22 : Expert Network
3

No dark background overlay from inventories and pause menu



This resource pack removes dark background overlay from all different type of inventories and pause menu.
Afaik I am the first one who made this without using any mods.


Versions: 1.17.1 1.20.1+

Works with both Optifine and Sodium.


Note:

You can also customize transparency and color of the dark background overlay to whatever you want. To do that, open a file called rendertype_gui.vsh (if you are on versions 1.17.1 – 1.19.4, open the file position_color.vsh instead), go to line 18 and change the value of vertexColor.a to whatever you want. 0 is fully transparent (it is set by default), 1 is the opposite, 0.5 is 50% transparent. To change the color of the overlay, delete the whole line 18 and change it to vertexColor = vec4(0, 0, 0, 0);, and then change zeros to values you want. The first zero is for red, the second is for blue, the third is for green, and the fourth is for alpha aka transparency. You can pick a color and get corresponding values for it on this website.
Progress100% complete
Game VersionMinecraft 1.20
Resolution16x
Tags

Create an account or sign in to comment.

Logwan
12/20/2023 1:11 pm
Level 1 : New Miner
Logwan's Avatar
Hello. how did you know that dark overlay is equal to vertexColor.r == 0.0627451 ? How do I know how to change, for example, f3 overlay, what color is this?
1
SuperAnt_
01/06/2024 5:15 pm
Level 22 : Expert Network
SuperAnt_'s Avatar
It was just trying and trying, finding the right number by just trying. For example I make the condition "if (vertexColor.r > 0.5)", the overlay doesn't disappear, so I make "if (vertexColor.r > 0.3)", it still doesn't disappear, so I make "if (vertexColor.r > 0.1)", it still doesn't, so I do "if (vertexColor.r > 0.05)", and it DOES work, so I know now that the value is between 0.05 and 0.1, and I keep checking and checking and checking deeper and deeper until I get the right value. f3 overlay probably is just black with a certain alpha, so you should mainly check for that.
1
DMineShop
07/25/2023 8:51 pm
Level 27 : Expert Artist
history
DMineShop's Avatar
Is it possible to somehow adjust the transparency of the darkening? I would like to leave a little blackout.
2
DMineShop
07/25/2023 9:11 pm
Level 27 : Expert Artist
DMineShop's Avatar
It is clear now. If someone also wants to change the dimming level, here is a small instruction:
1. Open the file from the archive along this path assets/minecraft/shaders/core/rendertype_gui.vsh
2. We are looking for a line at the very bottom with the following content "vertexColor.a = 0"
3. Change the value "0" to whatever you want
"1" - the background will be completely black;
"0" - the background will be completely transparent;
4. You can set any numbers, for example, 0.5, 0.2367, 0.96, etc.
2
SuperAnt_
07/27/2023 9:16 am
Level 22 : Expert Network
SuperAnt_'s Avatar
Also note, that for versions pre 1.20 you need to do the same thing in another file – position_color.vsh.



You can also change the color of the background by changing values of vertexColor.r, vertexColor.g and vertexColor.b for red, green, and blue.
2
VovaHaker
07/11/2023 5:39 am
Level 1 : New System
VovaHaker's Avatar
Wow! You can read chat and be in your inventory at the same time!
2
amandin
07/09/2023 8:40 am
Level 57 : Grandmaster uwu
amandin's Avatar
This is what i have been dreaming of my entire career as a combat player
2
MLG_Zombie
07/09/2023 8:33 am
Level 37 : Artisan Zombie
MLG_Zombie's Avatar
very good
2
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome