Undertale Guide

Как играть на WASD/How to play using WASD for Undertale

Как играть на WASD/How to play using WASD

Overview

Привет. В этом руководстве я расскажу, как сменить управление со стрелочек на WASD.English version is lower

приВ я тЭМ

Приветствую! Предупреждаю сразу: чтобы изменить управление, придётся скачивать стороннюю программу. Если ты, дорогой читатель, не хочешь этого делать – закрой руководство, оно тебе не поможет.
Итак, приступим.

        

  1. Идём на официальный сайт AutoHotKey[www.autohotkey.com] и скачиваем программу, устанавливаем.
        
  2. Идём на рабочий стол и создаём новый скрипт (как показано на скриншоте).

    Обязательно называем файл таким образом, чтобы он оканчивался на .ahk , например:

        
  3. Открываем файл с помощью блокнота и пишем в нём вот это:

    #IfWinActive UNDERTALE

    {
    w::Up
    a::Left
    s::Down
    d::Right
    }

    Что делает код? Если запущен андертейл, то управление со стрелочек меняется на wasd. Тыкаем run script и радуемся.

В любой момент скрипт можно отключить в трее

(нажав на эту стрелку). Надеюсь, моё руководство помогло. Приятной игры!

p.s. если кому-то понравились мои обои, скачать их можно вот тут[akspic.ru]

Hi iM tEm

Greetings! I want to warn you right away: you have to download one program in order to change the controls. If you don’t wanna do it, you should close this guide as far as it won’t help.
Well, let’s start!

        

  1. Go to the official AutoHotKey site[www.autohotkey.com] and download the program, then install.
        
  2. Then, go to the desktop and create a new script (as shown in the screenshot).

    You have to name the file so that it ends in .ahk , for example:

        

  3. Open the file using the notepad and write this:

    #IfWinActive UNDERTALE

    {
    w::Up
    a::Left
    s::Down
    d::Right
    }

    What does the code do? If Undertale is running, the controls will be changed from arrows to WASD. Press “run script” and enjoy!

At any time, the script can be disabled in the tray

(by pressing on that arrow).
I hope my guide helped. Have a nice game!

p.s. if you like my wallpaper , you can download it here[akspic.ru]
Also feel free to correct my grammar spelling as far as I’m not a native speaker.

SteamSolo.com