thefil wrote:
Anyways, I've tried this boot param thing... it always gives me "command or variable unknown" in the console. Am I entering it wrong? This is what I tried: "./scummvm -d0 -b 5555 monkey"
If by "console" you mean the operating system's command prompt (and not, say, ScummVM's debug console), and assuming that the Macintosh command prompt is similar to the Unix command prompt...
The first word of the command is the program you're trying to run. This can be either the name of the program, in which case it will look through all directories in your search path, or you can type the path explicitly. You did the latter. The
. refers to the current directory.
If ScummVM is already in your search path, you can simply drop the
./ part. Otherwise, you'll either have to change the command to specify the correct path, or change to the correct directory first.
Of course, by now it would probably have been quicker to replay the game from the beginning. Particularly since boot params probably aren't to be trusted for normal game play anyway.