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
Last revisionBoth sides next revision
x68000:installing_games_to_hard_drive [2012/02/21 01:44] eidisx68000:installing_games_to_hard_drive [2014/12/07 07:30] eidis
Line 1: Line 1:
 How to install games to hard drive and make them run. How to install games to hard drive and make them run.
  
-==== Chapter 1: The Fundamentals ====+====== Chapter 1: The Fundamentals ======
  
  You will need X68000 with 2MB of ram and a keyboard. It is possible to run some small games with 1MB as well, but the majority of them require 2MB. Download the latest English version of DiskExplorer here:  You will need X68000 with 2MB of ram and a keyboard. It is possible to run some small games with 1MB as well, but the majority of them require 2MB. Download the latest English version of DiskExplorer here:
Line 13: Line 13:
 This will save you the trouble of setting up a working environment. Open the downloaded image with DiskExplorer, have a look around. This will save you the trouble of setting up a working environment. Open the downloaded image with DiskExplorer, have a look around.
  
-==== Chapter 2: HumanOS vs MS-DOS ====+====== Chapter 2: HumanOS vs MS-DOS ======
  
  Lucky for us the HumanOS is very much like ye good old MS-DOS. Now let me explain what happens when X68000 tries to boot from hard drive:  Lucky for us the HumanOS is very much like ye good old MS-DOS. Now let me explain what happens when X68000 tries to boot from hard drive:
Line 28: Line 28:
 http://www.vector.co.jp/soft/win95/util/se151106.html http://www.vector.co.jp/soft/win95/util/se151106.html
  
-==== Chapter 3: Writing !Start.bat files ====+====== Chapter 3: Writing !Start.bat files ======
  
  Upon booting, the X68000 executes files from config.sys and usually they have X or SYS extensions.  Upon booting, the X68000 executes files from config.sys and usually they have X or SYS extensions.
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 92: Line 90:
  
  
-==== Example #1 - Installing Fantasy Zone and running it from Hard Drive ==== +====== Example #1 - Installing Fantasy Zone and running it from Hard Drive ====== 
  
   * Make a directory in Games2 and call it FantasyZone   * Make a directory in Games2 and call it FantasyZone
Line 103: Line 101:
  
  
-==== Example #2 - Installing Star Cruiser and running it from Hard Drive ====+====== Example #2 - Installing Star Cruiser and running it from Hard Drive ======
  
   * Make a directory in Games2 and call it StarCruiser   * Make a directory in Games2 and call it StarCruiser
Line 125: Line 123:
   * Run !Start.bat   * Run !Start.bat
  
-==== Example #3 - Installing Dragon Buster and running it from Hard Drive ====+====== Example #3 - Installing Dragon Buster and running it from Hard Drive ======
  
   * Make a directory in Games2 and call it DragonBuster   * Make a directory in Games2 and call it DragonBuster
Line 137: Line 135:
 </code> </code>
  
-==== Example #4 - Installing Namachuukei 68 and running it from Hard Drive ====+====== Example #4 - Installing Namachuukei 68 and running it from Hard Drive ======
  
 Download ADDDRV.X from here: Download ADDDRV.X from here:
Line 158: Line 156:
 </code> </code>
  
-==== Example #5 - Installing Pipe Dream and running it from Hard Drive ====+====== Example #5 - Installing Pipe Dream and running it from Hard Drive ======
  
  This method uses 2HDSIM.X to mount XDF floppy image files and DRIVE.X to assign drive letters A and B for them. It was discovered by Caius and is the next preferred method after SUBST.  This method uses 2HDSIM.X to mount XDF floppy image files and DRIVE.X to assign drive letters A and B for them. It was discovered by Caius and is the next preferred method after SUBST.
  
-Download 2HDSIM.X and DRIVE.X from here: +Download [[http://nfggames.com/x68000/Misc/HardDisk/Tools/2hdsim_drivex.zip|2HDSIM.X and DRIVE.X]]
-http://nfggames.com/X68000/Misc/2hdsim_drivex.zip+
  
   * Make a directory in Games and call it PipeDream   * Make a directory in Games and call it PipeDream
Line 190: Line 187:
  
 |All image files must be defragmented (one continuous block).| |All image files must be defragmented (one continuous block).|
-|Use [[http://nfggames.com/X68000/Misc/liner.zip|Liner]] to defragment the images when required.|+|Use [[http://nfggames.com/x68000/Misc/HardDisk/Tools/LINER001.LZH|Liner]] to defragment the images when required.|
  
 Syntax example: Syntax example:
Line 198: Line 195:
  
 |Image files must be 1261568 bytes long. Sometimes while copying them with DiskExplorer their original size changes to 1263616.| |Image files must be 1261568 bytes long. Sometimes while copying them with DiskExplorer their original size changes to 1263616.|
-|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/Disk/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