Guide:Creative mode: Difference between revisions
From Vintage Story Wiki
(added link to Creative mode - they should probably be merged in the future) |
Erfarenort (talk | contribs) (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--> | ||
{| | |||
|- | |||
| <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 | |||
|- | |||
| <span class="key" id="key-spacebar"><span>Space</span></span> || Jump or Fly up | |||
|- | |||
| <span class="key shiftleft"><span>Shift</span></span> || Sneak or Fly down | |||
|- | |||
| <span class="key"><span>E</span></span> || Creative Inventory | |||
|- | |||
| <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--> | ||
Other creative mode key mappings: | |||
<!--T:7--> | <!--T:7--> | ||
{| | |||
|- | |||
| <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--> | ||
Some other useful key mappings: | |||
<!--T:9--> | <!--T:9--> | ||
{| | |||
|- | |||
| <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--> | ||
* | *<code>/gamemode 2</code> or <code>/gamemode cr</code><br> To switch to creative mode | ||
* | |||
* | *<code>/gamemode 1</code> or <code>/gamemode su</code><br> To switch to survival mode | ||
* | |||
* | *<code>/time set morning</code><br> Sets the daytime to 8 am | ||
* | |||
* | *<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
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 | Item • Entity • Entity Behaviors • Block • Block Behaviors • Block Classes • Block Entities • Block Entity Behaviors • Collectible Behaviors • World properties |
Workflows & Infrastructure | Modding Efficiency Tips • Mod-engine compatibility • Mod Extensibility • VS Engine |
Additional Resources | Community Resources • Modding API Updates • Programming Languages • List of server commands • List of client commands • Client startup parameters • Server startup parameters Example Mods • API Docs • GitHub Repository |