1 | <?xml version="1.0"?>
|
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
---|
3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
---|
4 | <html xmlns="http://www.w3.org/1999/xhtml">
|
---|
5 | <head>
|
---|
6 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
|
---|
7 | <title>Mac CD ScummVM HOWTO</title>
|
---|
8 | </head>
|
---|
9 | <body>
|
---|
10 | <h1>Mac CD ScummVM HOWTO</h1>
|
---|
11 | <h2>Introduction:</h2>
|
---|
12 | <p>This is a rough description of how to use your Macintosh CD
|
---|
13 | version of a classic LucasArts game with ScummVM on Win32. I have
|
---|
14 | tested this procedure with "Sam & Max Hit the Road Macintosh
|
---|
15 | CD-ROM" on Windows 2000 Professional. Your mileage may vary with
|
---|
16 | other titles or versions of Windows.</p>
|
---|
17 | <h2>Tools:</h2>
|
---|
18 | <p>You will need the "Windows Installer" and "ScummVM Tools Windows
|
---|
19 | Installer" from the <a href=
|
---|
20 | "http://scummvm.sourceforge.net/downloads.php">download page</a>.
|
---|
21 | To copy the game data file from the CD to your hard disc, you will
|
---|
22 | need <a href=
|
---|
23 | "http://gamma.nic.fi/~lpesonen/HFVExplorer/">HFVExplorer</a>. Make
|
---|
24 | sure you get the "HFV Explorer installer" rather than the zip
|
---|
25 | file.</p>
|
---|
26 | <p>You should be running as Administrator to install all of the
|
---|
27 | tools. Everything else should work as a normal user. Run the
|
---|
28 | ScummVM installers and allow them to install to the default
|
---|
29 | location (C:\ScummVM). Don't worry about overwriting files. Run the
|
---|
30 | HFVExplorer installer and allow it to use its defaults.</p>
|
---|
31 | <h2>Copying the game data file:</h2>
|
---|
32 | <p>Start up HFVExplorer; if you don't have a shortcut for it, find
|
---|
33 | it in "c:\program files\HFVExplorer". It should open the HFS
|
---|
34 | (Macintosh filesystem) CD-ROM automatically when you insert the
|
---|
35 | disc. Make sure HFVExplorer is displaying hidden files: Select
|
---|
36 | View->Options and enable "Show invisible Mac files" on the "File
|
---|
37 | attributes" tab.</p>
|
---|
38 | <p>Now, look for the data file in the right pane. It will probably
|
---|
39 | end with the word "Data" and will be the largest file on the
|
---|
40 | volume. For instance, it is called "Sam & Max Data" on the "Sam
|
---|
41 | & Max" CD-ROM. Select the data file and copy it (use Ctrl+C or
|
---|
42 | Edit->Copy). In the left HFVExplorer pane, navigate to the
|
---|
43 | directory where you want the game to reside on your hard disc. I
|
---|
44 | recommend selecting drive C: and creating a new folder called
|
---|
45 | "SamNMax" or a name that better reflects your particular game.</p>
|
---|
46 | <p>Paste the data file (with Ctrl+V or Edit->Paste) and allow
|
---|
47 | HFVExplorer to choose the copy mode. Now, wait while the program
|
---|
48 | copies several hundred mebibytes from the CD. When the file is
|
---|
49 | copied, close HFVExplorer.</p>
|
---|
50 | <h2>Running rescumm:</h2>
|
---|
51 | <p>Open a command prompt window and change the directory to your
|
---|
52 | newly created folder. Then, run rescumm on the data file to extract
|
---|
53 | its contents. For example, type the following for Sam & Max,
|
---|
54 | making sure you use double quotes around the data filename:</p>
|
---|
55 | <pre>
|
---|
56 | cd c:\SamNMax
|
---|
57 | c:\scummvm\rescumm "Sam & Max Data"
|
---|
58 |
|
---|
59 | </pre>
|
---|
60 | <p>Once the several files are successfully extracted, you can
|
---|
61 | delete the data file. Now, you can fire up ScummVM and add the new
|
---|
62 | game to play it. The ScummVM documentation (readme.txt) describes
|
---|
63 | ScummVM and rescumm usage in detail. If you have any questions,
|
---|
64 | look at the <a href=
|
---|
65 | "http://scummvm.sourceforge.net/faq.php">ScummVM FAQ</a>, the
|
---|
66 | <a href="http://scummvm.sourceforge.net/documentation.php">ScummVM
|
---|
67 | Documentation</a>, and the <a href=
|
---|
68 | "http://sourceforge.net/forum/?group_id=37116">forums</a>. If you
|
---|
69 | can't find answers in one of those places or you have a proposed
|
---|
70 | change for this document, email me, <a href=
|
---|
71 | "mailto:jonner@teegra.NOSPAM.net">Jonathan Rogers</a> (remove the NOSPAM).</p>
|
---|
72 | <h2>Related Information:</h2>
|
---|
73 | <p>If you are using ScummVM on MacOS X, you may find <a href="http://www.ps2cheats.com/randomstuff/scumm/">How to Rescumm for Dummies!</a> useful.</p>
|
---|
74 | <p><br />
|
---|
75 | <br />
|
---|
76 | Copyright © 2004 Jonathan Rogers</p>
|
---|
77 | </body>
|
---|
78 | </html>
|
---|