Jump to content
IGNORED

Alien Greed 5 (take 2)


atari2600land

Recommended Posts

This time, our little alien friend has landed in the Outlaw game after hearing rumors of Air Raid carts there. Snatch up all the Air Raid carts you can, but watch out for the Outlaw. If you get too close to him, he'll try to shoot you!

This is in the early stages, so if the Outlaw shoots you, nothing happens. Also, the score at the top will not go past 9, and will instead revert back to 0. Also, is the flickering too awful, or not? Let me know your thoughts/feelings, or if you see any bugs.

aliengreed5.bas.bin

Link to comment
Share on other sites

Also, is the flickering too awful, or not?

 

The flickering doesn't bother me, but I loved Pac-Man on the 2600 back in the day. ;)

 

Let me know your thoughts/feelings, or if you see any bugs.

 

I noticed a couple of things while playing this with Stella. I verified them on real hardware with my Harmony cart.

 

First, it is possible to coax the outlaw off the screen. Get him to follow you to the right hand side of the screen. Go to the top or bottom corner. When he gets close to you, go the other way (to the bottom or top). Sometimes while he is outside of the playfield box, the scanlines go to 263, but I assume that's because he isn't where he should be.

 

Second, when the cartridge is on the same side of the screen as the outlaw, you can sometimes touch the outlaw and it acts as if you touched the cartridge. This doesn't happen every time, but happens often enough that it isn't hard to do. I don't know if this is a bug or not, since you probably shouldn't be touching the outlaw anyway.

 

Good luck on your game.

Link to comment
Share on other sites

  • 1 month later...

OK, I changed this a little bit. It is no longer using the multisprite kernel. So this means the cartridges are now purple and they don't have a handle. The outlaw now knows the boundaries of where he can and can't go a lot better. The boss stage will be a gunfight with player 2 (the orange guy) instead of cart collecting. Upon defeating the orange guy, you then go back to collecting carts.

aliengreed5080913.bas.bin

aliengreed5080913.bas

  • Like 1
Link to comment
Share on other sites

  • 2 months later...

Worked on the boss stage a little. Tried some different things. The only controls in the boss stage is shooting=fire. It's a shootout. The purple guy can stop your bullets if he fires, and vice versa. The trick is to shoot at a time when the guy isn't shooting. Shoot him three times and you'll go back to the cart collecting screen.

aliengreed5102413.bas

aliengreed5102413.bas.bin

  • Like 1
Link to comment
Share on other sites

  • 7 months later...

I've decided to ditch the Outlaw game because it wasn't looking as much as Outlaw as I had hoped. Instead, I went with Kaboom!, which looks as close as I want it to be to the real game. Unfortunately though, I'll have to use the joystick instead of paddles. I think I'll make the boss level be where you can go up and down so I have an excuse not to be using the paddles. Anyway, here's what I have so far. The object of this first screen is to catch the falling cartridges. Once you get 20, then you move to the boss screen. But since I haven't even thought up of a boss screen, let alone program it, it just loops back to 0. Any ideas what I could do for a boss screen? What are your thoughts on this game so far?

thing2.bas

thing2.bas.bin

  • Like 1
Link to comment
Share on other sites

After playing it for a while just now, paddles wouldn't work at all for your second screen after scoring 20 pts. I love the mad bomber dropping down and running away on the screen... I got a good laugh out of that. I'd consider having the bomb bounce around the screen or scroll down in a more predictable pattern, and then speed up as you progress. I'm only suggesting a predictable pattern based on the original game...

Link to comment
Share on other sites

  • 3 weeks later...

I added a few things.

+ Made it so the bombs on the boss screen actually reach the left hand side sometimes

+ Added a second level with faster bombs (and a faster alien.)

But most of the time was spent cursing out why the demo mode wasn't working properly. To access the demo mode, let the game sit idle for 9 seconds or so.

I am still trying to find a way to make it harder as the game goes on.

thing5.bas

thing5.bas.bin

Link to comment
Share on other sites

