Skip to content

Commit

Permalink
Updated controls docu
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrdacor committed Nov 19, 2022
1 parent 1b4f22e commit 6c7d2a0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 4 deletions.
41 changes: 37 additions & 4 deletions Controls.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Controls

## General
## General (work everywhere)

Input | Action
--- | ---
Expand All @@ -16,7 +16,7 @@ Ctrl + M | Toggle music
Ctrl + , | Lower volume
Ctrl + . | Increase volume
Escape | Generally aborts or closes things
Return | Generally submits or closes things
Return | Generally submits or closes things, toggle the action buttons in map view
Space | Generally closes things
Ctrl + 0 to 9 | Quick save in slots 1 to 10 (0 is slot 10)
Ctrl + Shift + 0 to 9 | Quick load from slots 1 to 10 (0 is slot 10)
Expand All @@ -27,9 +27,29 @@ NumPad 1 to 9 | Action buttons in lower right corner (see below)

![NumPad Example 2](docs/action_buttons_1.png "Action buttons")

**Note:** Changing the battle speed is forbidden during an active battle round. This means if the battle actions are currently performed. You still can change the battle speed between rounds when you setup your actions.
<div style="page-break-after: always"></div>

**Note:** The default battle speed requires you to click after actions. All other speeds (+x%) will execute battle actions automatically at a given pace.
## Map

You can toggle the action buttons on the lower right with either a right click on them or the return key. Num pad enter key will work as well.

#### 2D Maps

You can right click on the map to transform the cursor into a crosshair cursor. Using it will perform any suitable interaction of the following type: Eye, Hand or Mouth.

Hovering over the player the cursor becomes Zzz. Left clicking will wait for 5 minutes.

#### 3D Maps

Hovering over the map view will change the cursor to movement arrows or Zzz in the center.

You will move faster if the mouse is at the edge of the view and slower if it is more in the center.

Left clicking in the center (Zzz) will wait for 5 minutes.

Right clicking in the center will interact with things in front of you.

<div style="page-break-after: always"></div>

## Amount popups

Expand All @@ -48,6 +68,7 @@ Escape | Abort

Right clicking on the arrow buttons will select the minimum or maximum as well but right clicking somewhere else will close the popup and abort.

<div style="page-break-after: always"></div>

## Inventory

Expand All @@ -60,4 +81,16 @@ Right clicking a stack of items will take all of them immediately. Left clicks w

Dragging items can be aborted with right click or escape key.


## Battle

The default battle speed requires you to click after actions. All other speeds (+x%) will execute battle actions automatically at a given pace.

You can click or hit the space key to acknowledge battle actions and texts.

Changing the battle speed is forbidden during an active battle round. This means if the battle actions are currently performed. You still can change the battle speed between rounds when you setup your actions.




*to be continued ...*
Binary file modified Package/Controls.pdf
Binary file not shown.

0 comments on commit 6c7d2a0

Please sign in to comment.