Forums

Sega Master System / Mark III / Game Gear
SG-1000 / SC-3000 / SF-7000 / OMV
Home - Forums - Games - Scans - Maps - Cheats - Credits
Music - Videos - Development - Hacks - Translations - Homebrew

View topic - [Coding competition 2017] Mecha-8 demo by nanochess

Reply to topic

Rate this entry!

1 (Poor) 0% 0%
2 0% 0%
3 0% 0%
4 5% 5%
5 0% 0%
6 0% 0%
7 21% 21%
8 31% 31%
9 (Excellent) 42% 42%
This poll has expired.
Author Message
  • Site Admin
  • Joined: 08 Jul 2001
  • Posts: 8644
  • Location: Paris, France
Reply with quote
[Coding competition 2017] Mecha-8 demo by nanochess
Post Posted: Mon Mar 27, 2017 8:05 pm
http://www.smspower.org/Homebrew/Mecha8Demo-SMS

  View user's profile Send private message Visit poster's website
  • Joined: 28 Jan 2017
  • Posts: 541
  • Location: Málaga, Spain
Reply with quote
Post Posted: Tue Mar 28, 2017 8:12 pm
How good is the technical component here... from the game logo effect to the size of player, the fact of bosses are made with tiles and the strong explosions of bosses.... also the fm sounds. Have to investigate about this.... how did you do it? Wladx???
  View user's profile Send private message
  • Joined: 01 Feb 2014
  • Posts: 844
Reply with quote
Post Posted: Tue Mar 28, 2017 8:56 pm
Cool game. The large player sprite makes dodging some of the attacks quite impossible, though. Fortunately, the game dishes out energy capsules like candy.

My only gripe is that the graphics are ported straight from the original, thus not taking advantage of the Master System's better palette. Have you considered doing a "DX" version with redrawn graphics?
  View user's profile Send private message
  • Joined: 01 May 2011
  • Posts: 467
Reply with quote
Post Posted: Tue Mar 28, 2017 10:33 pm
Good game, quite playable too, although as mentioned you can get squeezed for space sometimes.
  View user's profile Send private message
  • Joined: 14 Aug 2013
  • Posts: 38
  • Location: Mexico, Mexico
Reply with quote
Post Posted: Tue Mar 28, 2017 11:13 pm
eruiz00 wrote
How good is the technical component here... from the game logo effect to the size of player, the fact of bosses are made with tiles and the strong explosions of bosses.... also the fm sounds. Have to investigate about this.... how did you do it? Wladx???


I used the SMS Power development documents, I always code directly in assembler.

The FM chip is the same as in MSX-Music except of course for the ports and memory addresses.
  View user's profile Send private message Visit poster's website
  • Joined: 14 Aug 2013
  • Posts: 38
  • Location: Mexico, Mexico
Reply with quote
Post Posted: Tue Mar 28, 2017 11:14 pm
Kagesan wrote
Cool game. The large player sprite makes dodging some of the attacks quite impossible, though. Fortunately, the game dishes out energy capsules like candy.

My only gripe is that the graphics are ported straight from the original, thus not taking advantage of the Master System's better palette. Have you considered doing a "DX" version with redrawn graphics?


I considered asking help to a friend, but he is pretty busy currently and between having it 3 years saved in my hard drive and releasing it right away before regretting, I preferred to release it :)
  View user's profile Send private message Visit poster's website
  • Joined: 12 Oct 2015
  • Posts: 183
  • Location: Ireland
Reply with quote
Post Posted: Wed Mar 29, 2017 11:08 am
Awesome game! Another classic looking 80s retro style SHMUP.
The movement is really smooth and is great being able to Pause the game...!
  View user's profile Send private message Visit poster's website
  • Joined: 05 Sep 2013
  • Posts: 3759
  • Location: Stockholm, Sweden
Reply with quote
Post Posted: Thu Mar 30, 2017 8:04 am
I've been testing this ROM on my setup (I'm using a Master EverDrive on my SMS II fitted with a 50/60Hz switch and connected to a CRT) yesterday evening. Results are very good but let me point out some problems:

- first column: on my CRT (and on many others, I've read) the leftmost column (8 pixels) is almost invisible, in my case there are say 6-7 pixels that don't appear. This greatly affects the texts during the intro - the suggestion here is not to place important stuff (texts, for instance) in that area. See 'safe area' for more details.

- I didn't notice any VRAM corruption in game, but during the attract mode (when you don't press any key, I mean) it happened twice to see the whole screen flashing with different colors and, after that, the game demo run with completely messed up tiles - I suspect somehow these two things are related... the tile loading was messed up and those colors were the side effect (you were probably writing to CRAM instead of to VRAM).

All that said, I still believe this is a wonderful entry and it deserves lots of praises and the higher of the votes!
Thanks for such a great entry! :)
  View user's profile Send private message Visit poster's website
  • Joined: 14 Aug 2013
  • Posts: 38
  • Location: Mexico, Mexico
Reply with quote
Post Posted: Thu Mar 30, 2017 3:57 pm
sverx wrote
I've been testing this ROM on my setup (I'm using a Master EverDrive on my SMS II fitted with a 50/60Hz switch and connected to a CRT) yesterday evening. Results are very good but let me point out some problems:

- first column: on my CRT (and on many others, I've read) the leftmost column (8 pixels) is almost invisible, in my case there are say 6-7 pixels that don't appear. This greatly affects the texts during the intro - the suggestion here is not to place important stuff (texts, for instance) in that area. See 'safe area' for more details.

- I didn't notice any VRAM corruption in game, but during the attract mode (when you don't press any key, I mean) it happened twice to see the whole screen flashing with different colors and, after that, the game demo run with completely messed up tiles - I suspect somehow these two things are related... the tile loading was messed up and those colors were the side effect (you were probably writing to CRAM instead of to VRAM).

All that said, I still believe this is a wonderful entry and it deserves lots of praises and the higher of the votes!
Thanks for such a great entry! :)


Thanks, I'll give a look when I've time, I like to fix everything for peace of mind.
  View user's profile Send private message Visit poster's website
  • Joined: 23 Mar 2013
  • Posts: 611
  • Location: Copenhagen, Denmark
Reply with quote
Post Posted: Fri Mar 31, 2017 7:44 pm
Great game! I have been playing this over the past couple of days, and must say that I'm very impressed with how everything is so nicely done and polished. Intro and cutscenes setting the mood and outlining the narrative (Thunder - she is a bad ass girl!) while aligning greatly with the music; and in-game action is swift and challenging. I can sometimes weave in and out between waves of enemies now, despite the big mecha I'm flying :). Shot upgrades make you really want to take care not to get hit.
  View user's profile Send private message Visit poster's website
  • Joined: 12 Oct 2015
  • Posts: 183
  • Location: Ireland
Reply with quote
Post Posted: Sun Apr 02, 2017 12:42 pm
sverx wrote
- first column: on my CRT (and on many others, I've read) the leftmost column (8 pixels) is almost invisible, in my case there are say 6-7 pixels that don't appear. This greatly affects the texts during the intro - the suggestion here is not to place important stuff (texts, for instance) in that area. See 'safe area' for more details.

I'm playing this game on my SMS I connected to a "newer" TV and I also can't see the text on the leftmost column so this is not limited to just CRT TVs unfortunately... still an awesome game however!
  View user's profile Send private message Visit poster's website
  • Joined: 01 Jan 2014
  • Posts: 331
Reply with quote
Post Posted: Thu Apr 13, 2017 11:25 am
What this game lacks in graphics it more than makes up for with gameplay. I thought the large player sprite would be an issue but it works fine. I have played this a few times over last week and a half and will play some more in the future.

Very solid entry!
  View user's profile Send private message
  • Joined: 31 Oct 2007
  • Posts: 853
  • Location: Estonia, Rapla city
Reply with quote
Post Posted: Sun Apr 23, 2017 12:15 pm
Very naiss stuff, and I like that FM got used ~
  View user's profile Send private message Visit poster's website
Reply to topic



Back to the top of this page

Back to SMS Power!