Hey, I just downloaded this and will spend some time looking at it. I like the idea of the game and I really enjoy sci-fi, aliens, and video games so this is really cool to me! Unfortunately I was only able to find Alien Greed #3 on eBay so far, so if any of the others pop up I am interested in buying a copy.

Link to comment
Share on other sites

  • 7 months later...

I've been working on this some more and found a bug that causes the game to freeze when the part of the game where the boss flings carts and bombs at you. I can't figure it out. The boss level code starts at line 459. I've attached a picture of the frozen screen. You can't even press reset. I was wondering if anyone can help me out here.

 

post-9475-0-13786400-1422902113_thumb.png

aliengreed5version13.bas

Link to comment
Share on other sites

Greetings.

Nice game.

Here are a few things I found and corrected.

To me it seems the biggest issue are keeping track of gosub routines and returning from them.

A LESS than instead of GREATER than was the main issue mentioned here. A simple typo. Annoying.

 

; Alien Greed 5 beta 14
; "Fixed courtesy of Snailsoft Software and Gray Games".

; Changes-
; if switchreset then goto i_hate_life
; to if switchreset then reboot and moved to Mainloop loop, removed duplicates.
; i_hate_life removed
; fixed multiple GOSUB without returns
; P continued to increment with no goto level. A level logic trap has been added.
; clear_score was GOSUB and GOTO'd. All gosub now.
; you had an error trap logic inverted - bally<199 should have been bally>199 (this caused the issue you point out)
; removed redundant gosub anim
; moved sub routines to end of code

This has the game working to the point you had it with some extra bytes added back.

Good luck.

 

aliengreed5version14.bas

Link to comment
Share on other sites

Oh, I should point out, though it may be obvious, that until the remaining levels are added the game will continue to crash.

I thought it might be rude for me to add more code.

Thanks for your help. You didn't have to go through all that, all I was asking is why it froze sometimes.

Edited by atari2600land
Link to comment
Share on other sites

Thanks for your help. You didn't have to go through all that, all I was asking is why it froze sometimes.

Oops.

The challenge of the programmer. Hope I didn't take too much liberty with changes.

Aside from which, in order to discover the bug I had to go through all the code and they were just issues I saw along the way to the problem.

No point in just leaving them in the code.

Logic errors are the worst since they work incorectly.

Worse one I ever did was a 60,000 line of code program that kept crashing during assembly all because I hit a semicolon instead of a colon.

Took me 3 days of pulling hair and finally stepping the code one line at a time before I discovered the mistake.

It's always worse when your looking at your own code and can't see it.

Link to comment
Share on other sites

Returing as what, a crazy guy with bombs or a squishy alien... and where was he before all this?

I was utterly defeated in Alien Greed 3, hence why no appearance in Alien Greed 4 or it seems Alien Greed 5. Think of Dracula type villain being almost destroyed and having to regenerate for many many many years, before I could once again search for the E.T. Prototype that constantly eludes me. I am sure other things could be added for the comic value, but that is entirely up to the programmer and other people involved with the Alien Greed sequels. I got a good laugh out of the storylines for AG1, 2, and 3.

 

Greg, you'll have to read the storylines for AG 1, 2, and 3 for some funny backstories. Even the artwork is good and at the same time comedic.

Link to comment
Share on other sites

Would be cool to have the sub-title be "Charles Returns" (he and I are good, this is not a dig)

So if I was majorly defeated in Alien Greed 3, where was I and what is my goal in Alien Greed 5 or 6? I wonder if neotokeo2001 can come up with something funny but that makes sense with the previous 4 storylines. And do I still want the E.T. prototype or is there something even more valuable to do with E.T., that I want?

Edited by Atari Charles
Link to comment
Share on other sites

I worked with atari2600land on Alien Greed 1-3 and wrote the back story. He wanted to go in a different direction with the game and it was OK with me for him to continue the series. But, I am in no way finished with Alien Greed. While any new Alien Greed game I do won't be numbered I expect there will be something like ALIEN GREED: The Return of Charles in the future.

 

The problem for me is that the bar was set so high in Alien Greed 2 that it is hard to top.

Edited by neotokeo2001
  • Like 1
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...