INTERNAL REWORK. testers are needed.

This commit is contained in:
Xonk
2023-10-07 22:18:20 -04:00
parent 4d8a5105ed
commit a2fc114c4f
236 changed files with 5437 additions and 10283 deletions

View File

@ -121,8 +121,7 @@ screen.Fog = Fog Settings
option.Evening_Cloudy_Fog = Cloudy Evening Fog Density
option.Night_Cloudy_Fog = Cloudy Night Fog Density
screen.Biome_Fog = Biome Specific Fog
option.Biome_specific_environment = Biome Specific Fog
option.PER_BIOME_ENVIRONMENT = Per Biome Environments
screen.Cave_Fog = Cave Fog
option.Cave_Fog = Cave Fog
@ -190,7 +189,30 @@ screen.Climate = Climate Settings
option.Spring_Leaf_R = Red Amount (for leaves)
option.Spring_Leaf_G = Green Amount (for leaves)
option.Spring_Leaf_B = Blue Amount (for leaves)
screen.SWAMP = Swamp
option.SWAMP_ENV = Swamp Environment
option.SWAMP_UNIFORM_DENSITY = Uniform Fog Density
option.SWAMP_CLOUDY_DENSITY = Cloudy Fog Density
option.SWAMP_R = Red Amount
option.SWAMP_G = Green Amount
option.SWAMP_B = Blue Amount
screen.JUNGLE = Jungle
option.JUNGLE_ENV = Jungle Environment
option.JUNGLE_UNIFORM_DENSITY = Uniform Fog Density
option.JUNGLE_CLOUDY_DENSITY = Cloudy Fog Density
option.JUNGLE_R = Red Amount
option.JUNGLE_G = Green Amount
option.JUNGLE_B = Blue Amount
screen.DARKFOREST = Dark Forest
option.DARKFOREST_ENV = Dark Forest Environment
option.DARKFOREST_UNIFORM_DENSITY = Uniform Fog Density
option.DARKFOREST_CLOUDY_DENSITY = Cloudy Fog Density
option.DARKFOREST_R = Red Amount
option.DARKFOREST_G = Green Amount
option.DARKFOREST_B = Blue Amount
screen.World = World
screen.Water = Water Settings
@ -252,6 +274,7 @@ screen.LabPBR = Lab PBR
screen.POM = Parallax Occlusion Mapping / POM
option.HEIGTHMAP_DEPTH_OFFSET = Heightmap in Depth
option.POM = Parallax Occlusion Mapping
option.MAX_ITERATIONS = Quality
option.POM_DEPTH = Depth
@ -358,6 +381,7 @@ screen.Emissives.comment = §bWhat is this?§r Emissiveness is just how much lig
option.Emissive_Curve.comment = This determines how quickly the emissive texture reaches its brightest point. 1.0 is linear.
screen.POM.comment = Configure settings related to parallax occlusion mapping that uses information provided by a resourcepack.
option.HEIGTHMAP_DEPTH_OFFSET.comment = §bWhat is this?§r This makes the resourcepack provided "heightmap" offset the depth that a lot of effects use. This allows for finer details nearby, and can work as a "budget POM". §aPERFORMANCE COST:§r low to medium - use this if POM is too hard to run.
option.POM.comment = §bWhat is this?§r This effect attempts to create 3D geometry where there previously was none, by using a special image from a resourcepack. This effect basically only pushes inwards, so some artifacts can exist when looking at steep angles. §aPERFORMANCE COST:§r medium to high
option.MAX_ITERATIONS.comment = Configure the quality of the parallax occlusion mapping effect. if you see individual layers when looking up close, inscreasing this makes more layers, so they will become harder to see. §aPERFORMANCE COST:§r high
option.POM_DEPTH.comment = How deep the parallax occlusion mapping effect can go into a surface. §aPERFORMANCE COST:§r very low
@ -382,9 +406,6 @@ screen.Fog.comment = Configure settings related to the raymarched volumetric fog
screen.TOD_fog.comment = Configure the density of fog that appears at specific times of the day.
option.TOD_Fog_mult.comment = Configure how much total fog there is that appears at specific times during the day. this does not effect the atmospheric haze.
screen.Biome_Fog.comment = Configure settings for fog that appear only in specific biomes.
option.Biome_specific_environment.comment = Toggle fog that only appears in specific biomes. §aPERFORMANCE COST:§r low
screen.Cave_Fog.comment = Configure settings for fog that appears when you are in very dark places such as caves.
option.Cave_Fog.comment = Toggle the fog that appears in dark places. It is impossible to accurately tell when you are in a cave with a shader, so this fog might appear in places that are not a cave. §aPERFORMANCE COST:§r low
option.CaveFogFallOff.comment = Configure how quickly the fog gradient reaches its brightest part.
@ -428,6 +449,18 @@ screen.Climate.comment = Configure settings related to the climate, like seasona
screen.Fall_colors.comment = Configure the colors of vegetation during fall.
screen.Winter_colors.comment = Configure the colors of vegetation during winter.
screen.Spring_colors.comment = Configure the colors of vegetation during spring.
option.PER_BIOME_ENVIRONMENT.comment = Toggle all special environments that only appear in some biomes. §aPERFORMANCE COST:§r low
screen.SWAMP.comment = Configure the environment in this biome type.
option.SWAMP_ENV.comment = Toggle the environment only for this biome type. The other biome environments remain active even if this one is disabled.
screen.JUNGLE.comment = Configure the environment in this biome type.
option.JUNGLE_ENV.comment = Toggle the environment only for this biome type. The other biome environments remain active even if this one is disabled.
screen.DARKFOREST.comment = Configure the environment in this biome type.
option.DARKFOREST_ENV.comment = Toggle the environment only for this biome type. The other biome environments remain active even if this one is disabled.
screen.Waving_Stuff.comment = Configure settings related to waving things.
option.WAVY_PLANTS.comment = Toggle waving plants. §aPERFORMANCE COST:§r very low

