List of client commands: Difference between revisions

From Vintage Story Wiki
m
Added game navbox.
m (Add arguments to fountain command)
m (Added game navbox.)
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{GameVersion|1.15}}
<translate>
<translate>
<!--T:13-->
{{GameVersion|1.15}}
<!--T:1-->
<!--T:1-->
'''Commands''' offer advanced features and configuration abilities for your game. There are really 2 lists of commands - Client and [[List of server commands|Server]]. The client is what displays your game on the screen, plays the sounds, takes in your controls and lets you connect to a game server (single or multiplayer). Client commands are those that usually just affect the appearance of your game, while server commands allows you to modify the world or configuration of the game.
'''Commands''' offer advanced features and configuration abilities for your game. There are really 2 lists of commands - Client and {{ll|List of server commands|Server}}. The client is what displays your game on the screen, plays the sounds, takes in your controls and lets you connect to a game server (single or multiplayer). Client commands are those that usually just affect the appearance of your game, while server commands allows you to modify the world or configuration of the game.


<!--T:2-->
<!--T:2-->
Line 11: Line 10:


<!--T:14-->
<!--T:14-->
See also: [[List_of_server_commands|List of server commands]]
See also: {{ll|List_of_server_commands|List of server commands}}


<!--T:15-->
</translate>
__FORCETOC__
__FORCETOC__
 
<translate>
== Client Commands == <!--T:4-->
== Client Commands == <!--T:4-->
=== .blockitempngexport ===
=== .blockitempngexport ===
*<code>.blockitempngexport [imageSize] [inv|all] [domain]</code><br /> Export all items and blocks as png images
*<code>.blockitempngexport [inv|all] [imageSize] [domain]</code><br /> Export all items and blocks as png images


=== .cam === <!--T:16-->
=== .cam === <!--T:16-->
{{:List of client commands/cam}}
{{:List of client commands/cam{{#translation:}}}}


=== .c[louds] === <!--T:17-->
=== .c[louds] === <!--T:17-->
Line 32: Line 31:


=== .chatsize === <!--T:18-->
=== .chatsize === <!--T:18-->
*<code>.chatsize</code><br /> Set the chat dialog width and height (default 400x160)
*<code>.chatsize [width]/default [height]/default</code><br /> Set the chat dialog with custom width and/or height (default 400x160 [Depending on the interface])


=== .clearchat === <!--T:19-->
=== .clearchat === <!--T:19-->
Line 41: Line 40:


=== .clientconfig === <!--T:6-->
=== .clientconfig === <!--T:6-->
{{:List of client commands/clientconfig}}
{{:List of client commands/clientconfig{{#translation:}}}}


=== .clientconfigcreate === <!--T:21-->
=== .clientconfigcreate === <!--T:21-->
*<code>.clientconfigcreate [name] [datatype] [value]</code><br /> Adds a new client configuration key that did not exist before.
*<code>.clientconfigcreate [name] [datatype] [value]</code><br /> Adds a new client configuration key that did not exist before.
<br />
*<code>.clientconfigcreate overheadLookAt bool true</code><br /> Adds a client configuration key that causes the player's seraph to look at the camera when it is in front of the character. Set to false to disable.


=== .clients === <!--T:22-->
=== .clients === <!--T:22-->
*<code>.clients</code><br /> List of connected players
*<code>.clients</code><br /> List of connected players.
*<code>.clients ping</code><br /> List of connected players with their ping.


=== .cp === <!--T:23-->
=== .cp === <!--T:23-->
Line 90: Line 92:
* <code>.debug recalctrav</code><br /> Recalculate traversability of all chunks.
* <code>.debug recalctrav</code><br /> Recalculate traversability of all chunks.
* <code>.debug find [blockName]</code><br /> Specify all or part of the name of a block to find its coordinates.
* <code>.debug find [blockName]</code><br /> Specify all or part of the name of a block to find its coordinates.
[[List of server commands/debug]] also exists. Use <code>.help debug</code> for more info on debug commands.
{{ll|List of server commands/debug}} also exists. Use <code>.help debug</code> for more info on debug commands.


=== .edi === <!--T:24-->
=== .edi === <!--T:24-->
Line 118: Line 120:
=== .lockfly === <!--T:32-->
=== .lockfly === <!--T:32-->
*<code>.lockfly</code><br /> Locks a movement axis during flying/swimming
*<code>.lockfly</code><br /> Locks a movement axis during flying/swimming
*<code>.lockfly 1</code><br /> Locks a movement axis to X
*<code>.lockfly 2</code><br /> Locks a movement axis to Y
*<code>.lockfly 3</code><br /> Locks a movement axis to Z


=== .logticks === <!--T:33-->
=== .logticks === <!--T:33-->
*<code>.logticks</code><br /> Toggle Tick profiling. Won't log ticks below the threshold.
*<code>.logticks</code><br /> Toggle Tick profiling. Won't log ticks below the threshold.


=== .moddb === <!--T:34-->
=== .map=== <!--T:34-->
*<code>.moddb [install|remove|list|search]</code><br /> ModDB utility. To install and remove mods.
*<code>.purgedb</code><br /> Purges map DB.
*<code>.redraw</code><br /> Redraws map.
*<code>.worldmapsize [mapHeight] [mapWidth]</code><br /> Sets world map size.


=== .moon === <!--T:35-->
=== .moon === <!--T:35-->
Line 142: Line 149:
=== .online === <!--T:40-->
=== .online === <!--T:40-->
*<code>.online</code><br /> Prints list of online players.
*<code>.online</code><br /> Prints list of online players.
*<code>.online ping</code><br /> Prints list of online players with their ping.


=== .pastemode === <!--T:41-->
=== .pastemode === <!--T:41-->
Line 183: Line 191:


=== .we === <!--T:51-->
=== .we === <!--T:51-->
*<code>.we</code><br /> World edit toolbar, see more in [[How_to_use_WorldEdit|How to use WorldEdit]]
*<code>.we</code><br /> World edit toolbar, see more in {{ll|How_to_use_WorldEdit|How to use WorldEdit}}


=== .zfar === <!--T:10-->
=== .zfar === <!--T:10-->
*<code>.zfar [value]</code><br /> Sets the clipping plane distance, everything beyond given value is no longer visible (default value is 1000). Very high values will cause Z-fighting.
*<code>.zfar [value]</code><br /> Sets the clipping plane distance, everything beyond given value is no longer visible (default value is 1000). Very high values will cause Z-fighting.


<!--T:52-->
</translate>
{{Game navbox}}
{{Navbox/modding|Vintage Story}}
{{Navbox/modding|Vintage Story}}
</translate>
Confirmedusers
637

edits