Encrypted Asteroids that stops the CD when it has finished loading.

Due to popular demand, I decided to have a go at creating an encrypted jaguar cd of Sinister Developments Asteroids bjl game

To my delight it worked first time.  the download for this game can be found below.

Aspi drivers (required if you haven't installed these before)
if you get something similar to this:

Cdrecord 1.9a03 (i586-pc-cygwin) Copyright (C) 1995-2000 Jśrg Schilling
cdrecord: No such file or directory. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
Can not load ASPI driver!

you need to install the Aspi drivers above:

Asteroids Encrypted CD

Here is my Asteroids cd :)

Burning your encrypted cd of asteroids

If you are lucky you will just be able to load the burn.bat file, if you are not you will have to do some work.

first you will need to do the following command

cdrecord -scanbus

You should then be displayed with a list of available hardware, here is what I get when I do this on my laptop:

Cdrecord 1.9a03 (i586-pc-cygwin) Copyright (C) 1995-2000 Jśrg Schilling
Using libscg version 'schily-0.1'
scsibus0:
0,0,0        0) 'FUJITSU ' 'MHV2060AT ' '0000' Disk
0,1,0        1) 'PIONEER ' 'DVD-RW DVR-K15 ' '1.00' Removable CD-ROM
0,2,0        2) *
0,3,0        3) *
0,4,0        4) *
0,5,0        5) *
0,6,0        6) *
0,7,0        7) HOST ADAPTOR
scsibus1:
1,0,0    100) 'BH1024Q ' 'ZFF032L ' '1.0 ' Removable CD-ROM
1,1,0    101) *
1,2,0    102) *
1,3,0    103) *
1,4,0    104) *
1,5,0    105) *
1,6,0    106) *
1,7,0    107) HOST ADAPTOR

I have highlighted my cd/dvd writer in yellow and the numbers to be put in the -dev= sections of the batch files.
Obviously this drive id different than the plextor in my main computer that is 1,0,0.

The batch file included will not work on the laptop and will need to be modified for it to function correctly:

Basically change the batch file from:

cdrecord -speed=1 -dev=1,0,0 -pad -audio -multi warning.wav
cdrecord -speed=1 -dev=1,0,0 -pad -audio ASTEROID.RAW pm_dummy.raw trk_2.raw

to:

cdrecord -speed=1 -dev=0,1,0 -pad -audio -multi warning.wav
cdrecord -speed=1 -dev=0,1,0 -pad -audio ASTEROID.RAW pm_dummy.raw trk_2.raw

Save and run and it should all work nicely and produce a working encrypted CD