Jump to content

ColecoGamer

Members
  • Content Count

    595
  • Joined

  • Last visited

Posts posted by ColecoGamer


  1. I have a working GBA with games and some Atari 5200 cartridges for sale.

     

    Everything is priced to sell, but I am open to offers.

     

    My feedback thread:

    (I have done business with multiple AA members. I would be happy to provide those contacts; just ask!)

    http://atariage.com/forums/topic/276358-colecogamer/

     

     

    I accept Paypal.

     

    Atari 5200:

    Centipede $6

    Space Invaders $7

    Pole Position $5

    Kangaroo $8

    Pengo $7

    (Cart prices do not include shipping)

     

    Photos:

     

     

    post-49476-0-79039200-1522348699_thumb.jpeg

    post-49476-0-05272100-1522348714_thumb.jpeg

    post-49476-0-86738500-1522348724_thumb.jpeg

    post-49476-0-23604100-1522348736_thumb.jpeg

    post-49476-0-20887900-1522348751_thumb.jpeg

     

     

    GBA (Glacier) System + Games:

    Fully functional; works great. No issues with the screen. AA batteries are included.

    Games included: Guardian Heroes Advanced and Mobile Suit Gundam Seed Battle Assault.

     

    Asking $50 + Shipping

     

    Photos:

     

     

    post-49476-0-14372600-1522349008_thumb.jpeg

    post-49476-0-47775500-1522349038_thumb.jpeg

    post-49476-0-24315800-1522349102_thumb.jpeg

     

     


  2. The A1200 has a bulit-in menu where you can choose between OCS, ECS and AGA chipsets for software compatibility. Its been awhile since I have owned an Amiga 1200, but if memory serves me correctly - you can access the chipset compatibility menu on the A1200 by pressing and holding both mouse buttons upon powering up the system.

    • Like 1

  3. What's the point of creating yet another one of those threads, when the person who's doing those ports has already said many times he doesn't take requests?

    The thread was posted for fun, so people can discuss any favorite games they wish would appear on Jaguar. It wasn’t posted to be a request thread to pester CJ or those involved in the porting project. It’s the same concept as the, ‘What Atari Jaguar Games Should Have Come Out on Other Consoles?’ thread. It’s all hyperthetical, and it should have been pretty obvious it was from the start. :)

     

    And thank you for making me aware of CJ’s distain for port requests. I had no intentions of contacting him about about any (possible) ports, but it’s good information to know. :)


  4. I thought it would be fun to start a new thread, where we can discuss the ST games we dream about seeing ported to the Jaguar.

     

    My Want List:

     

    Wrath of the Demon:

    https://youtu.be/-1qTULa-g4A

     

    Shadow of the Beast (The ST game is missing the in-game music, so maybe use the Amiga music for the port?):

    https://youtu.be/taOFZVLSUUo

     

    Gods:

    https://youtu.be/_K195FwUi2g

     

    Speedball 2:

    https://youtu.be/JYi8Pw4HS8o

     

    Operation Thunderbolt:

    https://youtu.be/eGzO0wdlAtk


  5. Funspot is about a 50+ minute drive from where I live, so I visit there often on weekends to play Donkey Kong, Krull, Mappy and Ms Pac-Man. When I’m in the mood, I will head to the bottom floor to play Daytona USA and Mortal Kombat II.

    • Like 1

  6. <p>Whoops, looks like I forgot to take the testing mode out :) attachicon.gifDragonDOH.png Ah well, here goes:

    • 1 - Next Level
    • 2 - Infinite Lives
    • 3 - Invincibility
    • 0 - Next Dragon Weapon (cycles)
    CyranoJ, thank you for sharing the rest of the Test Mode features for Dragon Breed! Like I said in my initial post: I found the stage skip feature by accident.

     

    It is exciting to know that other Test Mode features exist, too. :) I do not plan on using these features to beat the game, but it is good to know that they are there.

     

    Finding the stage skip feature brought me back to the old days of gaming, when games had hidden easter eggs that were just waiting to be found. Whether the Test Mode was intentionally left in or not - thank you!

     

    Edited for spelling.


  7. If you want to use IntyColor, you should export your sprite sheets to BMP format.Also you should make sure that sprites are together (no space between), I've seen you're using 8x16 sprites, then if (for example) you have 5 sprites your bitmap should size 40x16 pixels.You should use the -a option to not replace similar cards.The -d option to process sprites as 16 pixels high.The -b option to generate IntyBASIC data.And the -i option to generate data as visible BITMAP statements instead of DATA.

    Youre a life saver, Nanochess. :) Thank you for explaining the process to me. I can easily remove the space between my sprites with the software I am using before exporting them. Its also good to know about the entire BITMAP size when it contains multiple sprites.

     

    The individuals who make up this community are incredible. Here I am at the very early stages of my project, and many experienced members have already shared a wealth of knowledge with me. Its an incredible feeling to be surrounded by such helpful, knowledgeable people. :)

     

    Edited for spelling

    • Like 1

  8. Hi, I posted not long ago software + source of an utility that converts pictures (bmp, png, etc) to IntyBasic BITMAP:

    http://atariage.com/forums/topic/169024-programming-resources/?p=3914583

     

    For Princess Lydie I created a custom converter: 20x24 (double y: BG and FG) images using the Intellivision 16-color palette. The utility then creates RLE compressed data, and the IntyBasic decoder figures out which cards to use (corners and if it needs inverted FG/BG cards). If you think the source will be useful, I might include it in the next release of the game, it's C#/.NET but Windows-only (uses WPF).

    Thank you! You really made my day with your response and by providing a link to your utility!


  9. Hi.

    You can use IntyColor to process your sprite sheets.

    However I find far easier to code sprites directly in IntyBASIC using BITMAP statements. It's almost like drawing with text.

    Check the example game2.bas included with distribution.

    Thank you for responding, Nanochess. I use a sprite program that can export my work into any format (i.e. PNG, BMP, etc), and I was hoping there was a tool available that would take those image files and turn them into BITMAP data. You mentioned that Intycolor would work, though. Is there anything I should look out for when using Intycolor for converting my sprite sheets (i.e. issues, etc)? I just want to make sure that I am prepared going in. :)

  10. You can draw your whole level in a Paint program, just make sure tile repeat consistently, pass this thru IntyColor and it will generate a big file that you can show part by part with the SCREEN statement.

    Hi Nano,

     

    I apologize for bumping this old thread. Since my new question is pretty similar to the last one here, I decided not to post a new thread.

     

    I would like to start coding my sprites to see how they animate. Thing is, I’m lost about what tool I should use to import my sprites (in PNG format?) and converting them into the proper format for the Intellivision. Would I also use IntyColor for this process or something else?

     

    Thank you in advance for your response! :) (And thank you to anyone that may respond!)

×
×
  • Create New...