
Originally Posted by
Harrison
I think if I remember correctly you can just copy the Loom files manually to your HD and it will work.
Just create a new directory/folder/drawer on your Amiga HD/virtual HD. Call it Loom, or whatever you want. Then rather than dragging the files in Workbench I recommend you copy using the Amiga shell as this will make sure you copy all of the files to the HD. To do this open a new shell window (go to the Workbench/Execute command menu item and type newcli). Then once in the new shell window use the copy command to copy over the disk contents.
For example if your HD was DH0: and the directory was called Loom then you would type:
copy DF0: to DH0:Loom all
Make sure you include the word all at the end of the command otherwise it will only copy the contents of the current directlry level across and not the contents of any directories.
If there are more than one disk repeat for each. Once complete you can then load the game using the Loom icon in the HD Loom directory.
If while loading a game you have copied to HD workbench asks for a disk to be inserted this will mean you will need to add some assigns to tell workbench and the game where to look instead of asking for the disk each time. To do this type the command ed s:user-startup into either a shell window or the Workbench/Execute command entry. Then once the user-startup file has loaded you can add a line near the top of the file.
To assign a disk to an HD directory add the line as follows. Assuming the HD directory is DH0:Loom and the floppy disk being asked for is Loom1: then you would add:
Assign Loom1: DH0:Loom
Then after rebooting the Amiga/emulator the game will know where to look.
I hope that helps and made sense.