Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
shaders [2018/06/13 12:05] – created simibubishaders [2018/06/13 12:41] – [Fixing Shaders] simibubi
Line 6: Line 6:
  
 Adding Shaders to your game has never been as easy as it is now. (MC 1.10+) Adding Shaders to your game has never been as easy as it is now. (MC 1.10+)
 +
 1. Add the latest version of the [[https://optifine.net/downloads|Optifine]] Modification to your Minecraft instance. 1. Add the latest version of the [[https://optifine.net/downloads|Optifine]] Modification to your Minecraft instance.
 +2. Launch the Game
 +3. Download your favorite [[http://shadersmod.net/best-minecraft-shaders/|Shaderpack]]
 +4. Add the zip to your Shaderpacks folder (Options > Video Settings > Shaderpacks > Open folder)
 +
 +Pro Tip: Do not enable or switch Shaderpacks, while playing in a world. It will take much longer than doing so from the Main Menu and potentially crashes your game.
 +
 +Note to Forge Users: Install Optifine not by running the downloaded jar, but by just adding it to your Mods folder.
 +==== Fixing Shaders ====
 +
 +In case you aren't playing vanilla or a light-weight Modpack, you will probably have to consult this section. 
 +
 +Your first option is always to try a different Shaderpack. Most of them differ by a lot in their nature, so if one of them crashes often or looks funny, others might work just fine.
 +
 +Should you find visual glitches, such as eternal darkness, z-fighting in the Sky layer, random Shadows etc, then it's most likely caused by another Mod messing with rendering. Here are some config changes that have proven useful in the past:
 +  * **forge.cfg**  ''B:forgeLightPipelineEnabled=false''
 +  * **immersiveengineering.cfg**  ''B:disableFancyTESR=true''
 +  * **botania.cfg** ''B:shaders.enabled=false''
 +  * **astralsorcery.cfg** Copy the list from ''S:skySupportedDimensions=<list>'' to ''S:weakSkyRenders=<list>''
 +  * **psi.cfg** ''B:shaders.enabled=false''
 +
 +
  
-### Problems with Shaders