73 lines
2.2 KiB
XML
73 lines
2.2 KiB
XML
<!--
|
|
- @ Version: SCREEN SPACE SHADERS - UPDATE 22
|
|
- @ Description: SSS - MCM strings
|
|
- @ Author: https://www.moddb.com/members/ascii1457
|
|
- @ Mod: https://www.moddb.com/mods/stalker-anomaly/addons/screen-space-shaders
|
|
-->
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<string_table>
|
|
|
|
<!-- Button -->
|
|
<string id="ui_mcm_ssfx_module_sss">
|
|
<text>SSS</text>
|
|
</string>
|
|
|
|
<!-- SSR Settings -->
|
|
<string id="ui_mcm_ssfx_module_sss_title">
|
|
<text>Screen Space Reflections Settings</text>
|
|
</string>
|
|
|
|
|
|
<string id="ui_mcm_ssfx_module_sss_quality_dir_mcm">
|
|
<text>Directional Lights Quality</text>
|
|
</string>
|
|
|
|
<string id="ui_mcm_ssfx_module_sss_quality_dir_mcm_desc">
|
|
<text>Quantity of samples used to create directional light shadows ( Sun and Moon ). More samples improve the definition of shadows. [ 6 - 12 - 18 - 24 ]</text>
|
|
</string>
|
|
|
|
<string id="ui_mcm_ssfx_module_sss_quality_point_mcm">
|
|
<text>Omni Lights Quality</text>
|
|
</string>
|
|
|
|
<string id="ui_mcm_ssfx_module_sss_quality_point_mcm_desc">
|
|
<text>Quantity of samples used to create omni lights shadows ( Bulbs, Bonfires, etc. ). More samples improve the definition of shadows. [ 2 - 4 - 6 - 8 ]</text>
|
|
</string>
|
|
|
|
|
|
<string id="ui_mcm_ssfx_module_sss_enable_dir_mcm">
|
|
<text>Enable Directional Lights Shadows</text>
|
|
</string>
|
|
|
|
<string id="ui_mcm_ssfx_module_sss_enable_dir_mcm_desc">
|
|
<text>Enable/Disable screen space shadows for directional lights. ( Sun and Moon )</text>
|
|
</string>
|
|
|
|
<string id="ui_mcm_ssfx_module_sss_enable_point_mcm">
|
|
<text>Enable Omni Lights Shadows</text>
|
|
</string>
|
|
|
|
<string id="ui_mcm_ssfx_module_sss_enable_point_mcm_desc">
|
|
<text>Enable/Disable screen space shadows for omni-directional lights. ( Bulbs, Bonfires, etc. )</text>
|
|
</string>
|
|
|
|
|
|
<string id="ui_mcm_ssfx_module_sss_len_dir_mcm">
|
|
<text>Lenght of Directional Lights Shadows</text>
|
|
</string>
|
|
|
|
<string id="ui_mcm_ssfx_module_sss_len_dir_mcm_desc">
|
|
<text>Adjust the maximum lenght of directional shadows.</text>
|
|
</string>
|
|
|
|
<string id="ui_mcm_ssfx_module_sss_len_point_mcm">
|
|
<text>Lenght of Omni Lights Shadows</text>
|
|
</string>
|
|
|
|
<string id="ui_mcm_ssfx_module_sss_len_point_mcm_desc">
|
|
<text>Adjust the maximum lenght of all omni-directional shadows.</text>
|
|
</string>
|
|
|
|
</string_table> |