jetsetdanny Posted December 3, 2018 Report Share Posted December 3, 2018 View File Manic Scroller A double-width variant of Manic Miner with stretched graphics and horizontal scrolling, created by Mark Woodmass (Woody) in 2008 and finished by Daniel Gromann in 2018. Please refer to the Readme in the ZIP file for all pertinent info. Enjoy! Submitter jetsetdanny Submitted 12/03/2018 Category Manic Miner [Patched] Spider 1 Quote Link to comment Share on other sites More sharing options...
Norman Sword Posted January 10, 2019 Report Share Posted January 10, 2019 (edited) When I first saw this edit, I was surprised that the scrolling was based on willies x position alone, and did not incorporate his animation phase as well.By using the x position of willy as the basis for the scroll copy, the screen is scrolled in blocks of two characters at a time. It does not take a lot of code to change the scroll to one character by using the animation phase of willy. The buffer copied to, is set at 34 wide instead of 32. Then the start position of the copy is either set at the start of the copy buffer (animation phase 0 or 1) and move along by 1 byte if the animation phase is 2 or 3.This then halves the increment on the scroll and it would look a lot better. Edited January 10, 2019 by Norman Sword jetsetdanny, Spider and IRF 3 Quote Link to comment Share on other sites More sharing options...
jetsetdanny Posted January 12, 2019 Author Report Share Posted January 12, 2019 Thanks for your comment, Norman Sword! I did not create the code which causes the scrolling, I only finished up and "repacked" a project developed by Mark Woodmass (Woody). I had no ambition on improving his changes to the code, I only wanted to make the game completable (it was not due to a bug) and "more presentable" by adding things like the loading screen and custom BASIC loader. Mark told me in a PM last year that he did not object to his code being used by others. So if you wanted to create an improved version of "Manic Scroller" with improved scrolling, I believe you would be most welcome to do it :). IRF and Spider 2 Quote Link to comment Share on other sites More sharing options...
IRF Posted January 12, 2019 Report Share Posted January 12, 2019 I wonder if the format/arrangement of the code for Manic Scroller is similar to Matthew Smith's original game? I imagine that it would be an easier task for Norman (or someone other than Mark Woodmass) to attempt the changes, if routines are mostly in the same place as they are in the original. Or maybe if you forwarded a copy of Norman's suggestion to Mark (since I don't think he has a presence here?), he might take up the idea himself? Spider 1 Quote Link to comment Share on other sites More sharing options...
jetsetdanny Posted January 13, 2019 Author Report Share Posted January 13, 2019 I believe the code is identical to the original with the exception of some additional code located in the area where normally the graphics (room data) for "The Final Barrier" are (hence the corruption in Mark's file which I've fixed). I'm sure Norman Sword (or anyone else interested) will find it the new code easily enough if they want to. I will not be contacting Mark about Norman Sword's suggestion, because I have no reason to believe he is interested in continuing the project in any way. IRF and Spider 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.