Adventure Game Studio

Community => General Discussion => Topic started by: on Sun 13/02/2005 21:35:10

Title: Ripping stuff from sierra games ?
Post by: on Sun 13/02/2005 21:35:10
I use 'scumm Rev' to get images for my games but would like to work on a police quest game based the sierra games is there a utility to get the backgrounds and characters so I can use them ?
Title: Re: Ripping stuff from sierra games ?
Post by: Darcness on Mon 14/02/2005 01:01:27
Well, sadly I haven't come across any program specifically made for ripping graphics from the later Sierra SCI games.

You can take a look at http://www.bripro.com/scistudio/ and get SCI Studio, which can rip graphics from the earlier EGA SCI games.
Title: Re: Ripping stuff from sierra games ?
Post by: Radiant on Mon 14/02/2005 08:07:16
Google for Sci Decoder, it also does the earlier VGA games. For the later VGA games, you're out of luck - but if it's backgrounds you want, Screen Thief will suffice.
Title: Re: Ripping stuff from sierra games ?
Post by: on Mon 14/02/2005 22:15:44
screen thief ? how does that work ? i saw something but wouldnt that hav the char in the image ?
Title: Re: Ripping stuff from sierra games ?
Post by: scotch on Mon 14/02/2005 22:28:52
Yes, but you take a screenshot, move the character to somewhere else and take another shot, then combine these two shots in your image editing program so no character is visible.
Title: Re: Ripping stuff from sierra games ?
Post by: Chicky on Mon 14/02/2005 22:30:25
damn Scotch, that's exactly what i was about to post. Ohwell, another wasted post  :=
Title: Re: Ripping stuff from sierra games ?
Post by: on Mon 14/02/2005 22:44:28
whats a good 'Free' image editing prog? cause i just took a screenshot but it came out a big black blob
Title: Re: Ripping stuff from sierra games ?
Post by: Radiant on Tue 15/02/2005 08:04:27
Quote from: Muttley on Mon 14/02/2005 22:44:28
whats a good 'Free' image editing prog? cause i just took a screenshot but it came out a big black blob

GIMP.
Title: Re: Ripping stuff from sierra games ?
Post by: on Tue 15/02/2005 10:21:50
Quote from: Muttley on Mon 14/02/2005 22:44:28
whats a good 'Free' image editing prog? cause i just took a screenshot but it came out a big black blob

Well, that's what happens if you try to rip an image from DOS game while using win XP.
For some games, at least.

Start game under DosBox, then minimize it to a window and grab whole screen.
Then cut game window out in editing program and rescale to 50% (if your desktop is 800x600 and game is 320x200), because if dosbox runs in window, it doubles window size automatically....

Difficult stuff to explain, hope you understood... Or found a way to work around.
Title: Re: Ripping stuff from sierra games ?
Post by: on Tue 15/02/2005 19:16:06
yeah got dosbox sussed. use 'ctrl F5'. only prob now is how to do the char sprites any ideas would be appreciated.
Title: Re: Ripping stuff from sierra games ?
Post by: Nacho on Tue 15/02/2005 19:33:49
As far as I know, as there is not a propper ripper, you'll have to make the old "capture and delete spare pixels" system.
Title: Re: Ripping stuff from sierra games ?
Post by: Snarky on Wed 16/02/2005 01:01:13
What I've done in the past is to record the screen as a video (using Camtasia (http://www.techsmith.com/products/studio/default.asp?lid=CamtasiaStudioHome)), then export each frame to an image (using a video player that does screen captures), import each image as a layer in Photoshop, and diff them against the background to isolate the sprites. (I hide all layers except the current frame and the background, set the layer blend mode to "difference", set the magic wand tool to "use all layers", use it to select the black area, delete the selection, and set layer blend mode to back to "normal".)

It's not (quite) as tedious as it sounds, and I can reliably capture every frame of any animation. It's probably overkill for walkcycles (just grab a bunch of screenshots until you have every frame), but it's good for one-time animations that can't be repeated over and over.
Title: Re: Ripping stuff from sierra games ?
Post by: on Wed 16/02/2005 19:18:41
cant do the vidio idea. might try the multiple screen-shot.  a rather tedius job tho removing the char and deleting arount it. I probably wouldnt bother with it if this is the case.