Wow ! didn't expected that It looks really good and even better than the original on some aspect (it feels more reactive / more dynamic). Also the graphics are very nice, very good arts conversion. I really hope you get it complete (just need a proper intro / menu screen and probably some other stuff). Keep up your awesome work !
SegaTim wrote: Sun Jul 15, 2018 1:01 pm
Cool! Only ASM?
Sorry for my weak English.
I'm doing the game 100% in asm using the Macro Assembler AS, the sound driver is the excellent XGM of the wizard Stef, the sound effects are of Rockman X4 - Saturn (PCM), the songs are of the incredible Savaged Regime, https://www.youtube.com/watch?v=9CzkswHHxQI
who kindly provided me with the original files.
The idea is to make the game 100% complete, but I always think that it would be cool to create a version exclusively for MegaDrive / Genesis using the assets of the 3 games of SNES, type a fan game, but perfect as possible.
Miquel wrote: Sun Jul 15, 2018 2:17 pm
Wow! it really feels like a finished product, I hope you make it through completely.
I like very much seeing word addressing for variables.
Have you used original code as a basis? Learn much that way?
Thinking of using it as a basis for an original game?
Not exactly, the RAM map served me to use the same values in several variables, http://tasvideos.org/GameResources/SNES ... AMMap.html, but the routines are all done by me. The level_format is the same as the original.
With the engine ready and the tools that I have, I could use it to make an original game, but it is difficult to create the assets alone. I'm also planning to try a SunsetRiders port from Arcade for megadrive, but I'm having trouble ripping the original sprites.
Just logged here to thank you A LOT for this AMAZING project! Is like a dream come true.
I was amazed how you can show a lot of enemies at same time (more than in the SNES) without any slowdown. The AI of the enemies and the overall feel is so accurate to the original game too!
Looks like you completed the hardest things to do in a port!
If i could help you to finish this project...
Megaman X is so Mega Drive that a project like this need to be finished!
Nice to see that you want to port Sunset Riders to the Genny too, i could help you with sprites rips, art conversion, BGM, but lets finish Megaman X... PLEASE!
TiagoSC wrote: Mon Jul 16, 2018 11:13 pm
Not exactly, the RAM map served me to use the same values in several variables, http://tasvideos.org/GameResources/SNES ... AMMap.html, but the routines are all done by me. The level_format is the same as the original.
Christmas in July! Thanks for posting these. My first impression is that these versions seem harder than the SNES original... but more probably I'm just rusty. I'll post again if I find bugs or anything else that needs reporting.
Nah it's not just you, it's barely dropping any health items.
One issue I notice is that regularly the sound goes bonkers and ends up playing really loud noise (the music itself seems to continue just fine, looks like the PCM sound effects get broken). Usually it fixes itself after a few more sound effects play. Is some sound effect broken, maybe?