home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 7 Games / 07-Games.zip / OMEGA75.LZH / OHELP10.TXT < prev    next >
Text File  |  1992-11-19  |  1KB  |  25 lines

  1. SAVING AND RESTORING
  2. ==================== 
  3. Since omega's dungeon is quite large, only the current dungeon level
  4. and the city level will be saved; others will be regenerated as you
  5. re-enter them. You might simply consider that the "actual" levels are
  6. far larger than is apparent, and you are just traversing a different
  7. part on each restore.... If you know the spell of Return, however,
  8. (learnable at the Explorers' Club) you will be able to warp to your
  9. deepest excursion in the most recently entered dungeon without having
  10. to retraverse the old levels in between. Some other shortcuts exist
  11. for "warping" from one locale or level to another.
  12.  
  13. Games can be restored by giving the save file as a command line argument
  14. as in:
  15.  
  16. % omega quasar.sav
  17.  
  18. To at least simulate the continuity of character in the game, saved
  19. files will be unlinked on restoration. Of course, you *can* copy them.
  20.  
  21. Save files are automatically compressed unless the flag
  22. COMPRESS_SAVE_FILES is undefined in odefs.h. This doubles the amount
  23. of time taken to save, but reduces the typical save file from 150K to
  24. 15K.
  25.