Galactic Dynasty 2 README.                                    IN DEVELOPMENT!
------------------------------------------------------------------------------

Galactic Dynasty 2 comes for Windows as a 32-bit executable, and Linux as an
x86_64, armhf and arm64 executable. (You will need to chmod +x on linux)

Linux 32-bit is unsupported.

Setting up Galactic Dynasty 2 is similar on Windows as it is on Linux, the
gist of it is, change to the Galactic Dynasty 2 folder, then run the 
executable by passing the dropfile (and optionally on windows, socket).

It is best to use door32.sys on windows (so you don't have to pass the socket)
and door.sys on Linux (so it uses STDIO redirection and not Socket)

------------------------------------------------------------------------------
WINDOWS
------------------------------------------------------------------------------
A simple batchfile where %1 is the Path to door32.sys

-[START.BAT]-------------------------------------
@echo off
C:
cd \doors\galacticdynasty2
GalacticDynasty2.exe %1
-------------------------------------------------

The Mystic configuration would look like this:

Display Text	: (G)alactic Dynasty 2
Lightbar Low	: (G)alactic Dynasty 2
Lightbar High	: (G)alactic Dynasty 2
Hot Key		: G
Access		:
Display Type	: Access
X Y		: 0   0
Timer		: 0
Timer Type	: Interval             Redraw  : Yes
Command--------------------Access----Data---------------------------------------------
(D3) Exec DOOR32 program             c:\doors\galacticdynasty2\start.bat %P\door32.sys

------------------------------------------------------------------------------
LINUX
------------------------------------------------------------------------------
A simple shell script where $1 is the Path to door.sys. This example is for
Raspberry Pi, for other Linux platforms, substitute the binary for the one
with the correct suffix.

-[START.SH]-------------------------------------
#!/bin/bash

cd /home/pi/doors/galacticdynasty2
./GalacticDynasty-armhf $1
-------------------------------------------------

The Mystic configuration would look like this:

Display Text	: (G)alactic Dynasty 2
Lightbar Low	: (G)alactic Dynasty 2
Lightbar High	: (G)alactic Dynasty 2
Hot Key		: G
Access		:
Display Type	: Access
X Y		: 0   0
Timer		: 0
Timer Type	: Interval             Redraw  : Yes
Command--------------------Access----Data---------------------------------------------
(DD) Exec external program           ~/doors/galacticdynasty2/start.sh %PDOOR.SYS 
