Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is extracting all location images possible? #4

Closed
RichyH67 opened this issue May 17, 2019 · 2 comments
Closed

Is extracting all location images possible? #4

RichyH67 opened this issue May 17, 2019 · 2 comments

Comments

@RichyH67
Copy link

Hope this is the right place to ask, but is it possible to extract all of the location images from (for example) the C64 versions of Level 9 games somehow (specifically v2 and v3 games)? Obviously, it is possible to do this by playing through the entire game and saving a screenshot at each location, but I was wondering if the tools already exist to be able to do this? I'm not a programmer, so am assuming that the repeated objects are stored as lines and fills (seeing as they are constructed on the screen as you watch). Not that it is relevant, but I used to work at Rainbird Software and we published some of these titles (but this was just before my time at the company!). Thanks!

@DavidKinder
Copy link
Owner

In the interpreter, you can use the meta-command "#picture " (e.g. "#picture 300") to run the graphics routines for a particular picture number, but not all of them are actual pictures (some are sub-routines for parts of pictures). As you say, they're stored as sets of instructions for lines and fills, basically, but it's not easy to tell where the routines for a specific location (or even any location) start.

@RichyH67
Copy link
Author

I'm actually interested in how the pictures build up, so this looks like it will help! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants