Can ScummVM print/dump a readable SCI script?

Ask for help with ScummVM problems

Moderator: ScummVM Team

Post Reply
User avatar
eisnerguy1
Got a warning
Posts: 42
Joined: Mon Feb 27, 2012 10:06 am

Can ScummVM print/dump a readable SCI script?

Post by eisnerguy1 »

So, I know that the ScummVM debugger console can dump a script with

Code: Select all

diskdump script (and then the script #)
but, the resulting file is just random gargbage. I was wondering if there's anyway for ScummVM to print or dump a readable SCI script? I'm trying to find the trigger for a Freddy Pharkas mac easter egg.
User avatar
md5
ScummVM Developer
Posts: 2250
Joined: Thu Nov 03, 2005 9:31 pm
Location: Athens, Greece

Post by md5 »

It's not garbage, you're getting the compiled script file.

The easiest thing to do would be to use the SV (Sierra Viewer) tool. You can get it here:

http://sciprogramming.com/community/ind ... pic=1535.0
User avatar
eisnerguy1
Got a warning
Posts: 42
Joined: Mon Feb 27, 2012 10:06 am

Post by eisnerguy1 »

md5 wrote:It's not garbage, you're getting the compiled script file.

The easiest thing to do would be to use the SV (Sierra Viewer) tool. You can get it here:

http://sciprogramming.com/community/ind ... pic=1535.0
Ah, my mistake. I tried using that tool but, it doesn't seem to be able to open the Mac files. I tried changing the various settings (under version control) but, nothing worked.
Post Reply