Skip to content
SubRider edited this page Dec 8, 2024 · 10 revisions

Here are all the basic and "hidden" controls as of V1.2

Basic Controls:

Navigate: WASD

Turn: Mouselook

Auto-walk: `

Sprint: Left Shift

Waypoints/Teleport: Tab

Screenshot/Postcard: P

"Periscope View": Space Bar

Flashlight: F

Create Deeplink: F5

Use Deeplink: F6

Extra controls: (And how to enable them)

for V1.2, 08 dec 2024

Toggle fast speed: Double tap O (the letter)

Toggle hide UI: F3

Zoom in/out with periscope: Scroll wheel

To enable the extra controls:

  1. Navigate the install folder for Preface (An easy way to do this is to right-click on Preface in your steam library, select Properties, click on the Installed Files tab and then Browse.)

  2. Open the folder melba_config and double click on input_event_group_settings.sql to open it.

  3. You can open this with notepad, Notepad++ or any other editor


  4. For a hide UI toggle: On line 12 (hide_ui) replace the 3rd 0 with 1 and save the file
    Press F3 while playing to enable or disable the UI/Overlay (This also disables all the menus (Settings, Postcard, Waypoints))

    For fast movement: On line 35 (toggle_camera_mode) replace the 3rd 0 with 1 and save the file
    Press the Letter O twice while playing to enable or disable fast movement

    For periscope zoom: In melba_cofig, open features.sql, replace the 0 for a 1 at periscope_zoom and save the file
    While using the periscope, use the scroll wheel to zoom in and out

(credits to @RoboDanjal on Discord for finding the melba_config)

Clone this wiki locally