View File

@ -13,7 +13,7 @@ screen.Misc_Settings = Configurações Diversas
option.ambientLight_only=Apenas Luz Ambiente
option.Glass_Tint=Tintura de Vidro
option.display_LUT=Mostrar LUT
option.ambientSSS_view=Visualização de SSS vindo do Céu
option.SSS_view=Visualização de SSS vindo do Céu
screen.Sun_and_Moon_Colors = Cores Lua/Sol
option.sunPathRotation = Ângulo do Sol
@ -138,8 +138,7 @@ screen.Fog = Ajustes da Névoa
option.Evening_Cloudy_Fog = Densidade da Nublagem à Tarde
option.Night_Cloudy_Fog = Densidade da Nublagem à Noite
screen.Biome_Fog = Névoa Própria de Bioma
option.Biome_specific_environment = Névoa Própria de Bioma
option.PER_BIOME_ENVIRONMENT = Névoa Própria de Bioma
screen.Cave_Fog = Névoa em Caverna
option.Cave_Fog = Névoa em Caverna
@ -423,8 +422,7 @@ screen.Fog.comment = Ajustes relacionados à névoa volumétrica ou névoa dista
screen.TOD_fog.comment = Ajusta a densidade da névoa que aparece em horários especifícos do dia.
option.TOD_Fog_mult.comment = Ajusta quantidade total de névoa que aparece em horários especifícos do dia. Isso não afeta a névoa atmosférica.
screen.Biome_Fog.comment = Ajustes para a névoa que apenas aparece em biomas especifícos.
option.Biome_specific_environment.comment = Habilita uma névoa que apenas aparece em biomas especifícos. §aCUSTO DE PERFORMANCE:§r Baixo
option.PER_BIOME_ENVIRONMENT.comment = Habilita uma névoa que apenas aparece em biomas especifícos. §aCUSTO DE PERFORMANCE:§r Baixo
screen.Cave_Fog.comment = Ajustes para a névoa que aparece em lugares escuros, como cavernas.
option.Cave_Fog = Névoa de Caverna

View File

@ -119,8 +119,7 @@ screen.Fog = 雾气设置
option.Night_Uniform_Fog = 夜晚 - 雾气密度
option.Night_Cloudy_Fog =夜 晚 - 云雾密度
screen.Biome_Fog = 群系雾
option.Biome_specific_environment = 生物群系特定雾气
option.PER_BIOME_ENVIRONMENT = 生物群系特定雾气
screen.Cave_Fog = 洞穴雾气
option.Cave_fog = 洞穴雾气
@ -378,8 +377,7 @@ screen.Fog.comment = 配置和光线行进体积雾, 基于距离的雾气相关
screen.TOD_fog.comment = 配置一天中特定时间出现的雾气的密度.
option.TOD_Fog_mult.comment = 配置一天中特定时间出现的总体雾气量. 本选项不影响大气雾霾密度.
screen.Biome_Fog.comment = 配置仅出现在特定群系的的雾气.
option.Biome_specific_environment.comment = 特定群系的特殊雾气效果开关. §a性能消耗水平:§r 低.
option.PER_BIOME_ENVIRONMENT.comment = 特定群系的特殊雾气效果开关. §a性能消耗水平:§r 低.
screen.Cave_Fog.comment = 配置仅出现在黑暗区域的雾气设置, 例如洞穴.
option.Cave_Fog.comment = 仅出现在黑暗区域的雾气. 因为光影不可能准确地判断出你是否在一个洞穴里, 所以这种雾气可能会出现在不是洞穴的地方. §a性能消耗水平:§r 低.
@ -564,7 +562,7 @@ screen.Post_Processing.comment = 配置所有后处理效果设置, 从抗锯齿
option.Glass_Tint=玻璃色调
option.Glass_Tint.comment=背景通过混合玻璃本身的颜色获得强烈的色调.
option.display_LUT=显示 LUT
option.ambientSSS_view=天空光次表面散射视图
option.SSS_view=天空光次表面散射视图
#Climate