home *** CD-ROM | disk | FTP | other *** search
/ hobbes.nmsu.edu 2008 / 2008-06-02_hobbes.nmsu.edu.zip / new / scummc-0.2.0-os2.zip / ScummC / examples / openquest / README < prev    next >
Encoding:
Text File  |  2008-04-12  |  2.4 KB  |  64 lines

  1. OpenQuest (ScummC version)
  2.  
  3.  
  4. I. What is this?
  5.  
  6. This is a ScummC port of Michael Sheail's demo adventure game "OpenQuest".
  7. This ScummC version of the game is compiled to Scumm bytecode and thus runs
  8. in ScummVM.
  9.  
  10. The game binaries and sources are provided under the GNU General Public
  11. License, Version 2, or later. The images, sounds, dialogs and the story of
  12. the game are copyright of Michael Sheail. Additional contributions and
  13. modifications as well as the ScummC code are copyright of their respective
  14. authors.
  15.  
  16.  
  17. II. How to run the game
  18.  
  19. To play the game, start ScummVM, choose "Add Game..." and point to the "bin"
  20. folder. The game will be recognized as "Day of the Tentacle". Change the
  21. name to "OpenQuest" if you want. You can then press "Start" to play the game.
  22.  
  23. (The masking as "Day of the Tentacle" is necessary, because ScummVM doesn't
  24. currently support detection of ScummC games and has to be patched to recognize
  25. them. Patches for several versions are available with the ScummC source code.)
  26.  
  27.  
  28. III. How to compile the game
  29.  
  30. To compile the game from source, you need to download the sources for ScummC
  31. and compile them. OpenQuest is already included with ScummC, otherwise you'd
  32. have to copy the "openquest" source folder into the ScummC "examples" folder.
  33. You can now cd into the "openquest" folder and type "make" to compile the game.
  34. To mask the game as "Day of the Tentacle", change the Makefile to use the SLD
  35. parameters "-o tentacle -key 0x69", as specified in the ScummC README.
  36.  
  37.  
  38. IV. Help needed!
  39.  
  40. If you like, play the original AGS version of OpenQuest and compare the two.
  41. You will see that much work still remains to be done for the ScummC version.
  42. If you are a programmer who likes adventure games, or if you are a SCUMM
  43. expert, please consider contributing to the game code or the ScummC compiler
  44. itself, to help making the dream of a free SCUMM compiler and many free SCUMM
  45. games come true!
  46.  
  47.  
  48. V. Download links and resources
  49.  
  50. ScummVM is available for download at the scummvm.org website:
  51. http://www.scummvm.org/downloads.php
  52.  
  53. The ScummC compiler and tool suite can be obtained from the ScummC SVN
  54. repository:
  55. https://dotsec.net/repos/scummc
  56.  
  57. More information about ScummC can be found on the ScummC website:
  58. http://alban.dotsec.net/Projects/ScummC
  59.  
  60. You can download Michael Sheail's original AGS version of OpenQuest here:
  61. http://new.bigbluecup.com/games.php?action=detail&id=945
  62. or here:
  63. http://alban.dotsec.net/data/OpenQuest.zip
  64.