List of client commands/clientconfig: Difference between revisions

From Vintage Story Wiki
(Created page with "* <code>.clientconfig [parameterName] [parameterValue]</code><br />Changes client configuration at runtime. It can change any value in the clientsettings.json file. <code>para...")
 
(Marked this version for translation)
Tags: Mobile edit Mobile web edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<languages/>
<translate>
<!--T:1-->
<onlyinclude>
* <code>.clientconfig [parameterName] [parameterValue]</code><br />Changes client configuration at runtime. It can change any value in the clientsettings.json file. <code>parametername</code> may seem like subcommands, but is actually a dynamic list of options. This means that mods can change the list of options.
* <code>.clientconfig [parameterName] [parameterValue]</code><br />Changes client configuration at runtime. It can change any value in the clientsettings.json file. <code>parametername</code> may seem like subcommands, but is actually a dynamic list of options. This means that mods can change the list of options.
** <code>floatyGuis [1|0]</code><br />Enables/disables the experimental feature where chest dialogs float above the chests
** <code>floatyGuis [1|0]</code><br />Enables/disables the experimental feature where chest dialogs float above the chests
Line 4: Line 9:
** <code>ssaa [0.5|2]</code><br />Controls Screen Space Anti-Aliasing. <code>0.5</code> value enables 0.5x Sampling rate and may give a performance gain at the cost of reduced graphics quality for low end hardware. <code>2</code> value enables 2-4x Sampling rate.
** <code>ssaa [0.5|2]</code><br />Controls Screen Space Anti-Aliasing. <code>0.5</code> value enables 0.5x Sampling rate and may give a performance gain at the cost of reduced graphics quality for low end hardware. <code>2</code> value enables 2-4x Sampling rate.
** <code>gammaLevel [level]</code><br />Allows to set gamma level in survival mode. Value <code>1</code> is the default 100%, <code>1.5</code> is brighter.
** <code>gammaLevel [level]</code><br />Allows to set gamma level in survival mode. Value <code>1</code> is the default 100%, <code>1.5</code> is brighter.
</onlyinclude>
<!--T:2-->
[[List of client commands]]
</translate>

Latest revision as of 23:52, 22 February 2022

Other languages:


  • .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.


List of client commands