
XRick
-----

SDL Application, compiled to OS/2.
The application writes some stuffs to stdout which can be read by redirecting
it and then checking that file. For example, xrick -help >stdout.txt gives us
the following:

xrick [version #021212]: help
usage: xrick [<options>]
<option> =
  -h, -help : Display this information. -fullscreen : Run in fullscreen mode.
    The default is to run in a window.
  -speed <speed> : Run at speed <speed>. Speed must be an integer between 1
    (fast) and 100 (slow). The default is 75
  -zoom <zoom> : Display with zoom factor <zoom>. <zoom> must be an integer
   between 1 (320x200) and 4 (4 times bigger). The default is 2.
  -map <map> : Start at map number <map>. <map> must be an integer between
    1 and 4. The default is to start at map number 1
  -submap <submap> : Start at submap <submap>. <submap> must be an integer
    between 1 and 47. The default is to start at submap number 1 or, if a map
    was specified, at the first submap of that map.
  -keys <left>-<right>-<up>-<down>-<fire> : Override the default key
    bindings (cf. KeyCodes)
  -nosound : Disable sounds. The default is to play with sounds enabled.
  -vol <vol> : Play sounds at volume <vol>. <vol> must be an integer
    between 0 (silence) and 10 (max). The default is to play sounds
    at maximal volume (10).


Requirements:
 - Scitech SNAP
 - DART

If something goes wrong (crash, freeze, etc...), do the following:
- Delete the c:\popuplog.os2 file
- Start xrick.exe this way: xrick >stdout.txt 2>stderr.txt
- After the crash/freeze, pack the stdout.txt stderr.txt and c:\popuplog.os2
  files into one zip and send to me.

Have a nice time playing!
  Doodle <doodle@scenergy.dfmk.hu>
