[Scummvm-cvs-logs] SF.net SVN: scummvm: [22084] web/trunk/docs/bootparam.xml

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Apr 22 06:10:03 CEST 2006


Revision: 22084
Author:   fingolfin
Date:     2006-04-22 06:09:36 -0700 (Sat, 22 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22084&view=rev

Log Message:
-----------
The bootparams are now in the wiki

Removed Paths:
-------------
    web/trunk/docs/bootparam.xml
Deleted: web/trunk/docs/bootparam.xml
===================================================================
--- web/trunk/docs/bootparam.xml	2006-04-22 07:32:06 UTC (rev 22083)
+++ web/trunk/docs/bootparam.xml	2006-04-22 13:09:36 UTC (rev 22084)
@@ -1,1140 +0,0 @@
-<NAME>boot params</NAME>
-<DESC>A partial list of the boot params of some games.</DESC>
-<BODY>
-<h2>What are boot params?</h2>
-<p>
-A boot param is a special number which allows you (if used appropriately, see below)
-to go directly to a specific part of a game. These boot params are mostly useful
-for debugging and playtesting a game; you get teleported to a certain situation
-in a game, with some of the items appropriate for it. It is not always possible to
-continue and complete a game from this, because you may lack important items. But
-for us developers, it's very helpful, because we can quickly get to trouble spots
-in a clean state, and try to reproduce any bugs you report to us.
-</p>
-<p>
-These boot params do not exist by chance or magic: they were put into the game data
-by the original developers of the games, and were meant for exactly the same
-purpose we use them for: to help in debugging the game. Of course, they also make
-a nice cheat system (with some caveats, as I tried to outline above).
-</p>
-
-
-<h2>How do I use a boot param?</h2>
-That's quite simple: pick a game from the list, and a boot param for it. Then, specify
-it on the command line like this:
-<pre>
-	./scummvm -d0 -b BOOTPARAM TARGET
-</pre>
-To be a bit more specific: Let's say you want to get into the hut of the cannibals in 
-Monkey Island 1. Well, the table below tells us that this is boot param 5555. So, enter
-this on the command line:
-<pre>
-	./scummvm -d0 -b 5555 monkey
-</pre>
-(By the way, this would also work with <code>monkey</code>, <code>monkeyvga</code> etc.).
-
-
-<h2>How did we generate these tables?</h2>
-
-<p>Some of these lists are based on the output of <code>./scummvm -d1 -b1 TARGET</code>; some information is also from
-   <a href="http://www.scummbar.com/resources/articles/index.php?newssniffer=readarticle&article=1027">this article</a>.
-   These may contain some mistakes. 
-   Ultimately we plan to correct these and maybe enhance the descriptions a bit...</p>
-
-<h2>I see a lot of question marks in some of the tables, why?</h2>
-<p>
-Some of the games contain descriptions for the boot params; some don't. In the latter case,
-we have to manually fill in the descriptions. This hasn't been done in all cases yet, as you can see.
-</p>
-<p>
-Help here is welcome -- if you want, feel free to fill in some of the gaps and
-<a href="contact.php">send us</a> your work, we'll be happy to integrate it here.
-</p>
-
-<h2>Quick access list</h2>
-
-<ul>
-<li><a href="#monkey">The Secret of Monkey Island</a></li>
-<li><a href="#monkey2">Monkey Island 2: LeChuck's Revenge</a></li>
-<li><a href="#comi">The Curse of Monkey Island</a></li>
-<li><a href="#atlantis">Indiana Jones and the Fate of Atlantis</a></li>
-<li><a href="#samnmax">Sam & Max Hit the Road</a></li>
-<li><a href="#tentacle">Day of the Tentacle</a></li>
-<li><a href="#ft">Full Throttle</a></li>
-<li><a href="#digDemo">The Dig Demo</a></li>
-<li><a href="#fbear">Fatty Bear's Birthday Surprise</li>
-<li><a href="#puttputt">Putt-Putt Joins the Parade</li>
-<li><a href="#sword1">Broken Sword 1: The Shadow of the Templars</a></li>
-<li><a href="#sword2">Broken Sword 2: The Smoking Mirror</a></li>
-<li><a href="#ite">Inherit the Earth: Quest for the Orb</a></li>
-<!-- <li><a href="#TARGET">FOO</a></li> -->
-</ul>
-
-
-
-<br><a name="monkey"></a>
-<h2>The Secret of Monkey Island</h2>
-
-<p>Some of the boot params listed in the following table only work in the CD/Mac version
-of Monkey Island (and not in 'monkeyega' and 'monkeyvga'). Those are marked with an
-asteriks (*) symbol (except for the cases we overlooked ;-).</p>
-
-<p>In addition to the boot params listed below, you can use values greater than 900
-to be teleported to specific rooms. To be precise, if you give the number x, then you get
-sent to room (x-700).
-</p>
-
-<p>Furthermore, in the CD/Mac versions of Monkey (target 'monkey', not 'monkeyvga' or 'monkeyega),
-you can specify a boot param between 3000 and 3777 (including both numbers). It's
-currently not documented what those boot params do precisely.</p>
-
-<p>
-Finally, boot params not covered by the list below will be interpreted as raw room numbers
-and cause the game to start in that room.
-</p>
-
-<table border="1" cellspacing="0" cellpadding="2">
-<tr><th>Param</th><th>Description</th></tr>
-<tr><td>1</td><td>Monkey Island</td></tr>
-<tr><td>2</td><td>Monkey Island Map Bottom - By Crack</td></tr>
-<tr><td>3</td><td>Monkey Island Map Centre Left - By Fort</td></tr>
-<tr><td>4</td><td>Monkey Island Map Centre</td></tr>
-<tr><td>5</td><td>Monkey Island Map Centre Right - By Monkey Head Clearing</td></tr>
-<tr><td>6</td><td>Monkey Island Map Top - By Cannibal Village</td></tr>
-<tr><td>7</td><td>Cabin on Ship - Before ship intro</td></tr>
-<tr><td>110</td><td>Outside swordmasters with sword and lechuck's note</td></tr>
-<tr><td>111</td><td>Melee lookout point with sword</td></tr>
-<tr><td>112</td><td>Outside swordmasters with sword (different number of insults known?)</td></tr>
-<tr><td>113</td><td>Outside swordmasters with sword (different number of insults known?)</td></tr>
-<tr><td>114</td><td>Outside swordmasters with sword (different number of insults known?)</td></tr>
-<tr><td>115</td><td>Outside swordmasters with sword (different number of insults known?)</td></tr>
-<tr><td>213</td><td>Outside cannibal hut with voodoo root</td></tr>
-<tr><td>321</td><td>Govenors mansion with sword file and idol</td></tr>
-<tr><td>332</td><td>Underwater at Melee dock</td></tr>
-<tr><td>333</td><td>Close-up end cutscene</td></tr>
-<tr><td>334</td><td>Close-up end cutscene</td></tr>
-<tr><td>353</td><td>Stans with credit note</td></tr>
-<tr><td>408</td><td>Cannibal Village, outside hut with monkey head key, leaflet, wimpy little idol</td></tr>
-<tr><td>415</td><td>Melee Island lookout point with breath mints and rubber chicken</td></tr>
-<tr><td>444</td><td>Outside governors mansion with meat and yellow petal</td></tr>
-<tr><td>456</td><td>Jail with breath mints and melting mug of grog</td></tr>
-<tr><td>501</td><td>Ship Kitchen</td></tr>
-<tr><td>555</td><td>Melee Island Bridge</td></tr>
-<tr><td>666</td><td>Scumm Bar -empty</td></tr>
-<tr><td>707</td><td>Store - storekeeper away</td></tr>
-<tr><td>759</td><td>Melee Dock</td></tr>
-<tr><td>777</td><td>Circus tent with pot and hunk of meat</td></tr>
-<tr><td>789</td><td>Monkey Island Map Bottom - By Crack with 2x rope</td></tr>
-<tr><td>800</td><td>Melee Island Forest</td></tr>
-<tr><td>878</td><td>Monkey Island River Fork</td></tr>
-<tr><td>888</td><td>Outside Smirk's with sword and 50 pieces of 8</td></tr>
-<tr><td>900</td><td>Monkey Island Upper Beach</td></tr>
-<tr><td>999</td><td>Caverns Under Monkey Island by ship with magnetic compass, head of naviagator, necklace of navigator</td></tr>
-<tr><td>1111</td><td>Ship Intro</td></tr>
-<tr><td>1212</td><td>Melee Dock with Navigator Head, Navigator Necklace, Root Beer Seltzer</td></tr>
-<tr><td>1436</td><td>Monkey Island - Bottom of crack with magnetic compass, pamphlet, leaflet, brochure, 3 bananas, oars</td></tr>
-<tr><td>2221</td><td>Ship Kitchen with spell ingredients</td></tr>
-<tr><td>2222</td><td>Ship deck with breath mints and rubber chicken</td></tr>
-<tr><td>2299*</td><td>Ship Deck with Pamphlet, leaflet, brochure, rope, gunpowder, flaming mass and pot</td></tr>
-<tr><td>3777*</td><td>Melee Island lookout with 2x 300 pieces of eight, sword, shovel, breath mints, rubber chicken</td></tr>
-<tr><td>4313</td><td>Cannibal Village, outside hut with monkey head key, oars, magnetic compass, pamphlet, leaflet, brochure, navigator head, navigator necklace</td></tr>
-<tr><td>4444</td><td>Monkey Island - By Monkey with 5 bananas and monkey head key</td></tr>
-<tr><td>5555</td><td>Inside Hut in Cannibal Village</td></tr>
-<tr><td>6342*</td><td>Ghost Ship Main Deck, outside hut with monkey head key, oars, magnetic compass, pamphlet, leaflet, brochure, navigator head, navigator necklace</td></tr>
-<tr><td>6565</td><td>Monkey Island beach by banana</td></tr>
-<tr><td>6666</td><td>Outside Monkey Head with monkey head key</td></tr>
-<tr><td>6767</td><td>Ship Intro</td></tr>
-<tr><td>7777</td><td>Monkey Island beach by banana, Guybrush and Rowboat invisible</td></tr>
-<tr><td>7981</td><td>Monkey Island River Fork after dam blown with 3 bananas, magnetic compass, pamphlet, leaflet, brochure</td></tr>
-<tr><td>8742</td><td>Cannibal Village, outside hut with monkey head key, oars, magnetic compass, pamphlet, leaflet, brochure</td></tr>
-<tr><td>8888</td><td>Caverns Under Monkey Island by Bob after ship has sailed (escape with Toothrot)</td></tr>
-<tr><td>8889</td><td>Caverns Under Monkey Island by Bob after ship has sailed (escape with crew)</td></tr>
-<tr><td>8989</td><td>Melee Island Church during wedding</td></tr>
-<tr><td>9432*</td><td>Monkey Island Beach, with magnetic compass, pamphlet, leaflet, brochure</td></tr>
-</table>
-
-
-<br><a name="monkey2"></a>
-<h2>Monkey Island 2: LeChuck's revenge</h2>
-
-<p>Parts of the following table were contributed by Ben Gorman and John Gamble. Thanks, Ben and John!</p>
-
-<table border="1" cellspacing="0" cellpadding="2">
-<tr><th>Param</th><th>Description</th></tr>
-<tr><td>123</td><td>Men of Low Moral Fiber, laundry claim</td></tr>
-<tr><td>213</td><td>won drinking contest, telescope, mirror, bottle near-grog</td></tr>
-<tr><td>300</td><td>governor phatt</td></tr>
-<tr><td>323</td><td>call box in forest</td></tr>
-<tr><td>332</td><td>booty island overhead, invitation</td></tr>
-<tr><td>333</td><td>booty island overhead, invitation dress</td></tr>
-<tr><td>353</td><td>booty island outhouse</td></tr>
-<tr><td>400</td><td>forest?</td></tr>
-<tr><td>408</td><td>scabb island swamp with crate</td></tr>
-<tr><td>409</td><td>stans with hammer and nails</td></tr>
-<tr><td>415</td><td>costume shop with invitation</td></tr>
-<tr><td>456</td><td>woodtick</td></tr>
-<tr><td>459</td><td>Scabb Island Hill in back of cemetery, Carrying: Shovel</td></tr>
-<tr><td>494</td><td>captain dredd's ship, heap of stuff</td></tr>
-<tr><td>495</td><td>woodtick, gold, monacle, shovel</td></tr>
-<tr><td>498</td><td>woodtick hotel, voodoo doll, pins</td></tr>
-<tr><td>500</td><td>hotel with mud</td></tr>
-<tr><td>501</td><td>Scabb Island Inside Largo's Hotel Room, On Ground: Laundry Ticket, Toupee</td></tr>
-<tr><td>550</td><td>outside drinking contest house</td></tr>
-<tr><td>596</td><td>Phatt Island Pump, Carrying: Jojo</td></tr>
-<tr><td>598</td><td>The Bloody Lip with banana and library card</td></tr>
-<tr><td>600</td><td>elevator</td></tr>
-<tr><td>619</td><td>Booty Island Shop, On Ground: Map Piece, Horn, Mirror, Saw, Feather Pen, Collector's Plate. Carrying: 420 Pieces o' Eight, Monkey head, Parrot Chow, Spit Plaque</td></tr>
-<tr><td>666</td><td>Phatt Island arrest</td></tr>
-<tr><td>667</td><td>Phatt Island</td></tr>
-<tr><td>668</td><td>Phatt Island Roulette Wheel</td></tr>
-<tr><td>669</td><td>Phatt Island Back Alley, Carrying: 4 map pieces, toupee, spit, bone, bra, straw, drinks (red, green, blue), shovel, nails, hammer, paper, monocle, rat, voodoo doll (Largo), pins, oar</td></tr>
-<tr><td>675</td><td>Booty Island, On Ground: Plank. Carrying: (same as 669)</td></tr>
-<tr><td>676</td><td>Phatt Island Warf, Carrying: Fish</td></tr>
-<tr><td>677</td><td>Phatt Island Warf, Carrying: Fish</td></tr>
-<tr><td>704</td><td>Phatt Island Governor's Bedroom, On Ground: Famous Pirate Quotations. Carrying: Useless Library Book</td></tr>
-<tr><td>707</td><td>Booty Island Cliff Side, Carrying: Fishing Rod, Horn, String, Paper, Spit Encrusted Paper, Map</td></tr>
-<tr><td>714</td><td>Phatt Island Outside Cottage, Carrying: Telescope, Near-Grog, Mirror, Map</td></tr>
-<tr><td>726</td><td>Booty Island Upstairs in Marley's Mansion, Movie: Busted stealing map piece</td></tr>
-<tr><td>800</td><td>card catalog</td></tr>
-<tr><td>818</td><td>Bloody Lip kitchen</td></tr>
-<tr><td>819</td><td>The Bloody Lip</td></tr>
-<tr><td>820</td><td>Woodtick</td></tr>
-<tr><td>850</td><td>map</td></tr>
-<tr><td>878</td><td>Phatt Island with small key</td></tr>
-<tr><td>887</td><td>Scabb Island Woodsmith's Hut, Carrying: 420 Pieces o' Eight, Broken Oar</td></tr>
-<tr><td>888</td><td>Scabb Island Pirates, On Ground: Rat. Carrying: Saw, Squigglies, Stick, String</td></tr>
-<tr><td>890</td><td>Booty Island 6112 pieces o' eight</td></tr>
-<tr><td>897</td><td>Scabb Island Map</td></tr>
-<tr><td>898</td><td>Phatt Island with Kate leaflet</td></tr>
-<tr><td>899</td><td>Booty Island 276 pieces o' eight</td></tr>
-<tr><td>900</td><td>scabb island overhead, with crypt key, pirate quotes, ash-2-life</td></tr>
-<tr><td>906</td><td>Scabb Island Peninsula, Carrying: 420 Pieces o' Eight, Monocle, Shovel, Knife, String, Stick, Voodoo Doll (Largo), Pins, Spit Encrusted Paper</td></tr>
-<tr><td>907</td><td>Dread's Boat (On Sea), On Ground: Parrot Chow. Carrying: Dread's Map</td></tr>
-<tr><td>908</td><td>Dread's Boat (On Sea), On Ground: Parrot Chow. Carrying: Dread's Map</td></tr>
-<tr><td>909</td><td>Dread's Boat (On Sea), On Ground: Parrot Chow. Carrying: Dread's Map</td></tr>
-<tr><td>910</td><td>Dread's Boat (On Sea), On Ground: Parrot Chow. Carrying: Dread's Map</td></tr>
-<tr><td>989</td><td>Booty Island 6112 pieces o' eight and shipwrecks book</td></tr>
-<tr><td>993</td><td>Dinky Island Inside Hole With Treasure Chest, Carrying: Crowbar & Rope</td></tr>
-<tr><td>994</td><td>Dinky Island Beach, Carrying: 2 Crackers</td></tr>
-<tr><td>995</td><td>Dinky Island Jungle (Pile of Rocks), Carrying: Shovel</td></tr>
-<tr><td>996</td><td>Dinky Island Beach, Carrying: 3 Crackers</td></tr>
-<tr><td>997</td><td>Dinky Island Beach</td></tr>
-<tr><td>998</td><td>Dinky Island 'Big X', Carrying: Shovel, Dynamite, Matches, Crowbar & Rope</td></tr>
-<tr><td>999</td><td>Dinky Island Beach, Carrying: Shovel</td></tr>
-<tr><td>1000</td><td>scabb island outside shack, heaps of stuff</td></tr>
-<tr><td>1001</td><td>Phatt Island Movie: Initial Entry (Wanted + Arrested)</td></tr>
-<tr><td>1050</td><td>phatt island overhead</td></tr>
-<tr><td>1100</td><td>wally hanging on chains in lechucks dungeon</td></tr>
-<tr><td>1297</td><td>Scabb Island Wally's Room, On Ground: Monocle. Carrying: 4 Map Pieces</td></tr>
-<tr><td>1298</td><td>Scabb Island Wally's Room, On Ground: Monocle. Carrying: 3 Map Pieces</td></tr>
-<tr><td>1300</td><td>scabb island swamp</td></tr>
-<tr><td>1350</td><td>lechuck's fortress docks</td></tr>
-<tr><td>1550</td><td>Men of Low Moral Fiber</td></tr>
-<tr><td>1600</td><td>fish?</td></tr>
-<tr><td>1700</td><td>underground tunnels</td></tr>
-<tr><td>1800</td><td>wally at desk</td></tr>
-<tr><td>1850</td><td>cliff side</td></tr>
-<tr><td>1967</td><td>Booty Island Treehouse Pile of Maps, Carrying: Dog</td></tr>
-<tr><td>1968</td><td>Phatt Island Outside Cottage, Carrying: Telescope, Drinks (Green, Blue, Yellow, Red, Purple, Brown, Orange, Empty), Straw, Near-Grog</td></tr>
-<tr><td>1974</td><td>Beach with paper</td></tr>
-<tr><td>1976</td><td>Scabb Island Inside Crypt, Carrying: Famous Pirate Quotations, Ash-2-Life</td></tr>
-<tr><td>1977</td><td>Captain Kate's Ship, Movie: unsuccessful Dive</td></tr>
-<tr><td>1978</td><td>Scabb Island Inside Crypt, Carrying: Famous Pirate Quotations, Ash-2-Life, Key</td></tr>
-<tr><td>1984</td><td>Beach cutscene</td></tr>
-<tr><td>1985</td><td>Scabb Island Voodoo Hut, Carrying: Toupee, Bra, Spit, Bone</td></tr>
-<tr><td>1989</td><td>Booty Island Marley's Party, On Ground: Map Piece</td></tr>
-<tr><td>1990</td><td>Carpenters</td></tr>
-<tr><td>1991</td><td>Scabb Island Swamp, On Ground: Crate. Carrying: 4 Pieces o' Eight, Telescope, Fishing Pole, Crypt Key, Hammer, Green Drink, Straw, Near-Grog, Jojo, Library Card, Lens, Organ, Stick, Small Key, Ash-2-Life, Juju Bag, Shovel, Knife, String, Stick, Doll (Largo), Pins, Spit Encrusted paper, Map, Sign, Horn, Saw, Wreath, Cap, Plate, Hat, Quill, Books (Shipwrecks, Pirate Quotes, Joy of Hex)</td></tr>
-<tr><td>1992</td><td>Dinky Island Dark Room With Lightswitch, Carrying: 4 Pieces o' Eight, Telescope, Fishing Pole, Crypt Key, Hammer, Green Drink, Straw, Near-Grog, Jojo, Library Card, Lens, Organ, Small Key, Ash-2-Life, Juju Bag + Contents, Shovel, Spit Encrusted paper, Map, Sign, Horn, Wreath, Cap, Plate, Hat, Quill, Books (Shipwrecks, Pirate Quotes, Joy of Hex), Hankie, Glass, Broken Bottle, Rope, Box</td></tr>
-<tr><td>1993</td><td>LeChuck's Fortress Movie: Hanging in torture chamber</td></tr>
-<tr><td>1998</td><td>Booty Island Shop, Carrying: 500 Pieces o' Eight (x2), straw, Drinks (Green, Red, Blue), Shovel, Hammer, Nails, Bra, Paper, Monocle, Rat, Doll (Largo), Pins</td></tr>
-<tr><td>1999</td><td>LeChuck's Fortress Movie: Escaping (Explosion)</td></tr>
-<tr><td>2001</td><td>Booty Island Outside Marley's Mansion</td></tr>
-<tr><td>2010</td><td>Woodtick pre-largo intro</td></tr>
-<tr><td>2061</td><td>Booty Island Ville De La Booty, Carrying: Horn, Drinks (Green, Red, Empty), Straw</td></tr>
-<tr><td>3383</td><td>Scabb Island Map With Dread's Ship Available</td></tr>
-<tr><td>4478</td><td>Movie: Part II Four Map Pieces</td></tr>
-<tr><td>6711</td><td>LeChuck's Fortress Maze Junction With Lots of Signs, Carrying: Spit Encrusted paper (Although when selected it is called 'Spit Dripping Down Wall)</td></tr>
-<tr><td>8811</td><td>Booty Island Big Tree, On Ground: Plank. Carrying: Spit Encrusted Paper, Oar</td></tr>
-<tr><td>9000</td><td>Dinky Island Underground in Elevator, Carrying: Helium Balloon, 2 Helium-Filled Surgical Gloves</td></tr>
-<tr><td>9065</td><td>Phatt Island Outside Jail, Carrying: Dread's Map, hand & Map</td></tr>
-<tr><td>9066</td><td>Booty Island Ville De La Booty, Carrying: 2 Map Pieces, Dread's Map</td></tr>
-<tr><td>9090</td><td>Dinky Island Underground Lightswitch Room, On Ground: Ticket. Carrying: Syringe, Voodoo Doll (LeChuck)</td></tr>
-<tr><td>9898</td><td>Dinky Island Underground Lightswitch Room, On Ground: Ticket. </td></tr>
-<tr><td>9999</td><td>Dinky Island Underground Lightswitch Room (Dark), Carrying: Juju bag, Hankie</td></tr>
-<tr><td>10001</td><td>Start game without rolling demo, easy mode</td></tr>
-<tr><td>11111</td><td>Beach</td></tr>
-</table>
-
-
-<br><a name="comi"></a>
-<h2>The Curse of Monkey Island</h2>
-
-<table border="1" cellspacing="0" cellpadding="2">
-<tr><th>Param</th><th>Description</th></tr>
-<tr><td>199</td><td>stop the music</td></tr>
-<tr><td>200</td><td>in the treasure hold</td></tr>
-<tr><td>201</td><td>part II</td></tr>
-<tr><td>202</td><td>credits room</td></tr>
-<tr><td>203</td><td>credits room</td></tr>
-<tr><td>205</td><td>elaine gets stolen</td></tr>
-<tr><td>206</td><td>beginning the cannon puzzle</td></tr>
-<tr><td>215</td><td>testing the first person cannon view</td></tr>
-<tr><td>220</td><td>animated skeleton</td></tr>
-<tr><td>225</td><td>baby lechuck</td></tr>
-<tr><td>226</td><td>just talked to voodoo lady</td></tr>
-<tr><td>230</td><td>testing getting gold tooth</td></tr>
-<tr><td>240</td><td>testing banjo duel</td></tr>
-<tr><td>241</td><td>testing easy banjo duel</td></tr>
-<tr><td>245</td><td>testing caber toss</td></tr>
-<tr><td>247</td><td>testing caber toss</td></tr>
-<tr><td>250</td><td>getting the barber shop scissors</td></tr>
-<tr><td>255</td><td>blowing the tooth-filled helium bubble</td></tr>
-<tr><td>260</td><td>getting through the jungle</td></tr>
-<tr><td>270</td><td>danjer beach is open</td></tr>
-<tr><td>275</td><td>test making rubber plug</td></tr>
-<tr><td>280</td><td>fixed hole in danjer beach rowboat</td></tr>
-<tr><td>281</td><td>EASY MODE fixed hole in danjer beach rowboat</td></tr>
-<tr><td>282</td><td>on lc-deck tarred and feathered</td></tr>
-<tr><td>285</td><td>testing chicken cos</td></tr>
-<tr><td>290</td><td>in lc-qurtr after LeChimp's retirement</td></tr>
-<tr><td>291</td><td>getting out of chicken bucket</td></tr>
-<tr><td>300</td><td>testing the chicken shop</td></tr>
-<tr><td>350</td><td>do spotlight puzzle</td></tr>
-<tr><td>400</td><td>testing brimstone beach club</td></tr>
-<tr><td>450</td><td>testing brimstone beach club getting the map</td></tr>
-<tr><td>460</td><td>finish chapter two</td></tr>
-<tr><td>465</td><td>start rhymes with orange</td></tr>
-<tr><td>470</td><td>on the deck</td></tr>
-<tr><td>475</td><td>on the deck</td></tr>
-<tr><td>480</td><td>begin an insult fight</td></tr>
-<tr><td>500</td><td>ship combat</td></tr>
-<tr><td>502</td><td>ship combat</td></tr>
-<tr><td>590</td><td>ship combat Ready to attack Rottingham</td></tr>
-<tr><td>595</td><td>ship combat Ready to swordfight Rottingham</td></tr>
-<tr><td>600</td><td>start blood island</td></tr>
-<tr><td>605</td><td>waking goodsoup</td></tr>
-<tr><td>610</td><td>testing trial 1 on blood island</td></tr>
-<tr><td>615</td><td>trying to become a goodsoup</td></tr>
-<tr><td>620</td><td>guybrush is a Goodsoup</td></tr>
-<tr><td>630</td><td>testing gestroom</td></tr>
-<tr><td>648</td><td>on Skull Island</td></tr>
-<tr><td>649</td><td>on Skull Island</td></tr>
-<tr><td>650</td><td>testing Skull Island and smugglers</td></tr>
-<tr><td>655</td><td>test card game</td></tr>
-<tr><td>660</td><td>test smuggler's cave battle</td></tr>
-<tr><td>660</td><td>test stan's crypt</td></tr>
-<tr><td>680</td><td>test altar</td></tr>
-<tr><td>690</td><td>test windmill</td></tr>
-<tr><td>700</td><td>trial 3 the cheese puzzle</td></tr>
-<tr><td>710</td><td>ready to free elaine</td></tr>
-<tr><td>715</td><td>have everything to free elaine</td></tr>
-<tr><td>720</td><td>ready to go to Skull Island</td></tr>
-<tr><td>900</td><td>beginning of chapter 5 (gondola)</td></tr>
-<tr><td>950</td><td>at the carnival as l'il guybrush</td></tr>
-<tr><td>1000</td><td>carnival</td></tr>
-<tr><td>1020</td><td>at carnival with snowcone ingredients</td></tr>
-<tr><td>1050</td><td>coaster</td></tr>
-<tr><td>1070</td><td>hang-dia</td></tr>
-<tr><td>2000</td><td>win</td></tr>
-</table>
-
-<br><a name="atlantis"></a>
-<h2>Indiana Jones and the Fate of Atlantis</h2>
-
-<p>The following list was contributed by Laura Abbott. Thanks a lot, Laura!</p>
-
-<table border="1" cellspacing="0" cellpadding="2">
-<tr><th>Param</th><th>Description</th></tr>
-<tr><td>-7873</td><td>Start from the Introduction as if normal</td></tr>
-<tr><td>-26143</td><td>At the crete ruins with Sophia
-	*Dialog, Sunstone, Moonstone, Whip, Ship Rib, and Amber Fish</td></tr>
-<tr><td>100</td><td>In the introduction, Indy pops out of the hole in the top College
-	Attic and then moves off to the right behind a pole.</td></tr>
-<tr><td>101</td><td>Indy comes into the Spindle room in the Crete Labyrinth with Sophia
-	*NO ITEMS*</td></tr>
-<tr><td>145</td><td>Indy and Sophia on the Machine in Middle Atlantis that goes around
-	in circles until you pull the levers</td></tr>
-<tr><td>146</td><td>Indy and Sophia looking at the Machine in Middle Atlantis that goes
-	around in circles until you pull the levers</td></tr>
-<tr><td>666</td><td>Indy and Sophia at the start of the Tikal Jungle</td></tr>
-<tr><td>667</td><td>Indy and Sophia in the Temple with Sternhart</td></tr>
-<tr><td>668</td><td>Same as 666</td></tr>
-<tr><td>787</td><td>Indy and Sophia on boat "Exactly 0 miles of Thera"
-	*Sunstone</td></tr>
-<tr><td>878</td><td>Indy at Thera</td></tr>
-<tr><td>879</td><td>Indy and Sophia at Thera
-	*2 Orichalcum, Lost Dialog, Sunstone, Moonstone, Worldstone</td></tr>
-<tr><td>888</td><td>Same as 878</td></tr>
-<tr><td>909</td><td>Indy before the Doors blocked by a pool of water in Atlantis
-	*2 Orichalcum, Sunstone, Moonstone, Whip</td></tr>
-<tr><td>1101</td><td>Meeting Klaus Kerner for the first time in Indy's Office</td></tr>
-<tr><td>1102</td><td>ERROR: (7:10002:0xBF70): Invalid actor -111 in o5_putActorInRoom</td></tr>
-<tr><td>1103</td><td>Comming to Caswell Hall with Sophia</td></tr>
-<tr><td>1104</td><td>Indy in Caswell Hall
-	*Whip</td></tr>
-<tr><td>1111</td><td>Indy by himself with Sophia
-	*Magazine, newspaper</td></tr>
-<tr><td>1112</td><td>Sophia's Office is Ransacked</td></tr>
-<tr><td>1120</td><td>Riding the Camel in Fists mode</td></tr>
-<tr><td>1122</td><td>Riding the Camel in Wits mode</td></tr>
-<tr><td>1123</td><td>BUG(?)-music like the balloon is flying over the desert, but there
-	is no balloon to control</td></tr>
-<tr><td>1130</td><td>Flying the balloon over the desert</td></tr>
-<tr><td>1162</td><td>"A research laboratory somewhere in Germany..."</td></tr>
-<tr><td>1181</td><td>This initially starts out with a dialog that let's you choose either
-	"Trust"/Team, "Action"/Fists, or "Maze"/Wits. And whatever you 
-	choose is what Sophia initially suggests after reading Indy's
-	fortune.</td></tr>
-<tr><td>1432</td><td>Landing on the Nazi Guard at the Dig site with Balloon
-	*NO ITEMS</td></tr>
-<tr><td>2543</td><td>Flying the Balloon to catch the Nazi submarine</td></tr>
-<tr><td>2718</td><td>Starts at the Introduction like a normal game</td></tr>
-<tr><td>2728</td><td>Monte Carlo with the Team Path selected
-	*Whip, scary mask</td></tr>
-<tr><td>2920</td><td>Indy at Crete Ruins
-	*Sunstone, Ship rib, Surveyor's Equipment</td></tr>
-<tr><td>3142</td><td>The screen that show's up after you die with your current IQ and your
-	total IQ points</td></tr>
-<tr><td>3654</td><td>Tikal</td></tr>
-<tr><td>3838</td><td>Indy and Sophia in the Crete Labyrinth. You have the Gold Box in
-	your possession, but Indy keeps saying he can't reach it.
-	*Dialog, Sunstone, Moonstone, Worldstone, Gold Box, Whip, Ship Rib
-	Amber Fish</td></tr>
-<tr><td>3939</td><td>Indy and Sophia Dropped off at Crete
-	*Dialog, Sunstone, Moonstone, Worldstone, whip, rib Amber Fish
-	Clay Jar</td></tr>
-<tr><td>3940</td><td>Indy in the Labyrinth in Fists Mode
-	*Sunstone, Moonstone, Worldstone, Gold Box, Whip</td></tr>
-<tr><td>3941</td><td>At Crete with Sophia
-	*Sunstone, Moonstone, Whip, Ship Rib, Amber Fish, Surveyor's
-	Equipment</td></tr>
-<tr><td>4040</td><td>Indy on Crete After being shot out of the Torpedo
-	*Dialog, Sunstone, Moonstone, Whip, Ship Rib, Statue used to jump
-	start truck at digsite, surveyor's equipment, rope, shovel, and 	Note with "No Icon"</td></tr>
-<tr><td>4041</td><td>Indy in room with Atlantis subway
-	*Dialog, Sunstone, Moonstone, Whip, Ship Rib, Statue used to jump 	start truck at digsite, surveyor's equipment, rope, shovel, and 	Note with "No Icon"</td></tr>
-<tr><td>4061</td><td>Very Odd-Starts out like you entered the wrong boot Parameter, but
-	Then goes into Indy and Sophia running out of Atlantis, complete
-	with music</td></tr>
-<tr><td>4062</td><td>Same as 4061 except Indy is by himself</td></tr>
-<tr><td>4063</td><td>Ending with Indy and Sophia running away from atlantis</td></tr>
-<tr><td>4122</td><td>Indy in canal room with Giant Octopus
-	*3 Orichalcum, Whip, Sunstone, Moonstone, Worldstone, Statue Part,
-	Bronze spoked Wheel, Crescent Gear, Ladder, Amber Fish</td></tr>
-<tr><td>4123</td><td>Indy and Sophia in Canal
-	*3 Orichalcum, Whip, Sunstone, Moonstone, Worldstone, Bronze Gear
-	Bronze spoked Wheel, Crescent Gear, Ladder, Amber Fish	</td></tr>
-<tr><td>4141</td><td>Indy at Crete
-	*Dialog, Sunstone, Moonstone, Archeology Magazine, Whip Ship Rib</td></tr>
-<tr><td>4242</td><td>Indy landing the Balloon on the Nazi Submarine
-	*NO ITEMS</td></tr>
-<tr><td>4343</td><td>Indy on top of Nazi Sub in Team Mode(?)
-	*Dialog, Whip, Rib, Amber Fish, Gold Box, Clay Jar</td></tr>
-<tr><td>4695</td><td>Indy in Orichalcum making room	
-	*Lava cup, Bronze Spoked Wheel</td></tr>
-<tr><td>4765</td><td>Indy in the Room to get Lava for Orichalcum in Atlantis
-	*Stone Cup, Porcelain Mug, Clay Jar, Statue Head</td></tr>
-<tr><td>4851</td><td>Indy in Crete Labyrinth after physically beating the Nazi whom you
-	can push the stalagmite on.
-	*Whip, Amber fish</td></tr>
-<tr><td>4852</td><td>Indy in Labyrinth after beating Nazi Carl *CANNOT WALK!*
-	*Whip, Amber Fish</td></tr>
-<tr><td>4853</td><td>Indy in Labyrinth Somewhere...
-	*Whip, Amber Fish</td></tr>
-<tr><td>4854</td><td>Indy in Labyrinth after beating Nazi Arnold *CANNOT WALK*
-	*Whip Amber Fish</td></tr>
-<tr><td>4855</td><td>Indy in Labyrinth after beatting Nazi Otto
-	*Whip, Amber Fish</td></tr>
-<tr><td>4949</td><td>Indy entering into the room with the Lava Tiles (Not right at them,
-	however)</td></tr>
-<tr><td>4950-4959</td><td>All the Underwater sub, but at different depths (i.e. farther
-	away, closer to you) *CANNOT GO BACK TO REGULAR GAME</td></tr>
-<tr><td>4960</td><td>On top of the Nazi Submarine (Team Path?)
-	*NO ITEMS</td></tr>
-<tr><td>4962</td><td>Colossus with Sophia
-	*Dialog, Sunstone, Moonstone, Worldstone, Archeology Magazine, Whip</td></tr>
-<tr><td>4963</td><td>Same as 4962, except without Sophia</td></tr>
-<tr><td>4964</td><td>Indy and Sophia walk in and the God Machine Immediately Starts up</td></tr>
-<tr><td>5000</td><td>Inside the labyrinth at the Very beginning entrance. Possible to walk
-	out and not be able to get back in again due to lack of stones
-	*Whip</td></tr>
-<tr><td>5001</td><td>Indy on the Stone platform with the Gigantic Stone Head in the
-	labyrinth
-	*3 Orichalcum, Entrenching tool, Whip, Staff, Comb Scarf</td></tr>
-<tr><td>5002</td><td>The Start of a Normal Game in NYC</td></tr>
-<tr><td>5003</td><td>Indy lands balloon in Crete
-	*Sunstone, Whip, Ship Rib, Surveyor's Equipment</td></tr>
-<tr><td>5005</td><td>Indy and Sophia in Labyrinth (5 way fork)</td></tr>
-<tr><td>5234</td><td>Indy and Sophia in Middle Atlantis. Sophia talks about how Nur-ab-Sal
-	is present
-	*3 Orichalcum, Amber Fish, Gold Box, Hinge Pin, Light Wand, Sunstone
-	Moonstone, Worldstone</td></tr>
-<tr><td>5555</td><td>Indy in Monte Carlo
-	*Mask</td></tr>
-<tr><td>5557</td><td>Indy on the Crowded Market Streets of Algiers</td></tr>
-<tr><td>5558</td><td>Indy at the Market Place (Wits?) 
-	*NO ITEMS</td></tr>
-<tr><td>5559</td><td>Meeting Omar in his house. Wits Path
-	*Whip</td></tr>
-<tr><td>5560</td><td>Monte Carlo
-	*NO ITEMS</td></tr>
-<tr><td>5561</td><td>Monte Carlo with Sunstone</td></tr>
-<tr><td>5562</td><td>Monte Carlo at Wits Path
-	*Whip, Kidnapping Note</td></tr>
-<tr><td>5563</td><td>Indy and Sophia on Roof for Balloon Ride
-	*Dialog, Balloon Ticket, Knife, Archeology Magazine, Whip, Sunstone
-	Map to Digsite</td></tr>
-<tr><td>5564</td><td>Same as 5563, except you only have the balloon ticket</td></tr>
-<tr><td>5876</td><td>The Ending where Sophia gets out</td></tr>
-<tr><td>5877</td><td>The Ending where Sophia does not get out</td></tr>
-<tr><td>5885</td><td>Indy and Sophia in Tikal
-	*Whip</td></tr>
-<tr><td>5886</td><td>Same as 5885, except with eel figurine</td></tr>
-<tr><td>5999</td><td>Outside the cave at Thera
-	*Dialog, whip, host, balloon, net, basket</td></tr>
-<tr><td>6000</td><td>Nothing. This doesn't appear to be a valid boot parameter.</td></tr>
-<tr><td>6001</td><td>Indy falls down from top attic level to the next bottom level
-	at the introduction.</td></tr>
-<tr><td>6002</td><td>Indy falls down into the room with books at the very beginning</td></tr>
-<tr><td>6003</td><td>Indy falls down into the cat room</td></tr>
-<tr><td>6004</td><td>Indy falls down the coal chute</td></tr>
-<tr><td>6005</td><td>Indy and Sophia fly to the Azores
-	*NO ITEMS!</td></tr>
-<tr><td>6010</td><td>Indy in Atlantis Maze. No Nazi's appear to be present.
-	*Rib cage, Sausage, gum</td></tr>
-<tr><td>6011</td><td>Indy in Octopus room in canal
-	*Crab in cage, Sausage, Gum</td></tr>
-<tr><td>6345</td><td>Indy in Room with Doors that require the statue to open them
-	*3 Orachulum, Dialog, statue part, bronze gear, bronze spoked wheel
-	crescent gear, ladder, box</td></tr>
-<tr><td>6665</td><td>Indy at Dig Site.
-	*Dialog, whip</td></tr>
-<tr><td>6666</td><td>Same as 6665 except Indy Starts off screen</td></tr>
-<tr><td>6667</td><td>Indy in the dark Dig Site.
-	*Dialog, Sunstone</td></tr>
-<tr><td>6668</td><td>Indy and Sophia landing on the Nazi at the Digsite
-	*Sunstone</td></tr>
-<tr><td>6669</td><td>Flying balloon over the Desert</td></tr>
-<tr><td>7456</td><td>Walking into Sophia's prison in Atlantis
-	*Light Rod, Hinge Pin</td></tr>
-<tr><td>7777</td><td>Same as 7456 except the guard has been killed by the sentry statue</td></tr>
-<tr><td>8100</td><td>A spindle *CANNOT GO BACK TO GAME*</td></tr>
-<tr><td>8567</td><td>Indy at Crete
-	*Whip, Sunstone, Moonstone, Worldstone</td></tr>
-<tr><td>8888</td><td>Monte Carlo Car Chase</td></tr>
-<tr><td>8889</td><td>Indy running around Monte Carlo after the Car Chase</td></tr>
-<tr><td>8890</td><td>Same as above, except with the Stone disk in tow</td></tr>
-<tr><td>9000</td><td>Monte Carlo with Whip</td></tr>
-<tr><td>9001</td><td>Indy at a corner in Monte Carlo
-	*NO ITEMS!</td></tr>
-<tr><td>9101-9106</td><td>Indy and Sophia Enter the Room with the Lava Tiles of Doom (Not
-	directly at the start of the lava tile maze, however) All of these
-	appear to be identical, but I could be wrong</td></tr>
-<tr><td>9191</td><td>Indy outside Caswell Hall
-	*Whip</td></tr>
-<tr><td>9554</td><td>Indy and Sophia talking to Omar
-	*Dialog, whip, Sunstone</td></tr>
-<tr><td>9555</td><td>Same as 9554</td></tr>
-<tr><td>9556</td><td>Indy in Omar's Shop with Servant
-	*Dialog, Trottier's Card</td></tr>
-<tr><td>9557</td><td>Talking to the Servant with a red fez
-	*Whip, Trottier's Card</td></tr>
-<tr><td>9558</td><td>Indy and Sophia Talking with Omar
-	*NO ITEMS</td></tr>
-<tr><td>9559</td><td>Indy Talking to Servant</td></tr>
-<tr><td>9678</td><td>Indy in Caswell Hall (Upstairs Closed for Repairs?)
-	*Whip</td></tr>
-<tr><td>9900</td><td>Indy and Sophia in the room with the Statue that has to open the door
-	*20 Orichalcum, whip, sunstone, moonstone, worldstone, statue part
-	Bronze gear, bronze spoked wheel, crecent statue part, ladder</td></tr>
-<tr><td>9901</td><td>Indy and Sophia in the Airlock after getting off Nazi Sub
-	*Crecent statue part, hinge pin, amber fish, septer, metal rod
-	Statue head, cup of lava, crab in ribcage, eel figurine</td></tr>
-<tr><td>9902</td><td>Indy in the outermost ring of Atlantis Maze *CANNOT GO ON TO ANOTHER 
-	SCREEN*</td></tr>
-<tr><td>9903</td><td>Indy and Sophia in the Airlock after getting off Nazi Sub
-	*3 Orichalcum, Dialog, Whip, Sunstone, Moonstone, Worldstone</td></tr>
-<tr><td>9904</td><td>Outside Lava pit room in Atlantis where Sophia is possessed by
-	Nur-ab-Sal
-	*Scepter, Metal Rod, Statue head, Gold Box, empty stone cup, crab
-	in rib cage, eel figurine</td></tr>
-<tr><td>9905</td><td>Indy and Sophia in the Airlock after getting off Nazi Sub
-	*25 Orichalcum, Dialog, whip, Sunstone, moonstone, worldstone, box</td></tr>
-<tr><td>9909</td><td>Indy crashes Tram into Atlantis
-	*Bronze spoked wheel, crecent part, statue head, cup of lava, crab
-	in rib cage, eel figurine
-</td></tr>
-</table>
-
-
-<br><a name="samnmax"></a>
-<h2>Sam & Max Hit the Road</h2>
-
-<table border="1" cellspacing="0" cellpadding="2">
-<tr><th>Param</th><th>Description</th></tr>
-<tr><td>101</td><td>office</td></tr>
-<tr><td>211</td><td>carnival</td></tr>
-<tr><td>212</td><td>carnival</td></tr>
-<tr><td>221</td><td>tunnel of love</td></tr>
-<tr><td>222</td><td>tunnel of love</td></tr>
-<tr><td>223</td><td>doug the moleman</td></tr>
-<tr><td>233</td><td>hall of oddities</td></tr>
-<tr><td>301</td><td>world of fish</td></tr>
-<tr><td>402</td><td>mystery vortex magnets</td></tr>
-<tr><td>403</td><td>mystery vortex</td></tr>
-<tr><td>404</td><td>mystery vortex</td></tr>
-<tr><td>405</td><td>Shuv-Oohl</td></tr>
-<tr><td>408</td><td>???</td></tr>
-<tr><td>409</td><td>mystery vortex</td></tr>
-<tr><td>501</td><td>worlds largest ball of twine</td></tr>
-<tr><td>503</td><td>inside fish head at ball of twine</td></tr>
-<tr><td>515</td><td>binoculars at ball of twine</td></tr>
-<tr><td>516</td><td>binoculars at ball of twine</td></tr>
-<tr><td>517</td><td>binoculars at ball of twine</td></tr>
-<tr><td>518</td><td>binoculars at ball of twine</td></tr>
-<tr><td>600</td><td>gator golf</td></tr>
-<tr><td>650</td><td>gator golf</td></tr>
-<tr><td>651</td><td>gator golf</td></tr>
-<tr><td>652</td><td>gator golf</td></tr>
-<tr><td>701</td><td>snuckey's</td></tr>
-<tr><td>711</td><td>snuckey's</td></tr>
-<tr><td>911</td><td>frog rock</td></tr>
-<tr><td>1001</td><td>outside bumpusville</td></tr>
-<tr><td>1002</td><td>outside bumpusville</td></tr>
-<tr><td>1050</td><td>bumpusville, conroy's hairpiece</td></tr>
-<tr><td>1107</td><td>outside savage jungle inn</td></tr>
-<tr><td>1113</td><td>savage jungle inn, freezer</td></tr>
-<tr><td>1150</td><td>savage jungle inn, pool</td></tr>
-<tr><td>1199</td><td>outside savage jungle inn</td></tr>
-<tr><td>1210</td><td>dino bungee national memorial</td></tr>
-<tr><td>1290</td><td>end sequence</td></tr>
-<tr><td>1301</td><td>celebrity vegetable musuem</td></tr>
-<tr><td>1400</td><td>savage jungle inn, totem poles</td></tr>
-<tr><td>1410</td><td>savage jungle inn, pool</td></tr>
-<tr><td>1420</td><td>end sequence</td></tr>
-<tr><td>1425</td><td>???</td></tr>
-<tr><td>1430</td><td>credits</td></tr>
-<tr><td>1501</td><td>car bomb</td></tr>
-<tr><td>1502</td><td>wax me</td></tr>
-<tr><td>1503</td><td>highway racing</td></tr>
-<tr><td>1505</td><td>???</td></tr>
-<tr><td>1506</td><td>dress up</td></tr>
-<tr><td>2000</td><td>intro</td></tr>
-</table>
-
-<br><a name="tentacle"></a>
-<h2>Day of the Tentacle</h2>
-
-<p>The following list was contributed by Spencer Travers. Thanks a lot, Spencer!</p>
-
-<table border="1" cellspacing="0" cellpadding="2">
-<tr><th>Param</th><th>Description</th></tr>
-<tr><td>101</td><td>Hoagie on rooftop with can opener, blanket, chattering teeth, exploding cigar</td></tr>
-<tr><td>111</td><td>Hoagie outside by toilet with can opener, lab coat, oil, vinegar, quill pen, exploding cigar, chattering teeth, blanket, bucket, soap, brush, battery, letter, spaghetti, left-handed hammer, right handed hammer, wine bottle, cigar lighter, quarters, dentures, stamp, fork, sweater(shrunk), coffee, decaf coffee</td></tr>
-<tr><td>121</td><td>Laverne (in tentacle disguise) in basement with scalpel, trophy, extension cord, hamster (in sweater)</td></tr>
-<tr><td>122</td><td>Hoagie in Ben's room with textbook, can opener, lab coat, battery</td></tr>
-<tr><td>131</td><td>Hoagie in Red's lab with can opener, battery plans, oil, vinegar, gold plated quill (this is everything needed to make the battery)</td></tr>
-<tr><td>141</td><td>Hoagie in front of house with can opener, bucket full of water, brush, soap, battery, lab coat (just before the storm)</td></tr>
-<tr><td>151</td><td>Hoagie in main hall with can opener, red paint</td></tr>
-<tr><td>161</td><td>Hoagie in Ned and Jed's sculpture workshop with textbook, can opener, left handed hammer, disappearing ink</td></tr>
-<tr><td>177</td><td>Hoagie outside with can opener, letter (patent application ready to post)</td></tr>
-<tr><td>199</td><td>Hoagie outside by toilet with can opener, battery</td></tr>
-<tr><td>201</td><td>Bernard in basement with textbook, hamster, stamp, contract</td></tr>
-<tr><td>202</td><td>Bernard on 1st floor up with textbook, letter</td></tr>
-<tr><td>221</td><td>Bernard in lobby with textbook, crowbar</td></tr>
-<tr><td>222</td><td>Bernard in basement with textbook, help-wanted sign, chattering teelth, decaf cofee, sweater (large), contract, quarters</td></tr>
-<tr><td>223</td><td>Bernard in Weird Ed Edison's room with textbook, disappearing ink</td></tr>
-<tr><td>225</td><td>Bernard in office with textbook</td></tr>
-<tr><td>232</td><td>Bernard in main hall with scalpel, textbook, disappearing ink, flag gun</td></tr>
-<tr><td>242</td><td>Bernard in Edna's video room (statue swapped) with textbook</td></tr>
-<tr><td>252</td><td>Bernard in Edna's video room (statue swapped) with textbook, letter, videotape, decaff coffee, coffee, funnel</td></tr>
-<tr><td>262</td><td>Bernard on 1st floor up with textbook, letter</td></tr>
-<tr><td>272</td><td>Bernard in basement with textbook, decaff coffee, coffee, funnel</td></tr>
-<tr><td>273</td><td>Bernard in basement with textbook</td></tr>
-<tr><td>301</td><td>Laverne in cell with scalpel</td></tr>
-<tr><td>323</td><td>Laverne in time capsule room with scalpel, can opener</td></tr>
-<tr><td>333</td><td>Laverne in kitchen with scalpel, food certificate, trophy, tentacle chart, human chart (no picture), frozen hamster</td></tr>
-<tr><td>346</td><td>Laverne in mummy's room with scalpel, name tag, spaghetti, fork, fake barf, dentures, box o' laughs, disappearing ink</td></tr>
-<tr><td>345</td><td>Laverne in basement with scalpel, extension cord, hamster (in sweater), sweater (small), disappearing ink</td></tr>
-<tr><td>353</td><td>Bernard in basement with textbook, contract</td></tr>
-<tr><td>363</td><td>Laverne at Human show with scalpel, spaghetti, fork, dentures, fake barf, box o' laughs, chattering teeth (all you need to do this part)</td></tr>
-<tr><td>370</td><td>Laverne in lobby with scalpel</td></tr>
-<tr><td>401</td><td>Strange looking bernard (with textbook) in Green's room. After a while he 'expands' into three headed 'thing'. Strange thing is you can still switch to Hoagie and Laverne.</td></tr>
-<tr><td>408</td><td>Hoagie in Ned and Jed's sculpture workshop with can opener, left handed hammer</td></tr>
-<tr><td>444</td><td>Bernard on roof (threaded pulley) with textbook, red paint</td></tr>
-<tr><td>565</td><td>Hoagie on roof with can opener, blanket, red paint</td></tr>
-<tr><td>555</td><td>Hoagie in main hall with text book, can opener, chattering teeth, dentures, exploding cigar, red paint, help-wanted sign, flier (about vacuums), cigar lighter (gun)</td></tr>
-<tr><td>567</td><td>Bernard in laundry with textbook, quarters, sweater (large)</td></tr>
-<tr><td>600</td><td>Laverne outside with scalpel, Booboo-B-Gone\x91\xA1\xDD, squeaky mouse toy, dinner certificate</td></tr>
-<tr><td>601</td><td>Hoagie in Red's lab with can opener, help wanted sign, paper (battery plans), oil, vinegar, gold quill</td></tr>
-<tr><td>602</td><td>Bernard in Edna's video room with textbook, videotape</td></tr>
-<tr><td>603</td><td>Hoagie on 2nd floor up with textbook, can opener</td></tr>
-<tr><td>604</td><td>Bernard in basement with textbook, funnel, regular coffee, contract</td></tr>
-<tr><td>605</td><td>Laverne in cell (but in tentacle disguise???) with scalpel, 'skunk' (cat). When she gets zapped her costume returns to normal. Since there is no guard you can't exit the cell.</td></tr>
-<tr><td>701</td><td>Laverne on roof with scalpel, tentacle costume. 'Flag' is also on pole, wound down (but no sign of crank).</td></tr>
-<tr><td>702</td><td>Hoagie in front of house with can opener, stamped letter</td></tr>
-<tr><td>703</td><td>Bernard in office with textbook, videotape. Dr Ed is sleepwalking and opening/closing the safe</td></tr>
-<tr><td>704</td><td>Three head in Dwayne's room with textbook, bowling ball. They are large but act as if shrunk. Dwayne is not on bed but when you hover the mouse over where he usually is you get the description on the title bar.</td></tr>
-<tr><td>705</td><td>Laverne on 1st floor up with scalpel, name tag</td></tr>
-<tr><td>706</td><td>Hoagie in main hall with can opener, flier</td></tr>
-<tr><td>707</td><td>Bernard in big snoring guy's room with textbook, 2 dimes</td></tr>
-<tr><td>708</td><td>Hoagie in Red's lab with can opener, gold quill, oil, battery plans, vinegar</td></tr>
-<tr><td>709</td><td>Laverne in lobby with scalpel, dinner certificate</td></tr>
-<tr><td>710</td><td>Bernard in big snoring guy's room with textbook, Swiss bankbook</td></tr>
-<tr><td>969</td><td>Bernard in office with textbook, Swiss bankbook</td></tr>
-<tr><td>979</td><td>Bernard outside by car with textbook, keys. Guy is trying to break into car.</td></tr>
-<tr><td>989</td><td>ERROR: no room zero?</td></tr>
-<tr><td>990</td><td>Bernard in basement with textbook, battery plans</td></tr>
-<tr><td>991</td><td>Bernard in basement with textbook, funnel, coffee, decaf coffee</td></tr>
-<tr><td>993</td><td>Laverne in lobby (no disgiuse) with scalpel, textbook, disappearing ink</td></tr>
-<tr><td>994</td><td>Bernard in big snoring guy's room with textbook, 2 dimes</td></tr>
-<tr><td>995</td><td>Bernard in basement with textbook</td></tr>
-<tr><td>996</td><td>Hoagie in Betsy Ross' room with can opener, tentacle chart (just before the flag changing sequence)</td></tr>
-<tr><td>997</td><td>Bernard in attic with textbook. IRS guys in background.</td></tr>
-<tr><td>998</td><td>Three head in basement with textbook, bowling ball. Clones of Purple Tentacle are lined up ready to be bowled!</td></tr>
-<tr><td>999</td><td>Hoagie in laundry with can opener, soap, lab coat</td></tr>
-<tr><td>1000</td><td>Sequence in basement just before Dr Ed brings back Hoagie and Laverne</td></tr>
-<tr><td>1001</td><td>Basement with tentacles lined up. No control character visible, but you can still interact and have the text book. If you go upstairs, you see a strange looking Bernard.</td></tr>
-<tr><td>1002</td><td>Laverne in the cell with scalpel, disappearing ink</td></tr>
-<tr><td>1003</td><td>Hoagie in main hall with can opener, disappearing ink</td></tr>
-<tr><td>1004</td><td>Start of epilogue sequence</td></tr>
-</table>
-
-
-<br><a name="ft"></a>
-<h2>Full Throttle</h2>
-
-<table border="1" cellspacing="0" cellpadding="2">
-<tr><th>Param</th><th>Description</th></tr>
-<tr><td>193</td><td>The Chrysler demo.</td></tr>
-<tr><td>194</td><td>Chrysler demo, pt. 2</td></tr>
-<tr><td>195</td><td>Chrysler demo, roadrash</td></tr>
-<tr><td>196</td><td>Chrysler demo, pt. 3</td></tr>
-<tr><td>197</td><td>Chrysler demo, pt. 4</td></tr>
-<tr><td>200</td><td>just after the opening (dumpster)</td></tr>
-<tr><td>210</td><td>ride out from barfront</td></tr>
-<tr><td>222</td><td>melonweed intro (Tim's version)</td></tr>
-<tr><td>242</td><td>Melonweed: meet Miranda.</td></tr>
-<tr><td>300</td><td>just after the roadrash (mo-cu) (Steve's version)</td></tr>
-<tr><td>333</td><td>After whackin Todd</td></tr>
-<tr><td>353</td><td>simulate CES demo (gas-gate)</td></tr>
-<tr><td>360</td><td>open gate (gas-gate)</td></tr>
-<tr><td>361</td><td>Get Gas (gastower)</td></tr>
-<tr><td>361</td><td>Gas-Run (gastower)</td></tr>
-<tr><td>370</td><td>get in junkyard (junkgate)</td></tr>
-<tr><td>380</td><td>Junkyard interior</td></tr>
-<tr><td>399</td><td>the fixed bike showcase!</td></tr>
-<tr><td>400</td><td>Corley's murder</td></tr>
-<tr><td>401</td><td>Testing Ben's riding in and out of kickstand</td></tr>
-<tr><td>444</td><td>After murder, back at Kickstand</td></tr>
-<tr><td>446</td><td>In bar with badge</td></tr>
-<tr><td>450</td><td>After murder, testing night sequence of rooms</td></tr>
-<tr><td>495</td><td>Arriving at Mink Ranch (daed si luap)</td></tr>
-<tr><td>496</td><td>Enter ranch from highway9</td></tr>
-<tr><td>500</td><td>Ben rides into caveturn to get ramp</td></tr>
-<tr><td>500</td><td>Ben rides into caveroad to get ramp</td></tr>
-<tr><td>505</td><td>Ben rides into cavemesa to get ramp</td></tr>
-<tr><td>509</td><td>scold n&b wipeout</td></tr>
-<tr><td>510</td><td>ben has the goggles & is pursued</td></tr>
-<tr><td>530</td><td>Messing with Emmet's load.</td></tr>
-<tr><td>535</td><td>Messing with Emmet's load.</td></tr>
-<tr><td>545</td><td>Messing with Emmet's load.</td></tr>
-<tr><td>546</td><td>Messing with Emmet's load.</td></tr>
-<tr><td>550</td><td>Test mineroad</td></tr>
-<tr><td>551</td><td>Test Mineroad with goggles</td></tr>
-<tr><td>552</td><td>enter dustspill from vista</td></tr>
-<tr><td>556</td><td>The real cavefish hijacking scene</td></tr>
-<tr><td>575</td><td>Talk to Father Torque on the mineroad</td></tr>
-<tr><td>580</td><td>Return to vista with ramp</td></tr>
-<tr><td>585</td><td>Jump the Mighty Poyahoga!</td></tr>
-<tr><td>600</td><td>arrive at corville</td></tr>
-<tr><td>650</td><td>souvenier stand</td></tr>
-<tr><td>660</td><td>Ben arrives at the minefield</td></tr>
-<tr><td>661</td><td>Ben arrives at the big-door</td></tr>
-<tr><td>662</td><td>Ben arrives at the vultures</td></tr>
-<tr><td>666</td><td>the Vultures' hideout</td></tr>
-<tr><td>670</td><td>Looking at the Photos</td></tr>
-<tr><td>680</td><td>demo derby intro</td></tr>
-<tr><td>690</td><td>a test of the demo-derby</td></tr>
-<tr><td>700</td><td>Inside shot of the derby car</td></tr>
-<tr><td>797</td><td>Ben and mo blow up</td></tr>
-<tr><td>798</td><td>Squish that firefly...</td></tr>
-<tr><td>799</td><td>The arena burns</td></tr>
-<tr><td>800</td><td>Ben returns after the demolition derby</td></tr>
-<tr><td>840</td><td>Ripburger's speech to the shareholders</td></tr>
-<tr><td>850</td><td>Corley's will</td></tr>
-<tr><td>900</td><td>Finale: Intro</td></tr>
-<tr><td>910</td><td>Finale: On the bumper</td></tr>
-<tr><td>920</td><td>Finale: Hopping on fuel lines</td></tr>
-<tr><td>930</td><td>Finale: In the cargo plane</td></tr>
-<tr><td>940</td><td>Finale: Kill Ripburger!</td></tr>
-<tr><td>950</td><td>Finale: Finale</td></tr>
-</table>
-
-
-<br><a name="digDemo"></a>
-<h2>The Dig Demo</h2>
-
-<p>The following table was contributed by Ben Gorman. Thanks, Ben!</p>
-
-<table border="1" cellspacing="0" cellpadding="2">
-<tr><th>Param</th><th>Description</th></tr>
-<tr><td>300</td><td>Skip intro movies</td></tr>
-<tr><td>305</td><td>Outside wrecked alien ship</td></tr>
-<tr><td>310</td><td>Canyon</td></tr>
-</table>
-
-
-<br><a name="fbear"></a>
-<h2>Fatty Bear's Birthday Surprise</h2>
-
-<table border="1" cellspacing="0" cellpadding="2">
-<tr><th>Param</th><th>Description</th></tr>
-<tr><td>100</td><td>In the kitchen</td></tr>
-<tr><td>101</td><td>In the kitchen, with bone (Dog escaped)</td></tr>
-<tr><td>102</td><td>In the kitchen, with bone and ribbon (Dog escaped)</td></tr>
-<tr><td>200</td><td>In the kitchen cupboard</td></tr>
-<tr><td>300</td><td>At the mixing bowl, with all ingredients</td></tr>
-<tr><td>301</td><td>At the mixing bowl, with all ingredients added</td></tr>
-<tr><td>500</td><td>At the locked door to attic</td></tr>
-<tr><td>600</td><td>In the bathroon, with bone and dog</td></tr>
-<tr><td>700</td><td>In the bedroom, with cake made, given extra tasks</td></tr>
-<tr><td>701</td><td>In the bedroon, with cake made</td></tr>
-<tr><td>702</td><td>In the bedroon, with cake made and letters found</td></tr>
-<tr><td>703</td><td>In the bedroom, at the start of game</td></tr>
-<tr><td>750</td><td>In the bedroon, dog escaped and letters missing</td></tr>
-<tr><td>900</td><td>In the backyard</td></tr>
-</table>
-
-
-<br><a name="puttputt"></a>
-<h2>Putt-Putt Joins the Parade</h2>
-
-<table border="1" cellspacing="0" cellpadding="2">
-<tr><th>Param</th><th>Description</th></tr>
-<tr><td>800</td><td>Outside Car Wash with two coins</td></tr>
-<tr><td>850</td><td>Outside Car Wash with one coin</td></tr>
-<tr><td>900</td><td>Outside Cartown Color with three coins</td></tr>
-<tr><td>1000</td><td>Outside Putt-Putt's house</td></tr>
-<tr><td>1001</td><td>At the start of Green street</td></tr>
-<tr><td>1002</td><td>Outside Mr Baldini's Grocery Store with all items</td></tr>
-</table>
-
-
-<br><a name="sword1"></a>
-<h2>Broken Sword 1: The Shadow of the Templars</h2>
-
-<table border="1" cellspacing="0" cellpadding="2">
-<tr><th>Param</th><th>Description</th></tr>
-<tr><td>0</td><td>intro</td></tr>
-<tr><td>1</td><td>skip the intro</td></tr>
-<tr><td>2</td><td>bind_alley</td></tr>
-<tr><td>3</td><td>cafe</td></tr>
-<tr><td>4</td><td>ready to use phone</td></tr>
-<tr><td>5</td><td>court_yard</td></tr>
-<tr><td>7</td><td>sewer_two</td></tr>
-<tr><td>8</td><td>cafe_repaired</td></tr>
-<tr><td>11</td><td>costumier</td></tr>
-<tr><td>12</td><td>hotel_street</td></tr>
-<tr><td>14</td><td>hotel_corridor</td></tr>
-<tr><td>17</td><td>hotel_assassin</td></tr>
-<tr><td>18</td><td>gendarmerie</td></tr>
-<tr><td>19</td><td>ireland_street</td></tr>
-<tr><td>20</td><td>macdevitts</td></tr>
-<tr><td>21</td><td>pub_cellar</td></tr>
-<tr><td>22</td><td>castle_gate</td></tr>
-<tr><td>23</td><td>castle_hay_top</td></tr>
-<tr><td>24</td><td>castle_yard</td></tr>
-<tr><td>25</td><td>castle_dig</td></tr>
-<tr><td>26</td><td>cellar_dark</td></tr>
-<tr><td>27</td><td>musuem_street</td></tr>
-<tr><td>31</td><td>hospital_street</td></tr>
-<tr><td>32</td><td>hospital_desk (after we've found out where Marquet is)</td></tr>
-<tr><td>35</td><td>hospital_jacques</td></tr>
-<tr><td>36</td><td>montfaucon</td></tr>
-<tr><td>37</td><td>catacomb_sewer</td></tr>
-<tr><td>38</td><td>catacomb_room</td></tr>
-<tr><td>39</td><td>catacomb_meeting</td></tr>
-<tr><td>40</td><td>excavation_exterior</td></tr>
-<tr><td>45</td><td>syria_stall</td></tr>
-<tr><td>47</td><td>syria_carpet</td></tr>
-<tr><td>48</td><td>templar_church</td></tr>
-<tr><td>49</td><td>syria_club</td></tr>
-<tr><td>50</td><td>syria_toilet</td></tr>
-<tr><td>53</td><td>bull_head pan</td></tr>
-<tr><td>54</td><td>bull_head</td></tr>
-<tr><td>55</td><td>bull_secret</td></tr>
-<tr><td>56</td><td>Countess' room (1st visit)</td></tr>
-<tr><td>57</td><td>Spain Drive (1st visit)</td></tr>
-<tr><td>58</td><td>Mausoleum Exterior (1st visit)</td></tr>
-<tr><td>59</td><td>Mausoleum Interior (1st visit)</td></tr>
-<tr><td>60</td><td>Spain Reception (1st visit)</td></tr>
-<tr><td>61</td><td>Spain Well (1st visit)</td></tr>
-<tr><td>62</td><td>Chess Puzzle (1st visit)</td></tr>
-<tr><td>63</td><td>train_one</td></tr>
-<tr><td>65</td><td>compt_one</td></tr>
-<tr><td>66</td><td>compt_two</td></tr>
-<tr><td>67</td><td>compt_three</td></tr>
-<tr><td>69</td><td>train_guard</td></tr>
-<tr><td>71</td><td>churchyard</td></tr>
-<tr><td>72</td><td>church_tower</td></tr>
-<tr><td>73</td><td>crypt </td></tr>
-<tr><td>80</td><td>Paris Map</td></tr>
-<tr><td>99</td><td>test text+speech on blank screen (sc99)</td></tr>
-<tr><td>956</td><td>Countess' room (2nd visit)</td></tr>
-<tr><td>957</td><td>Spain Drive (2nd visit)</td></tr>
-<tr><td>958</td><td>Mausoleum Exterior (2nd visit)</td></tr>
-<tr><td>959</td><td>Mausoleum Interior (2nd visit)</td></tr>
-<tr><td>960</td><td>Spain Reception (2nd visit)</td></tr>
-<tr><td>961</td><td>Spain Well (2nd visit)</td></tr>
-<tr><td>962</td><td>Chess Puzzle (2nd visit)</td></tr>
-</table>
-
-
-<br><a name="sword2"></a>
-<h2>Broken Sword 2: The Smoking Mirror</h2>
-
-<p>Broken Sword 2 handles boot params slightly differently. The startup.inf
-file contains a list of script resources. For each of these, the game will run
-script 0 (each script resource can contain several scripts) to give it an
-opportunity to register any number of starting points. Each starting point is
-then identified by both its resource and its script number. The descriptions
-are also provided by the game, but are of course purely decorative.</p>
-
-<p>Currently, ScummVM assumes that when a boot param is specified on the
-command-line, it should use script 1. As can be seen from the table below
-that's not always the case. However, you can still access the other start
-points from the in-game debug console by using the "start" and "starts"
-commands.</p>
-
-<p>Boot params 19 and 949, with script 1, are what's used to start the demo and
-full game respectively.</p>
-
-<table border="1" cellspacing="0" cellpadding="2">
-<tr><th>Param</th><th>Script</th><th>Description</th></tr>
-<tr><td>19</td><td>1</td><td>DOCKS SECTION START: 11 - Docks</td></tr>
-<tr><td>34</td><td>1</td><td>12: Fence and Hut</td></tr>
-<tr><td>299</td><td>1</td><td>13: Hut Interior</td></tr>
-<tr><td>301</td><td>1</td><td>14: Under the Jetty</td></tr>
-<tr><td>301</td><td>3</td><td>14: Under the Jetty + Sacco outside hut</td></tr>
-<tr><td>866</td><td>1</td><td>QUARAMONTE SECTION START: 31 - Market</td></tr>
-<tr><td>870</td><td>1</td><td>4: cafe</td></tr>
-<tr><td>873</td><td>1</td><td>32: Police Station</td></tr>
-<tr><td>928</td><td>1</td><td>34: Mining Office</td></tr>
-<tr><td>933</td><td>1</td><td>WAREHOUSE SECTION START: 21 - Warehouse exterior</td></tr>
-<tr><td>948</td><td>1</td><td>2: Oubiers hallway</td></tr>
-<tr><td>949</td><td>1</td><td>PARIS SECTION START: 3 - Oubier's study</td></tr>
-<tr><td>966</td><td>1</td><td>33: Jail</td></tr>
-<tr><td>967</td><td>1</td><td>59: Camel's Hump Hill</td></tr>
-<tr><td>974</td><td>1</td><td>35: General's Apartment</td></tr>
-<tr><td>1002</td><td>1</td><td>22: Warehouse Ground Floor</td></tr>
-<tr><td>1012</td><td>1</td><td>23: Warehouse Upper Floor (at lift)</td></tr>
-<tr><td>1012</td><td>3</td><td>23: Warehouse Upper Floor (in room)</td></tr>
-<tr><td>1012</td><td>4</td><td>23: Warehouse Upper Floor (push statue)</td></tr>
-<tr><td>1013</td><td>1</td><td>24: Warehouse Secret Room</td></tr>
-<tr><td>1014</td><td>1</td><td>26: Warehouse Secret Room (Daytime)</td></tr>
-<tr><td>1014</td><td>4</td><td>26: Warehouse Sec. Rm (Day) with icons (george-1)</td></tr>
-<tr><td>1014</td><td>5</td><td>26: Warehouse Sec. Rm (Day) with icons (george-2)</td></tr>
-<tr><td>1014</td><td>6</td><td>26: Warehouse Sec. Rm (Day) with icons (george-3)</td></tr>
-<tr><td>1014</td><td>7</td><td>26: Warehouse Sec. Rm (Day) with icons (george-4)</td></tr>
-<tr><td>1014</td><td>8</td><td>26: Warehouse Sec. Rm (Day) with icons (nico)</td></tr>
-<tr><td>1310</td><td>1</td><td>CARIBBEAN.2 SECTION START: 56 - Lagoon</td></tr>
-<tr><td>1334</td><td>1</td><td>58: Top Of Cliff</td></tr>
-<tr><td>1352</td><td>1</td><td>60: Forest Maze 1</td></tr>
-<tr><td>1365</td><td>1</td><td>61: Forest Maze 2</td></tr>
-<tr><td>1451</td><td>1</td><td>57: Cliff Face - DON'T RUN YET ... IF EVER!</td></tr>
-<tr><td>1459</td><td>1</td><td>62: Forest Maze 3</td></tr>
-<tr><td>1463</td><td>1</td><td>63: Boar's Lair</td></tr>
-<tr><td>1466</td><td>1</td><td>64: Eye Of The Needle</td></tr>
-<tr><td>1549</td><td>1</td><td>6: gallery</td></tr>
-<tr><td>1624</td><td>1</td><td>67: Beach</td></tr>
-<tr><td>1629</td><td>1</td><td>66: Stockade</td></tr>
-<tr><td>1692</td><td>1</td><td>CARIBBEAN.1 SECTION START: 51 - Ketch's Landing</td></tr>
-<tr><td>1743</td><td>1</td><td>52: Museum Exterior</td></tr>
-<tr><td>1753</td><td>1</td><td>CARIBBEAN.1 2ND HALF START: 53: Museum Interior</td></tr>
-<tr><td>2074</td><td>1</td><td>PYRAMID SECTION START: 81 - Base of Pyramid</td></tr>
-<tr><td>2116</td><td>1</td><td>71: British Museum</td></tr>
-<tr><td>2117</td><td>1</td><td>72: Underground</td></tr>
-<tr><td>2118</td><td>1</td><td>73: Ship Exterior</td></tr>
-<tr><td>2119</td><td>1</td><td>74: Cabin</td></tr>
-<tr><td>2137</td><td>1</td><td>JUNGLE SECTION START: 41 - River and Mission</td></tr>
-<tr><td>2138</td><td>1</td><td>42 - Mission Interior</td></tr>
-<tr><td>2139</td><td>1</td><td>43 - Village</td></tr>
-<tr><td>2140</td><td>1</td><td>NICO'S JUNGLE VISIT: 46 - Village burnt out</td></tr>
-<tr><td>2178</td><td>1</td><td>86: Doors and Levers</td></tr>
-<tr><td>2353</td><td>1</td><td>animation test-run, using location 50</td></tr>
-<tr><td>2353</td><td>3</td><td>text & speech test-run, using location 50</td></tr>
-<tr><td>2441</td><td>1</td><td>44 - Campfire</td></tr>
-<tr><td>2489</td><td>1</td><td>84: Wheel room</td></tr>
-<tr><td>2772</td><td>1</td><td>82: Sacrificial platform</td></tr>
-<tr><td>2772</td><td>3</td><td>82: Sacrificial platform - Pablo gone</td></tr>
-<tr><td>3093</td><td>1</td><td>78: Cabin through porthole</td></tr>
-<tr><td>3496</td><td>1</td><td>Title Screen</td></tr>
-<tr><td>3869</td><td>1</td><td>PSX Title Screen</td></tr>
-<tr><td>3961</td><td>1</td><td>28: *new warehouse return to paris</td></tr>
-</table>
-
-<p>The following boot params are listed in startup.inf, but do not register
-themselves as starting points.</p>
-
-<table border="1" cellspacing="0" cellpadding="2">
-<tr><th>Param</th><th>Description</th></tr>
-<tr><td>599</td><td>Outside Oubier's house.</td></tr>
-<tr><td>627</td><td>???</td></tr>
-<tr><td>1106</td><td>???</td></tr>
-<tr><td>1113</td><td>???</td></tr>
-<tr><td>1469</td><td>Looking through the theodolite.</td></tr>
-<tr><td>2114</td><td>???</td></tr>
-<tr><td>2191</td><td>???</td></tr>
-<tr><td>2202</td><td>???</td></tr>
-<tr><td>2330</td><td>???</td></tr>
-<tr><td>2354</td><td>???</td></tr>
-<tr><td>2462</td><td>Near end of game.</td></tr>
-<tr><td>2641</td><td>Inside pyramid.</td></tr>
-<tr><td>2747</td><td>???</td></tr>
-<tr><td>3219</td><td>???</td></tr>
-<tr><td>3297</td><td>???</td></tr>
-<tr><td>3467</td><td>Death screen.</td></tr>
-<tr><td>3842</td><td>???</td></tr>
-<tr><td>3878</td><td>BASS easter egg.</td></tr>
-</table>
-
-
-<br><a name="ite"></a>
-<h2>Inherit the Earth: Quest for the Orb</h2>
-
-<p>Originally Inherit the Earth didn't have any bootparams, but each scene in
-it has pre-script which does all necessary preparations. In ScummVM bootparam jumps
-to specified scene and adds Magic Hat item, which lets either jump to any other
-scene by using it or gives all important items when you open it.</p>
-
-<table border="1" cellspacing="0" cellpadding="2">
-<tr><th>Param</th><th>Description</th></tr>
-<tr><td>1</td><td>World Map (ISO Level)</td></tr>
-<tr><td>2</td><td>Ferret Village (ISO Level)</td></tr>
-<tr><td>3</td><td>Boar Castle Exterior</td></tr>
-<tr><td>4</td><td>Boar King Mudbath</td></tr>
-<tr><td>5</td><td>Rat Tribe Entrance Chamber</td></tr>
-<tr><td>6</td><td>Forever Mountain - Day</td></tr>
-<tr><td>7</td><td>Forever Mountain - Night</td></tr>
-<tr><td>8</td><td>Dog Castle - Front</td></tr>
-<tr><td>9</td><td>Dog Prince's Bedroom</td></tr>
-<tr><td>10</td><td>Elk King's Throneroom</td></tr>
-<tr><td>11</td><td>Sist's Study</td></tr>
-<tr><td>12</td><td>Rock Quarry Exterior</td></tr>
-<tr><td>13</td><td>Garage</td></tr>
-<tr><td>14</td><td>Dam Control Exterior</td></tr>
-<tr><td>15</td><td>Allama's Cottage Exterior</td></tr>
-<tr><td>16</td><td>Forest Stream</td></tr>
-<tr><td>17</td><td>Moneychanger's Tent</td></tr>
-<tr><td>18</td><td>Ferret Dry Goods Store</td></tr>
-<tr><td>19</td><td>Ferret Glassmaker's Shop</td></tr>
-<tr><td>20</td><td>Wildcat Tribe Tent Interior</td></tr>
-<tr><td>21</td><td>Ferret Tinker's Guild Hall</td></tr>
-<tr><td>22</td><td>Mountain Chasm w/ Rockslide</td></tr>
-<tr><td>23</td><td>Allama's Cottage Interior</td></tr>
-<tr><td>24</td><td>'J' Maze Office</td></tr>
-<tr><td>25</td><td>Rock Quarry Interior</td></tr>
-<tr><td>26</td><td>Ferret Puzzle</td></tr>
-<tr><td>27</td><td>Orb Sanctuary Gates</td></tr>
-<tr><td>28</td><td>Dam Control Interior</td></tr>
-<tr><td>29</td><td>Dog Prince's Throneroom - Day</td></tr>
-<tr><td>30</td><td>Wolf Ferryman at Dock</td></tr>
-<tr><td>31</td><td>Beehive Tree</td></tr>
-<tr><td>32</td><td>Puzzle Tourney - Bleachers Full</td></tr>
-<tr><td>33</td><td>Tycho Northpaw's House</td></tr>
-<tr><td>34 thru 41</td><td>Boar Castle Hallway</td></tr>
-<tr><td>42 thru 48</td><td>Forest Scene</td></tr>
-<tr><td>49</td><td>Fairgrounds (ISO Level)</td></tr>
-<tr><td>50</td><td>Boar Castle Gates</td></tr>
-<tr><td>51</td><td>Rat Tribe Maze (ISO Level)</td></tr>
-<tr><td>52</td><td>Orb Sanctuary Village (ISO Level)</td></tr>
-<tr><td>53 thru 66</td><td>House Interior</td></tr>
-<tr><td>67</td><td>Elk Forest Approach</td></tr>
-<tr><td>68</td><td>Puzzle Tourney - Bleachers Empty</td></tr>
-<tr><td>69</td><td>Wildcat Tribe Camp</td></tr>
-<tr><td>70</td><td>Dog Castle Rear - Day</td></tr>
-<tr><td>71</td><td>Dog Castle Rear - Night</td></tr>
-<tr><td>72</td><td>Orb Sanctuary Dome Exterior</td></tr>
-<tr><td>73</td><td>Fortuneteller's Tent</td></tr>
-<tr><td>74</td><td>Rat Tribe Sundial</td></tr>
-<tr><td>75</td><td>Shiala's Waterfall</td></tr>
-<tr><td>76</td><td>Behind Shiala's Waterfall</td></tr>
-<tr><td>77</td><td>Shiala's Garden</td></tr>
-<tr><td>78 thru 112</td><td>Tech Corridor</td></tr>
-<tr><td>113 thru 223</td><td>Dog Castle Corridor - Night</td></tr>
-<tr><td>224 thru 231</td><td>Dog Castle Corridor - Day</td></tr>
-<tr><td>232 thru 239</td><td>Ferret House Interior</td></tr>
-<tr><td>240</td><td>Ferret House Interior - Under Construction 1</td></tr>
-<tr><td>241</td><td>Ferret House Interior - Under Construction 2</td></tr>
-<tr><td>242</td><td>Ferret House Interior - Under Construction 3</td></tr>
-<tr><td>243</td><td>Ferret House Interior - Under Construction 4</td></tr>
-<tr><td>244</td><td>Orb Sanctuary Dome Interior</td></tr>
-<tr><td>245</td><td>Wolf Prison - Day</td></tr>
-<tr><td>246</td><td>Wolf Prison - Night</td></tr>
-<tr><td>247</td><td>Wolf Village - Day</td></tr>
-<tr><td>248</td><td>Wolf Village - Night</td></tr>
-<tr><td>249</td><td>Gar's Cabin</td></tr>
-<tr><td>250</td><td>North Island Dock</td></tr>
-<tr><td>251</td><td>Open Ocean</td></tr>
-<tr><td>252</td><td>Dog Castle Prison</td></tr>
-<tr><td>253</td><td>Dog Castle Dining Hall</td></tr>
-<tr><td>254</td><td>Dog Castle Poker Game</td></tr>
-<tr><td>255</td><td>Dog Castle Corridor - Day w/ Guards</td></tr>
-<tr><td>256</td><td>Wildcat Tribe Camp Approach</td></tr>
-<tr><td>257</td><td>Dog Castle Door</td></tr>
-<tr><td>258</td><td>Stormy Sky Path</td></tr>
-<tr><td>259</td><td>Seaside Bluff</td></tr>
-<tr><td>260</td><td>Road Near Dam</td></tr>
-<tr><td>261</td><td>Road Approaching Dam</td></tr>
-<tr><td>262</td><td>Dam Power Plant</td></tr>
-<tr><td>263</td><td>Dam Fire Main</td></tr>
-<tr><td>264</td><td>Dam Ladder Overlook</td></tr>
-<tr><td>265</td><td>Dam Repair Robot</td></tr>
-<tr><td>266</td><td>Dam Chalkboard Room</td></tr>
-<tr><td>267</td><td>Dam Bedroom</td></tr>
-<tr><td>268</td><td>Information Desk</td></tr>
-<tr><td>269</td><td>Hangar</td></tr>
-<tr><td>270</td><td>Mountain Chasm w/ Rope</td></tr>
-<tr><td>271</td><td>Pawprint Close-up</td></tr>
-<tr><td>272</td><td>Dog Castle Dragon Maze (ISO Level)</td></tr>
-<tr><td>273</td><td>Airfield (ISO level)</td></tr>
-<tr><td>274</td><td>Wildcat Tribe Celebration</td></tr>
-<tr><td>275</td><td>Wildcats Storming Dog Castle</td></tr>
-<tr><td>276</td><td>Map of the Northern Lands</td></tr>
-<tr><td>277</td><td>Dragon Maze - Rif Falling</td></tr>
-<tr><td>278</td><td>Dog Castle Dungeon Escape</td></tr>
-<tr><td>279</td><td>Top of Dam - Manhole Open</td></tr>
-<tr><td>280</td><td>Dog Prince's Throneroom - Night</td></tr>
-<tr><td>281</td><td>Dam Laboratory</td></tr>
-<tr><td>282</td><td>Dam Access Tunnel</td></tr>
-<tr><td>283</td><td>Top of Dam - Manhole Closed</td></tr>
-<tr><td>284</td><td>Tech Corridor 36</td></tr>
-<tr><td>285</td><td>Tech Corridor 37</td></tr>
-<tr><td>286</td><td>Chota goes over the edge</td></tr>
-<tr><td>287</td><td>Chota's Demise</td></tr>
-<tr><td>288</td><td>Final Celebration</td></tr>
-<tr><td>289</td><td>Rif & Rhene Closeup</td></tr>
-<tr><td>290</td><td>Orb of Storms in the River</td></tr>
-<tr><td>291</td><td>Orb of Storms in the River 2</td></tr>
-<tr><td>292</td><td>Orb of Storms Closeup</td></tr>
-<tr><td>293</td><td>Dragon Maze - Rif Climbing</td></tr>
-<tr><td>294</td><td>Dragon Maze - Rif Falling 2</td></tr>
-<tr><td>295</td><td>End Credits 1</td></tr>
-<tr><td>296</td><td>End Credits 2</td></tr>
-<tr><td>297</td><td>End Credits 3</td></tr>
-<tr><td>298</td><td>End Credits 4</td></tr>
-</table>
-
-
-<!--
-<br><a name="TARGET"></a>
-<h2>FOO</h2>
-
-<table border="1" cellspacing="0" cellpadding="2">
-<tr><th>Param</th><th>Description</th></tr>
-</table>
--->
-
-</BODY>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list