Handbook for Shadow of Doom

A Handbook for Zenerian Chronicles: Shadow of Doom

View on GitHub

Getting Started

If you get the game through the Itch desktop app, it takes care of everything; you can download, install and launch the game, right from the app. Otherwise, follow the links and instructions here.

Download

NOTE: The game is under development; Itch and Game Jolt links will be available after the first test release. See version numbering for more details.


OS Itch GitHub Game Jolt
Windows (x64) v0.1.0
Linux (x64) v0.1.0

Play on Windows

  1. To setup, download the zip file from one of the given links and extract its contents to any location of your choice.

  2. To launch the game, go to the game directory (where you extracted the files). There, double-click on the Shadow-of-Doom.exe file to run it.

  3. Optionally, you can make a desktop shortcut to be able to launch the game more easily.

Play on Linux

If you have a Windows machine, I recommend playing on Windows. The Linux version is not thoroughly tested. Any help or advice regarding this is appreciated.

NOTE: In the following scripts, replace all occurrences of <game-dir> with the actual path where you would keep the game files.


  1. To setup, download the tgz file and open the terminal in the directory where it is downloaded. Then, run the following commands (replace <game-dir>):

    mkdir -p <game-dir>
    tar -xzvf zc1-linux-x64.tgz -C <game-dir>
    chmod +x <game-dir>/zc1
    
  2. To launch the game, run the following commands on the terminal (replace <game-dir>):

    cd <game-dir>
    ./zc1
    
  3. You can also create a desktop entry to make it easier for yourself to launch the game. To know how, see README-for-linux.md in the game directory.

Version Numbering

Stable release

Test release

Pre-release

Initial Configuration

Character Creation

Gameplay Basics

First Playthrough Tips