Список клиентских команд

From Vintage Story Wiki
Revision as of 08:41, 23 January 2021 by Zybillo (talk | contribs)

"Команды" предлагают расширенные функции и возможности настройки для вашей игры. На самом деле существует 2 списка команд - Клиент и Сервер. Клиент-это то, что отображает вашу игру на экране, воспроизводит звуки, дает возможность управлять и позволяет вам подключаться к игровому серверу (одиночному или многопользовательскому). Клиентские команды-это те, которые влияют на внешний вид вашей игры, в то время как серверные команды позволяют вам изменять мир или конфигурацию игры.

Все команды вводятся в окне чата. Клиентская команда всегда начинается с точки (.), а серверная-с косой черты (/).

Вот список самых полезных. См. временно прикрепленный полный список из раздела 1.5.1.4 в нижней части страницы. Вы можете использовать".help [command]", чтобы увидеть справку о ней.

Клиентские команды

.cam

Список клиентских команд/cam

.clearchat

  • .clearchat
    Очищает историю вашего чата.

.clientconfig

Список клиентских команд/clientconfig

.debug

  • .debug wireframe chunk
    Shows chunk borders. [List of server commands/debug] also exists. Use .help debug for more info on debug commands. Running .debug wireframe will give some help info.

.reload

  • .reload shapes
    Reloads all JSON models from assets/blockshapes. Can be used to quickly test new block shapes.
    Notice: The chunks are not redrawn, so you'd have to force a redraw e.g. by placing and removing a block.
    • .reload textures
      Reloads all textures from assets/textures. Can be used to quickly test texture changes.

.viewdistance

  • .viewdistance
    Sets the viewing distance. Same as setting the view distance in the graphics settings but with no upper limit. For viewing distances above 1000 blocks you also have to set the .zfar value above that.

.zfar

  • .zfar [value]
    Sets the clipping plane distance, everything beyond given value is no longer visible (default value is 1000). Very high values will cause Z-fighting.

Not fully documented yet

.blockitempngexport - Export all items and blocks as png images
.cam - Cinematic camera tools
.cdensity - Set large and small cloud density
.cdensitylarge - Set large cloud density
.cdensitysmall - Set small cloud density
.chatsize - Set the chat dialog width and height (default 400x160)
.clearchat - Clear all chat history
.client+ - Client+ configuration command.
.clientconfig - Set/Gets a client setting
.clients - List of connected players
.clight - Set Cloud lightness
.cp - Copy something to your clipboard
.crand - Set large and small cloud noise.
.cviewdist - Sets the cloud view distance. Will be reset when view distance in graphics settings are changed.
.debug - Debug utilities
.edi - Show/Hide Exented information on debug screen, e.g. block lighting.
.fbdeb - Toggle Framebuffer/WOIT Debug mode
.fountain - Toggle Particle fountain
.freemove - Toggle Freemove
.gencraftjson - Copies a snippet of json from your currently held item usable as a crafting recipe ingredient
.gui - Hide/Show all GUIs
.help - Display list of availble client commands
.lockfly - Locks a movement axis during flying/swimming
.logticks - Toggle Tick profiling. Won't log ticks below the thresholf.
.moon - Prints the current moon phase.
.movespeed - Set Movespeed
.music - Shows current music track
.netbenchmark - Toggles network benchmarking
.noclip - Toggle noclip
.online - Prints list of online players.
.pastemode - Set the chats paste mode. If set to multi pasting multiple lines will produce multiple chat lines.
.recomposechat - Recompose chat dialogs
.reconnect - Reconnect to server
.reload - Asseted reloading utility. Incase of shape reload will also Re-tesselate. Incase of textures will regenerate the texture atlasses.
.resolution - Sets the screen size to given width and height
.serverinfo - Display information about server info
.spawndecal - Spawn a decal at position
.tfedit - Opens the Transform Editor
.time - Read local game time or speed
.viewdistance - Set view distance
.vrec - Video Recorder Tools
.we - World edit toolbar
.zfar - Sets the zfar clipping plane. Useful when up the limit of 1km view distance.