Translations:List of client commands/6/ru: Difference between revisions

From Vintage Story Wiki
(Created page with "=== .clientconfig === {{:Список клиентских команд/clientconfig}}")
 
No edit summary
Line 1: Line 1:
=== .clientconfig ===
=== .clientconfig ===
{{:Список клиентских команд/clientconfig}}
{{:List of client commands/clientconfig}}

Revision as of 16:07, 12 June 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (List of client commands)
=== .clientconfig ===
{{:List of client commands/clientconfig{{#translation:}}}}

.clientconfig

  • .clientconfig [parameterName] [parameterValue]
    Changes client configuration at runtime. It can change any value in the clientsettings.json file. parametername may seem like subcommands, but is actually a dynamic list of options. This means that mods can change the list of options.
    • floatyGuis [1|0]
      Enables/disables the experimental feature where chest dialogs float above the chests
    • showentitydebuginfo [0|1]
      Displays arbitrary debug information above entities
      May require corresponding server command /entity debug 1
    • ssaa [0.5|2]
      Controls Screen Space Anti-Aliasing. 0.5 value enables 0.5x Sampling rate and may give a performance gain at the cost of reduced graphics quality for low end hardware. 2 value enables 2-4x Sampling rate.
    • gammaLevel [level]
      Allows to set gamma level in survival mode. Value 1 is the default 100%, 1.5 is brighter.