List of client commands/clientconfig: Difference between revisions

From Vintage Story Wiki
No edit summary
Tags: Mobile edit Mobile web edit
(Marked this version for translation)
Tags: Mobile edit Mobile web edit
 
Line 2: Line 2:


<translate>
<translate>
<!--T:1-->
<onlyinclude>
<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.
Line 10: Line 11:
</onlyinclude>
</onlyinclude>


<!--T:2-->
[[List of client commands]]
[[List of client commands]]
</translate>
</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