shinji

Untitled

May 24th, 2018
914
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. Modded Minecraft Packs and Shaders
  2.  
  3. Disclaimer: I'm going to mention this up front. Optifine and Shaders are not officially supported by the FTB team. As it stands Optifine can't be included on packs hosted on CurseForge must be able to download all the associated mods from CurseForge itself. All FTB packs are currently being hosted on CurseForge.
  4.  
  5. So... For many minecraft packs people have wanted to add Shaders. The two that I have seen lately are FTB Continuum and FTB Revelations. As far as I can tell I have Shaders working fine in both. The issue is primarily the skybox. In the case of Continuum you have to disable the skybox in use in advanced Rocketry. For Revelations you have to do that plus add the overworld as having a weak skybox render so it doesn't load its custom one. Here are the edits if you want it to work. If there are any other packs with Shader issues let me know and I can try to work out what is needed to workaround the issues.
  6.  
  7. Skybox Fixes
  8.  
  9. config/advRocketry/advancedRocketry.cfg
  10. Affects: FTB Revelations <2.0.0, FTB Continuum, All the Mods 3
  11. Line 40
  12. B:PlanetSkyOverride=false
  13. Line 43
  14. B:StationSkyOverride=false
  15. Line 55
  16. B:overworldSkyOverride=false
  17.  
  18. config/astralsorcery.cfg
  19. Affects: FTB Revelations
  20. Line 171
  21. Add 0 to S:weakSkyRenders so it shows like this:
  22. S:weakSkyRenders <
  23. 0
  24. >
  25.  
  26. config/astralsorcery.cfg
  27. Affects: All the Mods 3
  28. Line 171
  29. Add 0 to S:weakSkyRenders so it shows like this:
  30. S:weakSkyRenders <
  31. 0
  32. -6
  33. >
  34.  
  35. On some packs TipTheScales is included to expand the options for UI scaling. If you install Optfine then crash when loading video settings then an older version is being packed in. You will want to disable or remove that mod to remove the conflict. The mod was later updated to disable itself if Optifine is detected as being present in order to avoid said crash.
Advertisement
Add Comment
Please, Sign In to add comment