Full alpha source is now available at github. Please try and help improve it :).
Unofficial sequel to Super Mario Land 2
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
Full alpha source is now available at github. Please try and help improve it :).
If anyone can help by building it in Windows and updating the Github so others can, as I only use Linux, also then I can then offer an ".exe" for people to use that would be great! :D.
I have too much work to catch up on, so I need to pause this project. But now it's alpha, anyone can try it and contribute with pull requests on the github page. I will reply within a day :).
the alpha version of moojelly now views SML2 and SML3 completely! I am now publishing the source code to github, and welcome people to contribute.
The big delay was dealing with SML3 having multiple tile-sets per level, so now it automatically switches tile-sets by understanding the level and warps.
Although currently the new re-write of moojelly only views levels, I have previously made them edit levels with no problems, so I know adding level editing isn't a big job.
this image shows a complete SML3 level, automatically switching 3 different tile-sets and sprites!
The biggest hurdle on supporting SML3 has been completed; auto tile-set (and sprite) changing.
SML3 added that each level can have multiple tile-sets that change when you go through doorways, to support this I added that it simulates playing the level and figures out where you can go, then changes the tile-sets accordingly. It works almost perfectly!
I haven't yet got it changing the sprites too, although I have the data.
the colours are different paths being traced in debug mode.
I have made some progress, I finished the Gameboy processor emulator and got it to correctly pass all the test ROMs, and integrated it to extract the SML3 sprites properly from the ROM. Also I have finally added the static bonus sprites for power ups.
So the next stage is finishing the tile-set switcher (which works by simulating player movement across the level to decide which doorway was been used then applying the correct tile-set. This is practically completed already.
The editor is now nearly feature complete as a viewer, adding the editing after isn't actually a big deal, as all the hard work of figuring out how to do this has been done in the previous version before the rewrite.
been busy, with my paid work. This is coming to the end for this year, also winter is coming, which is a good time for me to do programming generally.
Update: probably 2 weeks until I have free time now.
I have spend a couple of weeks dealing with the odd way SML3 handles sprites, unlike SML2 it does this with code instead of tables. So I wrote a Z80 emulator to follow the code then extract the needed info.
Also SML3 has multiple tilesets per level, and switches them arbitrarily when passing through doorways, so I wrote a smart way of automatically detecting which tileset is used by each part of the level. This works by flood filling from the doorway then assuming all of those blocks use the same tileset (simulating Wario travelling around).
Due to work I need to take a few weeks of from the project, which is a shame as the editor is really close to being completed. I'll be back though :)
I have now got my prototype working with both games (SML2 and SML3) with all features (sprites, sectors, levels, etc...). And it is done in a far superior way than before (all extracted from the ROM).
There is still a fair amount of work to complete the editor, but it shouldn't be too long now!
SML2 output sample:
made good progress, the currently unreleased rewrite now uses the headers for SML2 and SML3 to load all resources unlike the older version that was half hard-coded. I also found a missing header for SML2 that defines the tiles for each level finally!
here is a sample of a SML3 level:
And here is a SML2 level:
the project stopped for a long time because it was written in visual basics, which is a nightmare, so now I am rewriting it again in C++ and finally finishing the editor!
I have also made a little progress backwards engineering Super Mario Land 3 now, so will be adding that too :).
got it extracting levels already, just need to add tiles now:
fixed a bug that made the edited levels white screen the original hardware. (don't patch the rom name to work around it for now).
Me and one collaborator have started to compile levels to get this finished.
wait for the new port of the editor.
Create an account to leave a comment. Already have an account? Log In.
Hey. Just Checkin In. What Is Going On With The Project/Editor Right Now.
just been posted on github with full source code. it displays levels pretty much perfectly for SML2 and SML3... no editing yet, but that is easier than what I have done so far.
Hey SmellyMoo, do you have any updates on this project? :)
it's at the end of a short gap while I do paid work, expect I will pick it up again in a month, and then it should be one sprint to the finish line (for the editor)!
Looking forward to it! And if you need beta testers, I'm game!
I see on your screen shots the world map with yellow arrows for the ways where Mario can walk. Does this mean that the editor can edit the word map, adding other ways, other worlds or other levels?
the old one could, but this one hasn't got that ported yet, I'm working on the levels first.
it's worth waiting for the reboot, as the new editor will be superior in every way, as I am starting again with much more info and better skill (also better programming language).
Hopefully it should be in an alpha state in 1-2 months, depending on if other projects take away my time :).
1-2 months! I can't wait to see and use this editor but I will! :)
This project just looks amazing, can't wait to use it and help making levels of a sequel! <3
that would be really helpful! sorry I have been delayed getting back to work on this, I did a solid month and had to get back on with money making work.
but trust me, I will carry on, and have create ideas how to. It will be a lot of work making the sequel, but finishing this editor is the first step.
there is an old version, but it's worth waiting for the complete rewrite as it will be superior in every way!
Become a member to follow this project and never miss any updates
By using our website and services, you expressly agree to the placement of our performance, functionality, and advertising cookies. Learn More
Hey just curious, it seems like the project has been idle for a while, i was wondering how the project is doing?