User Tools

Site Tools


x68000:installing_games_to_hard_drive

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
x68000:installing_games_to_hard_drive [2012/02/21 01:29] eidisx68000:installing_games_to_hard_drive [2014/05/30 18:26] eidis
Line 30: Line 30:
 ==== Chapter 3: Writing !Start.bat files ==== ==== Chapter 3: Writing !Start.bat files ====
  
- Upon booting, the X68000 executes files from config.sys and usually they are with X or SYS extension.+ Upon booting, the X68000 executes files from config.sys and usually they have X or SYS extensions.
  
   * *.X files, which are required for the game to run, in almost all cases can be executed from *.BAT files or command line.   * *.X files, which are required for the game to run, in almost all cases can be executed from *.BAT files or command line.
Line 37: Line 37:
  
 **Combining lines from Config.sys and Autoexec.bat** **Combining lines from Config.sys and Autoexec.bat**
- 
- Now that we know that most *.X files from config.sys can be executed as standalone, its time to write them in the beginning of autoexec.bat 
  
 **Crystal Tower** is used to illustrate this example: **Crystal Tower** is used to illustrate this example:
Line 200: Line 198:
 |Use [[http://nfggames.com/X68000/PC_Tools/jsplit.zip|JSplit]] to cut off the excess and restore their original size. If that does not help, reimport the original image files.| |Use [[http://nfggames.com/X68000/PC_Tools/jsplit.zip|JSplit]] to cut off the excess and restore their original size. If that does not help, reimport the original image files.|
  
 +==== Example #6 - Installing Undeadline and running it from Hard Drive ====
 +
 + This method is similar to Example #5, was also discovered by Caius and can be very efficient with three or more floppy games which are immune to SUBST. In this example the first floppy disk is mounted as floppy drive 0:, the second and third as floppy drive 1:. The game rotates disk two and three automatically when needed.
 +
 +  * Make a directory in Games2 and call it Undeadline
 +  * Rename first XDF floppy image file to Disk1, second to Disk2 and third to Disk3
 +  * Copy 2HDSIM.X DRIVE.X and three renamed XDF image files to the created directory
 +  * Create new !Start.bat file and write the following lines:
 +
 +<code>
 +drive a: c:
 +drive a: b:
 +2hdsim 0: Disk1
 +2hdsim 1: Disk2
 +2hdsim 1: Disk3
 +a:
 +mxdrv.x
 +loader.x
 +</code>
  
  
x68000/installing_games_to_hard_drive.txt · Last modified: 2019/08/27 20:45 by 127.0.0.1