Difference between revisions of "Boot Params"

Jump to navigation Jump to search
Line 15: Line 15:
Or on MacOS like this:
Or on MacOS like this:


open scummvm.app --args -d0 -b BOOTPARAM TARGET
open /Applications/scummvm.app --args -d0 -b BOOTPARAM TARGET


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:  
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:  
Line 21: Line 21:
./scummvm -d0 -b 5555 monkey
./scummvm -d0 -b 5555 monkey


(By the way, this would also work with monkey, monkeyvga etc.).  
(By the way, this would also work with monkey, monkeyvga etc.).


=== How did we generate these tables? ===
=== How did we generate these tables? ===