home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / commodore-scene-files / Documents / elite.txt < prev    next >
Encoding:
Text File  |  2019-04-13  |  4.0 KB  |  98 lines

  1.      
  2.                    --- ELITE 128 ---
  3.  
  4.                   Version 0.9
  5.  
  6.             by D.Braben & I.Bell (sort of)
  7.  
  8.  
  9.  
  10.  
  11. This is the second release of a hacked Elite version that utilizes the faster
  12. CPU of the C128, has experimental SuperCPU support and some more nice
  13. features.
  14.  
  15. Here's a list (see below for a list of drawbacks):
  16.  
  17.   - Will run in 2MHz mode on the C128 while outside the visible area of the
  18.     screen. This means that the CPU will run with 2MHz for about 40% of the
  19.     time, giving an increase of 40% in speed.
  20.  
  21.   - Default device is the disk, no need to switch from cassette.
  22.  
  23.   - Switch between fast and slow possible when game stopped. Hit Inst/Del to
  24.     stop the game, then press 'T' (you will hear a beep). Press Clr/Home to
  25.     continue with the game.
  26.  
  27.   - Joystick/keyboard handler changed to allow parallel working of both. No
  28.     need to take your hands from the joystick when accelerating, activating a
  29.     missile or similiar things. The original version did not accept any keys
  30.     when the joystick was active.
  31.  
  32.   - Keep settings when ship gets destroyed or the game is restarted.
  33.  
  34.   - Enabled three previously hidden keys that control music and sound. In
  35.     addition to the 'T' key mentioned above, there are now three more keys
  36.     available:
  37.  
  38.         'B'   -->  Allow sounds *and* music. Do you remember your enemies
  39.             killing you because you did not hear them while the docking
  40.             computer was active?
  41.  
  42.         'C'   -->  Continous music. The music starts when leaving the station.
  43.             Rather boring but you may give it a try...
  44.  
  45.         'E'   -->  Switch between the original docking music and the intro
  46.                    theme.
  47.  
  48.     All keys are toggle keys. Press them once to enable the feature, press
  49.     them a second time to disable it again.
  50.  
  51.   * Should detect a SuperCPU, switch it into fast mode and enable the frame
  52.     rate limiter (see next topic) automatically.
  53.     Note: As I don't have a SuperCPU, this may or may not work. If it does not
  54.     work, you may need to manually switch to high speed and enable the frame
  55.     rate limiter.
  56.     Note^2: The SuperCPU must be configured to allow software clock switching
  57.     for this.
  58.  
  59.   * Version 0.9 has code to limit the frame rate. If you have a SuperCPU this
  60.     may enable you to play Elite in fast mode with more or less constant
  61.     speed. If a SuperCPU is detected, the code is enabled (see previous topic).
  62.     If this does not work, or if you don't have a SuperCPU but some other
  63.     accelerator card, you may want to enable it by hand: Hit Inst/Del to stop
  64.     the game, then press 'L' (you will hear a beep). Press Clr/Home to
  65.     continue with the game. This is a toggle key! To disable the function, use
  66.     the same procedure.
  67.     Note: Enabling this feature on a C64 or C128 without an accelerator card
  68.     has no effect since both are too slow and the frame rate limit is never
  69.     reached.
  70.  
  71.   * When saving a commander file, a file with the same name is scratched
  72.     before saving the new one. You don't need to use the dangerous '@'
  73.     feature or constantly change your name.
  74.  
  75.   * Removed the checksum code when saving and loading a commander file.
  76.     This means, you can patch your commander files if you really want to.
  77.     Maybe I will release a commander save file map with the next version.
  78.  
  79.   * Does work with other devices than #8. The device, from which Elite is
  80.     loaded is remembered by the game and used for all other loads and
  81.     saves.
  82.  
  83.  
  84. (+ = new feature in 0.8, * = new in version 0.9)
  85.  
  86. There are many more internal changes in version 0.9 that are not reflected in
  87. new features. Stay tuned!
  88.  
  89. As you probably know, there's no such thing as free lunch:-)
  90. So here's the dark side of the new version:
  91.  
  92.   * I used the german version because it had a second music theme. So, all
  93.     text is in german.
  94.     I've descrambled most of the text, so it should be possible to
  95.     retranslate the german version into english, but the text uses two(!)
  96.     rather complex compression shemes, that are difficult to do by hand. I
  97.     will have to write an encoder to make that possible. Maybe a smarter
  98.