Feralstorm Posted September 30, 2005 Share Posted September 30, 2005 The inspiration: My Flashback 2, and its "Arcade Asteroids", which was basically a 'vectorised' hack of the original 2600 Asteroids with no other changes, which is fine, but I thought a true "arcade" hack could go a bt farther. I knew there's a lot of Asteroids hacks out there, each with their own tweaks to graphics and/or gameplay, so I tried to pull together the right collection of elements for as close an approximation to the arcade version of Asteroids as possible (graphics and gameplay) with a hack (and my skill set ). I can't say that I've been totally successful, but It's definitely different. Changes - graphics: Copyright screen changed to a cute little title. Graphics for ship/rocks/UFOs changed to approximate arcade vector graphics (not just hollowed out) All colors changed to black and white (except player 2, who is light gray) Shows reserve ship sprites instead of numbers. (from Sadistroids) Changes - gameplay: Rock horizontal speeds tweaked so they don't 'fly in formation' quite as much. game is somewhat tougher as a result, and a lot tougher in 'fast rocks' mode (though not as hard as Sadistroids) Player ship has greater thrust (also from Sadistroids) UFOs are no longer an option, and appear regardless of how the difficulty switches are set. Special thanks go to Thomas Jentzsch, for the Asteroids disassembly and info, and for creating the Sadistroids hack, which I used as my baseline. (been a while since I hacked anything, and this is my first hack greater than 4K) Asteroids_Arcade.BIN 2 Quote Link to comment Share on other sites More sharing options...
PacManPlus Posted September 30, 2005 Share Posted September 30, 2005 (edited) Looks very cool - I like it! Nice combinations of existing hacks and some of your own stuff From what it looks like the programmers did with Asteroids Deluxe on the FB2, I don't think it would be too difficult to change one set of the rocks (there are two different shapes) to look like the Killer Satellite, and when broken make them aim directly for the ship... That seems to be the only difference (actually, that and the sheilds)... I just thought of something - is all 8K used in this? maybe we can make the 'Shields' game variations the Asteroids Deluxe game... (just a thought) Feralstorm - did you change the source assembly or did you bit hack this? Edited September 30, 2005 by PacManPlus Quote Link to comment Share on other sites More sharing options...
Lord Helmet Posted September 30, 2005 Share Posted September 30, 2005 Asteroids deluxe also uses different sounds and graphics for the players ship. While it would be cool to have it as a selection on this game, it would be even better to have a seperate game IMHO. Quote Link to comment Share on other sites More sharing options...
PacManPlus Posted September 30, 2005 Share Posted September 30, 2005 (edited) That's right - I wasn't even thinking about the sounds :-P As far as the player's ship, I was thinking we could add that (if there was enough room) and select those bitmaps when the 'shields' game variation was selected... But you're probably right; a separate game would be better. I was just thinking along the lines of Nukey's Hack 'Em / Hangly man Edited September 30, 2005 by PacManPlus Quote Link to comment Share on other sites More sharing options...
Lord Helmet Posted September 30, 2005 Share Posted September 30, 2005 The coolest would be black and white graphics for the Asteroids version, with blue/green and black for Asteroids deluxe...You could do a dual cart box set! Quote Link to comment Share on other sites More sharing options...
Feralstorm Posted October 1, 2005 Author Share Posted October 1, 2005 rearranged a bit for simplicity: Looks very cool - I like it! Nice combinations of existing hacks and some of your own stuff Feralstorm - did you change the source assembly or did you bit hack this? Everything I did on this was bit-hacking, using the disassembly as a roadmap From what it looks like the programmers did with Asteroids Deluxe on the FB2, I don't think it would be too difficult to change one set of the rocks (there are two different shapes) to look like the Killer Satellite, and when broken make them aim directly for the ship... That seems to be the only difference (actually, that and the sheilds)... I didn't expect a hack of 2600 Asteroids would work for FB2 Deluxe, but it came off better than I thought it would. If a little more effort was put in , I'd conceive Deluxe working like this: When all asteroids that move up (or down) are shot, the snowflake appears, and the split parts would be able to track vertically as well as horizontally (keeping apart like the robots from Berzerk) The rocks/whatever could knock the sheilded ship around, using some simplified computing to figure the deflection angle/speed. ...but I ain't a programmer. I just thought of something - is all 8K used in this?maybe we can make the 'Shields' game variations the Asteroids Deluxe game... (just a thought) 940412[/snapback] The commentary in Thomas' disassembly suggests that if the code was optimised to take out redundancies, Asteroids (the version without the opening copyright screen) could probably fit in 4K, so I'm guessing there's a fair amout of wiggle-room in the 8K. I'm considering a "graphic test" hack to make a conceptual Asteroids Deluxe, but I don't have the abilities to radically change the gameplay. Quote Link to comment Share on other sites More sharing options...
Cybergoth Posted October 6, 2005 Share Posted October 6, 2005 Hi there! UFOs are no longer an option, and appear regardless of how the difficulty switches are set. The Arcade Ufo would still behave somewhat more complex I think. Based on my observations, the Arcade has at least some logic making it only launch Ufos when there's "less than x" Asteroids on the screen. And maybe something like an additional timer, to give the player a few starting seconds without Ufos. Greetings, Manuel Quote Link to comment Share on other sites More sharing options...
Feralstorm Posted October 7, 2005 Author Share Posted October 7, 2005 (edited) Yeah, well that's why "Arcade" is in quotes. Since you mentioned it, I checked it out, on the 2600 and on MAME. Just starting a game and not shooting any rocks. Saucers showed up quicker in the arcade version than the 2600 version, so it seems you don't need to shoot any rocks for the saucers to start showing up. Edited October 7, 2005 by Feralstorm Quote Link to comment Share on other sites More sharing options...
Cybergoth Posted October 7, 2005 Share Posted October 7, 2005 Hi there! Saucers showed up quicker in the arcade version than the 2600 version, so it seems you don't need to shoot any rocks for the saucers to start showing up. I think that is because the "less than x" condition is fulfilled when the timer runs out. You see, when you don't shoot anything, there's only 4 Asteroids on the screen in level 1. I think if you quickly split a few to have "more than x" Asteroids around and then stop shooting, you won't ever see a Ufo at all. Greetings, Manuel Quote Link to comment Share on other sites More sharing options...
Feralstorm Posted October 8, 2005 Author Share Posted October 8, 2005 doing a little more MAME testing... Just trying to split up rocks quickly without eliminating them (more challenging than shooting nothing ), It seems that the first saucer may be delayed a bit before it appears, but it definitely appears all the same. I always figured the purpose of the saucers were to stir things up a bit by shooting up the rocks (and you) so one can't just float around avoiding rocks for hours on end, and if that's the case, there's not much point in having any reason for them not to show up. Not like I know the game designer's mind or anything. Quote Link to comment Share on other sites More sharing options...
dr. kwack Posted October 9, 2005 Share Posted October 9, 2005 Very cool!! This is what I love about the hacks forum. Many fans have tinkered with Asteroids over the years and it seems like someone always figures out a way to tweak it one more time and bring it closer to it's arcade sibling. So here's the big question- could this hack be dumped to cart? Great job! Quote Link to comment Share on other sites More sharing options...
Feralstorm Posted October 10, 2005 Author Share Posted October 10, 2005 I don't have means to do so (but I've got a Cuttle Cart 2 so no prob there ) but I have no objections ( or reasons to have objections) to anyone wanting to make a cart out of it. Atari might say different though. Quote Link to comment Share on other sites More sharing options...
Retro Rogue Posted October 10, 2005 Share Posted October 10, 2005 The inspiration: My Flashback 2, and its "Arcade Asteroids", which was basically a 'vectorised' hack of the original 2600 Asteroids with no other changes........ ........Graphics for ship/rocks/UFOs changed to approximate arcade vector graphics (not just hollowed out) 940294[/snapback] Good luck with your work, always good to see more of these. Just so you know - only the small asteroids on the FB2 version were hollowed out (since that's the only thing that could be done for those). The others were designed from scratch to appoximate an actual vector asteroid. Quote Link to comment Share on other sites More sharing options...
Feralstorm Posted October 11, 2005 Author Share Posted October 11, 2005 Are you talking about FB2 "Arcade Asteroids" or "Asteroids Deluxe"? Just doing a quick once-over on my FB2, "Deluxe" appears to have new rock graphics, while "Arcade" seems the same as the original 2600 solid rocks - except hollow. I could easily be wrong though. In any case, it's all good. I looked over the arcade graphics to try to recreate them in the hack, and oddly enough, it's easier to do a rough rock shape with 2600 graphics than the arcade "octagon with a couple cheese wedges taken out" shapes. Quote Link to comment Share on other sites More sharing options...
Retro Rogue Posted October 11, 2005 Share Posted October 11, 2005 (edited) Are you talking about FB2 "Arcade Asteroids" or "Asteroids Deluxe"? Just doing a quick once-over on my FB2, "Deluxe" appears to have new rock graphics, while "Arcade" seems the same as the original 2600 solid rocks - except hollow. I could easily be wrong though. Both Arcade Asteroids and Asteroids Deluxe were redone. As I stated, only the small asteroids used the hollowed out trick (because not much else could be done when you're talking that size). Edited October 11, 2005 by wgungfu Quote Link to comment Share on other sites More sharing options...
Feralstorm Posted October 12, 2005 Author Share Posted October 12, 2005 True enough. Asteroids dosn't waste many bytes in the graphics department - 4 lines for the tiny rock, 5 lines for the ship. I had to throw out my first candidates for some graphics (like the ship) because I made assumptions that it would have 8x8 pixels available (cause it turned all the way around, and it was 8 pixels wide after all, right? ) Quote Link to comment Share on other sites More sharing options...
neotokeo2001 Posted October 12, 2005 Share Posted October 12, 2005 First chance that I have had to try this one. Looks good. I like the UFO's on Game #1. Much better then the original game. Screenshots: Quote Link to comment Share on other sites More sharing options...
Feralstorm Posted October 13, 2005 Author Share Posted October 13, 2005 Thanx for the screenshots! Quote Link to comment Share on other sites More sharing options...
supercat Posted October 13, 2005 Share Posted October 13, 2005 Is there any room for a more 'vectory' score display? At minimum, if a player and missle are 'spare', they could be set to the background color, set to eight pixels solid, and used to strip the rightmost and leftmost two pixels off the numbers. Quote Link to comment Share on other sites More sharing options...
Nukey Shay Posted October 14, 2005 Share Posted October 14, 2005 Is there any room for a more 'vectory' score display? At minimum, if a player and missle are 'spare', they could be set to the background color, set to eight pixels solid, and used to strip the rightmost and leftmost two pixels off the numbers. 947485[/snapback] The program could be changed to use sprite scoring instead of playfield scoring Quote Link to comment Share on other sites More sharing options...
Atariboy2600 Posted October 30, 2005 Share Posted October 30, 2005 Here's a UPDATED Asteroids label I made for this game at this LINK^_^ Quote Link to comment Share on other sites More sharing options...
Feralstorm Posted October 31, 2005 Author Share Posted October 31, 2005 kewl. Quote Link to comment Share on other sites More sharing options...
sandmountainslim Posted April 19, 2009 Share Posted April 19, 2009 This is a great hack! Really takes Asteroids away from the multicolor rockness and back to basics. Wp Quote Link to comment Share on other sites More sharing options...
sandmountainslim Posted April 19, 2009 Share Posted April 19, 2009 This should be added to the AA hack database, it is too good for people to miss out on. Wp Quote Link to comment Share on other sites More sharing options...
Feralstorm Posted April 22, 2009 Author Share Posted April 22, 2009 Woo, zombie thread, and it's mine! Thanks for the kind words. Is anyone in charge of updating the hacks database anymore? 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.