Controls.xml 4.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <Document>
  2. # Controls
  3. <Box>You can change your keybinds at any time here:</Box>
  4. <Box Orientation="Vertical"><CommandButton Text="ui-options-tab-controls" Command="options 2"/></Box>
  5. ## Movement
  6. You can move around the game world by using [color=yellow][bold][keybind="MoveUp"][keybind="MoveLeft"][keybind="MoveDown"][keybind="MoveRight"][/bold][/color].
  7. When holding down [color=yellow][bold][keybind="Walk"][/bold][/color], you'll walk, stopping you from slipping on the ground.
  8. You can switch walking to a [color=cyan]toggle[/color] in the controls menu.
  9. [color=cyan]Pulling[/color] objects is done with [color=yellow][bold][keybind="TryPullObject"][/bold][/color].
  10. While pulling, you can drag an object to your mouse cursor using [color=yellow][bold][keybind="MovePulledObject"][/bold][/color].
  11. Pressing [color=yellow][bold][keybind="ReleasePulledObject"][/bold][/color] releases the item you are currently dragging.
  12. You may find yourself in a situation with [color=#EB2D3A][bold]low gravity.[/bold][/color]
  13. This will cause your character to drift around when moving.
  14. When off-station, you will be unable to control your direction.
  15. [bold]Throwing objects[/bold] or [bold]spraying a fire-extinguisher[/bold] can help propel yourself while in this state.
  16. ## Interactions
  17. General interactions are done with [color=yellow][bold][keybind="Use"][/bold][/color].
  18. These are [bold]context-sensitive[/bold] and are affected by the item in your active hand.
  19. You can also use [color=yellow][bold][keybind="AltActivateItemInWorld"][/bold][/color] to perform [bold]alternate interactions[/bold].
  20. To perform [color=cyan]basic interactions[/color], use [color=yellow][bold][keybind="ActivateItemInWorld"][/bold][/color].
  21. This is like [bold]interacting with nothing in hand[/bold].
  22. Pressing [color=yellow][bold][keybind="ActivateItemInHand"][/bold][/color] has the same effect with the currently held item.
  23. It's most used for performing basic interaction while holding something, such as opening a door when your hands are full.
  24. Hovering over an entity and pressing [color=yellow][bold][keybind="UIRightClick"/][/bold][/color] brings up the [color=cyan]context menu[/color].
  25. This not only allows you to sort through large piles of items, but also to perform [bold]additional interactions.[/bold]
  26. [color=cyan]Examining[/color] things is done with [color=yellow][bold][keybind="ExamineEntity"][/bold][/color], which brings up a window with the object's name, a small description, and any other relevant details.
  27. [italic]Examining things around you can help you learn what they do and what properties they have[/italic].
  28. ## Hands
  29. Using [color=yellow][bold][keybind="Use"][/bold][/color] on items in the world will pick them up and put them into your active hand.
  30. You can swap which hand is currently active using [color=yellow][bold][keybind="SwapHands"][/bold][/color].
  31. You can [color=cyan]drop[/color] the item you are holding using [color=yellow][bold][keybind="Drop"][/bold][/color] or alternatively [color=cyan]throw it[/color] to your cursor with [color=yellow][bold][keybind="ThrowItemInHand"][/bold][/color].
  32. ## Inventory
  33. You can [color=cyan]open[/color] you inventory using [color=yellow][bold][keybind="OpenInventoryMenu"][/bold][/color].
  34. Each slot on your HUD can be filled with an appropriate [bold]item[/bold] or [bold]piece of clothing[/bold].
  35. Two of the slots on the hotbar correspond to your [bold]bag and belt[/bold].
  36. You can open them using [color=yellow][bold][keybind="ActivateItemInWorld"][/bold][/color] on them or by clicking the icon in the [bold]bottom-right[/bold].
  37. Pressing [color=yellow][bold][keybind="MoveStoredItem"][/bold][/color] will [color=cyan]take an item out[/color] of the bag.
  38. Holding it down will let you [color=cyan]drag[/color] the item to a different spot.
  39. While dragging, pressing [color=yellow][bold][keybind="RotateStoredItem"][/bold][/color] will [color=cyan]rotate[/color] the item.
  40. You can still do all regular interactions with items in your bag, including [color=cyan]examining[/color] and opening the [color=cyan]context menu[/color].
  41. ## Camera
  42. The camera can [color=cyan]zoom[/color] in and out with [color=yellow][bold][keybind="ZoomIn"][/bold][/color] and [color=yellow][bold][keybind="ZoomOut"][/bold][/color] and can be reset with [color=yellow][bold][keybind="ResetZoom"][/bold][/color].
  43. Similarly, you can [color=cyan]rotate[/color] it left and right with [color=yellow][bold][keybind="CameraRotateLeft"][/bold][/color] and [color=yellow][bold][keybind="CameraRotateRight"][/bold][/color].
  44. You can recenter it to the grid's rotation using [color=yellow][bold][keybind="CameraReset"][/bold][/color].
  45. </Document>