home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1997 #5 / amigaacscoverdisc1997-051997.i / games / installers / puggsy / hdloaders.readme next >
Text File  |  1997-07-22  |  5KB  |  124 lines

  1. This file is not specific to the loader you've installed. It's a mini documentation
  2. of the JOTDStartup technology, used in all my HD loaders (more than 50!).
  3.  
  4. JOTDStartup is © 1995-1997 Jean-François FABRE
  5.  
  6. Please read this file. It's worth.
  7. You should also read the specific .readme file for the game you want to install. Some
  8. hints can help.
  9.  
  10.  
  11. OPTIONS:
  12.  
  13. You can select the options:
  14.  
  15. - From the CLI by typing the arguments (? for help)
  16. - From the WB by activating/disabling the tooltypes
  17.  
  18. Some have effect only on loaders that support them. They will be noted are *OPTIONAL*
  19. Some have effect on all loaders. They're noted as *GENERAL*
  20.  
  21. Here's a short description of the options.
  22.  
  23. - NTSC (GENERAL): default for loader is PAL. NTSC changes this to NTSC (really?)
  24.  
  25. - TRAINER (OPTIONAL): activates trainer when there is one. It can be infinite lives, time, etc...
  26.  
  27. - QUIET (GENERAL): displays nothing and opens no window. No error messages, and no author message.
  28.   Be sure that everything works OK before selecting this one.
  29.  
  30. - NOCACHES (GENERAL): Sets CACR to 0. All caches are disabled. 68060 supported.
  31.  
  32. - NOFAST (GENERAL): If you got crap sprites, this could help.
  33.  
  34. - HDLOAD (OPTIONAL): to save some memory, you can load from HD instead of caching all the files in RAM.
  35.   Works on A1200/NoFast and A1200/68060. Useless in games with only 1 diskfile. Rather recent
  36.   option. Not all my loaders support it, but they'll do in updates. If you use kickstart 1.x,
  37.   you cannot set tooltypes/arguments. Just press the joystick button before starting the loader
  38.   and HDLOAD will be activated.
  39.   If a game comes as normal files (not diskfiles), HDLOAD will allow you to run this game on a
  40.   2MB system (or 1.5MB system in some cases).
  41.  
  42. - NOOSSWAP (OPTIONAL): Disables HDLOAD and in game HD loads/saves. Depending on the loaders, NOOSSWAP
  43.   will try to access the floppy when you try to save/load a game, or will do nothing.
  44.   If you don't select NOOSSWAP, if the game has some data to write, it will do it on your
  45.   hard drive. It's rather safe (I've been using it for a while now) but you should avoid
  46.   filesystems or disk caches that perform copyback caching (AFS, possible in Dynamicache).
  47.   This is not generally harmful, except if you quit by a reset or the game locks. In that
  48.   case, your hard drive can be unvalidated.
  49.  
  50. - DELAY (GENERAL): Waits 2 seconds before starting the game. Useful if you've just saved the promotion
  51.   prefs (the loader opens an intuition screen) on a screen promoter like NewMode. You only
  52.   have to save it once, but if you don't specify DELAY the first time you run one of my loaders.
  53.   Once the prefs saved to disk properly, you can remove the DELAY option. You can also edit
  54.   a program, change its name to HDStartup in the promoter window and save (NewMode).
  55.   You should not promote the HDStartup screen. It's useless and can create problems. You won't be
  56.   able to run a PAL game in multiscan anyway...
  57.   This DELAY option can also be useful for low speed media. It allows the drive to stop
  58.   (on a CD-ROM drive like CD32, DELAY is needed, else there are problems with interrupts)
  59.  
  60.  
  61. Some options are here for debug and developpement purpose only:
  62.  
  63. - DEBUG (GENERAL): useful only for bug reports. Makes a memory image on exit.
  64. - LEAVEVBR (GENERAL): useful only for debugging purposes, and with a debugger such as Action-Replay,
  65.           HRTMon or ThrillKill. Don't select it unless you want to debug.
  66.  
  67.  
  68. PROBLEMS:
  69.  
  70. Some error messages can occur before or after the game has started:
  71.  
  72. - Not enough memory: try to free some memory. Playing with NOFAST and HDLOAD can help too.
  73.  
  74. - Unsupported version: some games exist in different versions. I try to support some of them,
  75.   but if the program does not recognize the version, it can display this message (it can crash too!).
  76.  
  77. - Exception occured: some illegal instruction was encountered while the game executes. Try NOCACHES and
  78.   NOFAST to see if it helps.
  79. - LINEF/MOVEP (68060) encountered: Same thing.
  80.  
  81. - Wrong virtual disk ID: patch error. Contact author.
  82.  
  83. - Diskfile not found: in HDLOAD mode, a file is missing.
  84.  
  85. If the game simply hangs or resets, check that you don't have some MMU related program
  86. running (enforcer, VMM...) or low level patches like Fastexec. My patches are reported
  87. to work with softkicked amigas, though.
  88. The game can crash if it finds an exception and there is not enough memory to restore the
  89. system and display the exception message. Buy some more mem :-)
  90.  
  91. DISCLAIMER:
  92.  
  93. I'm not responsible for any damage caused directly or indirectly by this piece
  94. of software.
  95.  
  96. DISTRIBUTION:
  97.  
  98. My HD work can be distributed freely, but I'd appreciate that you drop me a line
  99. if you include it in a coverdisk or PD collection. If you like (or you dislike)
  100. this piece of software, you can e-mail me.
  101.  
  102.  
  103. However, FFD (France Festival Distribution) is not allowed to include it in any
  104. of its PD disks (if you read usenet in fr.comp.sys.amiga, you'll know why).
  105. It's the only exception for the distribution.
  106.  
  107. ME:
  108.  
  109. Visit my patch page, where all my HD work is gathered, along with some other
  110. quality installers (all for original software), and some other interesting
  111. freeware stuff:
  112.  
  113. http://www.ensica.fr/~jffabre/patches.html
  114.  
  115. And my home page (totally stupid stuff):
  116.  
  117. http://www.ensica.fr/~jffabre/ (english)
  118. http://www.ensica.fr/~jffabre/index_fr.html (french)
  119.  
  120. E-mail: jffabre@ensica.fr
  121.  
  122.  
  123. Jeff
  124.