62 lines
1.8 KiB
XML
62 lines
1.8 KiB
XML
<!--
|
|
- @ Version: SCREEN SPACE SHADERS - UPDATE 22
|
|
- @ Description: Parallax - 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_parallax">
|
|
<text>Parallax</text>
|
|
</string>
|
|
|
|
<!-- Parallax Settings -->
|
|
<string id="ui_mcm_ssfx_module_parallax_title">
|
|
<text>Terrain Settings</text>
|
|
</string>
|
|
|
|
<string id="ui_mcm_ssfx_module_parallax_quality_mcm">
|
|
<text>Parallax Quality</text>
|
|
</string>
|
|
|
|
<string id="ui_mcm_ssfx_module_parallax_quality_mcm_desc">
|
|
<text>Define the visual quality of the effect. Higher settings increase the amount of samples used to smooth the result.</text>
|
|
</string>
|
|
|
|
<string id="ui_mcm_ssfx_module_parallax_refine_mcm">
|
|
<text>Parallax Refine</text>
|
|
</string>
|
|
|
|
<string id="ui_mcm_ssfx_module_parallax_refine_mcm_desc">
|
|
<text>Adds a refinement phase to improve the parallax effect. Enable/Disable this option to improve the visual quality or gain some performance.</text>
|
|
</string>
|
|
|
|
<string id="ui_mcm_ssfx_module_parallax_range_mcm">
|
|
<text>Parallax Distance</text>
|
|
</string>
|
|
|
|
<string id="ui_mcm_ssfx_module_parallax_range_mcm_desc">
|
|
<text>Option to define the maximum rendering distance of the parallax effect.</text>
|
|
</string>
|
|
|
|
<string id="ui_mcm_ssfx_module_parallax_height_mcm">
|
|
<text>Parallax Height</text>
|
|
</string>
|
|
|
|
<string id="ui_mcm_ssfx_module_parallax_height_mcm_desc">
|
|
<text>Use this value to adjust the maximum height of the parallax effect.</text>
|
|
</string>
|
|
|
|
<string id="ui_mcm_ssfx_module_parallax_ao_mcm">
|
|
<text>Parallax AO</text>
|
|
</string>
|
|
|
|
<string id="ui_mcm_ssfx_module_parallax_ao_mcm_desc">
|
|
<text>Set the amount of extra ambient occlusion applied to the parallax surfaces.</text>
|
|
</string>
|
|
|
|
</string_table> |