Giter Site home page Giter Site logo

mmaulwurff / typist.pk3 Goto Github PK

View Code? Open in Web Editor NEW
22.0 3.0 2.0 2.11 MB

typing tutor mod for GZDoom

Home Page: https://forum.zdoom.org/viewtopic.php?f=43&t=66042

License: GNU General Public License v3.0

Shell 74.80% Python 25.20%
typing mod gzdoom zscript doom heretic

typist.pk3's Introduction

Typist.pk3

YouTube

Typist.pk3 is a mod for Doom engine games that turns them into typing exercises.

There are several lessons, including user-defined lessons.

How To Play

Load it with GZDoom.

There are two game modes: Combat and Exploration. They are switched automatically.

Exploration Mode (blue)

Your familiar mode. You can walk, open doors, turn switches, etc.

Combat Mode (red)

This mode is for fighting enemies. Instead of aiming and shooting, you type answers for your targets. When the answer is ready, press Space or Enter, or hold for continuous fire.

  • press Ctrl+Backspace to erase the whole answer.
  • press Escape to force Exploration mode. After this, you can return to automatic mode switching with Unlock Game Mode key assigned in Typist options.

Because you cannot move normally in Combat mode, the following commands are available:

  • dl - dash to the left,
  • dr - dash to the right,
  • df - dash forward,
  • db - dash backward.
  • rl - reload weapon (if it has reloading).

Commands are configurable.

Key setup

The mod doesn't require any special key setup. However, for smoother experience, it may be worth playing keyboard-only with the following assigned keys:

  • E - move forward
  • S - strafe left
  • D - move backward
  • F - strafe right
  • I - center view
  • J - turn left
  • K - turn around
  • L - turn right

This way, you'll waste no time switching from mouse to keyboard and back, and your fingers are almost at the right typing position!

How To Set Up Custom Text Lesson

  1. Find any text or book in ASCII .txt file (UTF-8 may also work).
  2. If a file is supposed to be in ASCII but actually is not, use grep -P "[^\x00-\x7F]" file.txt to find non-ASCII characters.
  3. Rename text file to typist_custom_text.txt.
  4. Load typist_custom_text.txt with GZDoom alongside Typist.pk3.
  5. Select Custom Text in Typist options menu.

Incompatible Mods

  • Guncaster. Reason: Guncaster reads player input directly from player, so weapon firing cannot be emulated like for other mods. Guncaster support cannot be added without modifications in Guncaster or GZDoom.
  • Guncaster Vindicated. Reason: the same as Guncaster.

Compilation

Actually, you don't need to compile this. The repository contains everything that is needed to run this mod. But if you want to develop Typist.pk3 with maximum comfort, set up the compilation.

Linux

Required tools:

  • Git
  • Bash
  • Python 3
  • pylint3
  • aspell with English (UK) dictionaries
  • ShellCheck
./scripts/build.sh

To run tests:

./scripts/test.sh

(Test script also builds.)

Windows

It may be possible to compile this on Windows. Install Msys or something. You're on your own :)

Software Used

Acknowledgments

Credits

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.