Creative Starter Guide: Difference between revisions

From Vintage Story Wiki
(added link to Creative mode - they should probably be merged in the future)
(Changing view of controls and commands; added links to lists of other commands)
Line 16: Line 16:


<!--T:4-->
<!--T:4-->
The default key mappings are as follows (you can change these in the settings)
The default key mappings are as follows (you can change these in the settings):


<!--T:5-->
<!--T:5-->
* '''WASD''' Keys to move around
{|
* '''E''' for Inventory
|-
* '''C''' for Character Inventory
| <span class="key"><span>W</span></span> <span class="key"><span>A</span></span> <span class="key"><span>S</span></span> <span class="key"><span>D</span></span> || To move around
* '''B''' for Block Info (shows you what you currently look at)
|-
* '''V''' to toggle the player location HUD
| <span class="key" id="key-spacebar"><span>Space</span></span> || Jump or Fly up
* '''Shift''' to sneak
|-
* '''L-Ctrl''' to run
| <span class="key shiftleft"><span>Shift</span></span> || Sneak or Fly down
* '''T''' to open the chat dialog
|-
* '''Left Mouse''' break stuff
| <span class="key"><span>E</span></span> || Creative Inventory
* '''Right Mouse''' place/use stuff
|-
* '''Tilde (`)''' to open the world edit gui
| <span class="key"><span>C</span></span> || Character Inventory (Clothes and other Gear)
|-
| <span class="key" id="control"><span>Ctrl</span></span> + <span class="key"><span>W</span></span> || Run
|-
| <span class="key"><span>B</span></span> || Show/Hide block info
|-
| <span class="key"><span>V</span></span> || To toggle the player location HUD
|-
| <span class="key"><span>T</span></span> || Begin typing in the chat overlay
|-
| <span class="key"><span>~ (`)</span></span> || To open the WorldEdit GUI (see more in [[How_to_use_WorldEdit|How to use WorldEdit]])<br /> If doesn't work — type <code>.we</code> in the chat
|}


<!--T:6-->
<!--T:6-->
Some other useful key mappings:
Other creative mode key mappings:


<!--T:7-->
<!--T:7-->
* '''F4''' Hide all guis for making pretty screenshots
{|
* '''F5''' Switch between 1st and 3rd person mode
|-
* '''F12''' Take a screenshot (they will land in your "My Pictures" folder)
| <span class="key"><span>F1</span></span> || Decrease movement speed
|-
| <span class="key"><span>F2</span></span> || Increase movement speed
|-
| <span class="key"><span>F3</span></span> || Toggle flymodes and noclip modes
|}


<!--T:8-->
<!--T:8-->
When in creative mode:
Some other useful key mappings:


<!--T:9-->
<!--T:9-->
* '''F1''' Decrease movement speed
{|
* '''F2''' Increase movement speed
|-
* '''F3''' Toggle flymodes and noclip modes
| <span class="key"><span>F4</span></span> || Show/Hide user interfaces
|-
| <span class="key"><span>F5</span></span> || Cycle through camera modes (1st person, 3rd person, overhead)
|-
| <span class="key"><span>F12</span></span> || Take a screenshot (they will land in your "My Pictures" folder)
|}


== Basic commands == <!--T:10-->
==Basic commands== <!--T:10-->


<!--T:11-->
<!--T:11-->
* '''/gamemode 2''' or '''/gamemode cr''' to switch to creative mode
*<code>/gamemode 2</code> or <code>/gamemode cr</code><br> To switch to creative mode
* '''/gamemode 1''' or '''/gamemode su''' to switch to survival mode
 
* '''/time set morning''' Sets the daytime to 8am
*<code>/gamemode 1</code> or <code>/gamemode su</code><br> To switch to survival mode
* '''/time set day''' Sets the daytime to 12am
 
* '''/time set night''' Sets the daytime to 8 pm
*<code>/time set morning</code><br> Sets the daytime to 8 am
* '''/time speed 0''' Stops the day/night cycle
 
* '''/time speed 60''' Resumes the day/night cycle
*<code>/time set day</code><br> Sets the daytime to 12 am
 
*<code>/time set night</code><br> Sets the daytime to 8 pm
 
*<code>/time speed 0</code><br> Stops the day/night cycle
 
*<code>/time speed 60</code><br> Resumes the day/night cycle
 
<!--T:12-->
You can see other commands on these pages: [[List_of_client_commands|List of client commands]] and [[List_of_server_commands|List of server commands]]


</translate>
</translate>


{{Navbox/modding|Vintage Story}}
{{Navbox/modding|Vintage Story}}

Revision as of 21:14, 20 April 2023


This page includes information on playing in creative mode.

This page was last verified for Vintage Story version 1.15.


Tutorial video

Controls

The default key mappings are as follows (you can change these in the settings):

W A S D To move around
Space Jump or Fly up
Shift Sneak or Fly down
E Creative Inventory
C Character Inventory (Clothes and other Gear)
Ctrl + W Run
B Show/Hide block info
V To toggle the player location HUD
T Begin typing in the chat overlay
~ (`) To open the WorldEdit GUI (see more in How to use WorldEdit)
If doesn't work — type .we in the chat

Other creative mode key mappings:

F1 Decrease movement speed
F2 Increase movement speed
F3 Toggle flymodes and noclip modes

Some other useful key mappings:

F4 Show/Hide user interfaces
F5 Cycle through camera modes (1st person, 3rd person, overhead)
F12 Take a screenshot (they will land in your "My Pictures" folder)

Basic commands

  • /gamemode 2 or /gamemode cr
    To switch to creative mode
  • /gamemode 1 or /gamemode su
    To switch to survival mode
  • /time set morning
    Sets the daytime to 8 am
  • /time set day
    Sets the daytime to 12 am
  • /time set night
    Sets the daytime to 8 pm
  • /time speed 0
    Stops the day/night cycle
  • /time speed 60
    Resumes the day/night cycle

You can see other commands on these pages: List of client commands and List of server commands


Icon Sign.png

Wondering where some links have gone?
The modding navbox is going through some changes! Check out Navigation Box Updates for more info and help finding specific pages.

Modding
Modding Introduction Getting Started Theme Pack
Content Modding Content Mods Developing a Content Mod Basic Tutorials Intermediate Tutorials Advanced Tutorials Content Mod Concepts
Code Modding Code Mods Setting up your Development Environment
Property Overview ItemEntityBlockBlock BehaviorsBlock ClassesBlock EntitiesBlock Entity BehaviorsWorld properties
Workflows & Infrastructure Modding Efficiency TipsMod-engine compatibilityMod ExtensibilityVS Engine
Additional Resources Community Resources Modding API Updates Programming Languages List of server commandsList of client commandsClient startup parametersServer startup parameters
Example ModsAPI DocsGitHub Repository