Jump to content

Gemintronic

+AtariAge Subscriber
  • Posts

    11,152
  • Joined

  • Last visited

  • Days Won

    35

Gemintronic last won the day on May 10 2014

Gemintronic had the most liked content!

About Gemintronic

Profile Information

  • Gender
    Male
  • Interests
    Gemintronic develops, manufactures and publishes games for retro systems.

Recent Profile Visitors

49,953 profile views

Gemintronic's Achievements

Quadrunner

Quadrunner (9/9)

6.3k

Reputation

  1. I like the way the big bugs chase you then eventually flee. Challenging BUT avoidable.
  2. I've only worked with one backup device (when I was on a preservation kick with my carts). It was very finicky with the connections. Hopefully not a general problem with the technology.
  3. Is this strictly 2600+ or did the timings on real hardware get worked out?
  4. Looking at the manual it, er, looks like the PRINT AT command treats the tiles as a one dimensional array. PRINT [AT [expr]][,]["string"] Prints the given string at the current cursor coordinate (or selected via the AT value 0 to 767). Using other BASIC dialects I am also used to being able to position the "cursor" using X and Y values. Something to get used to.
  5. Reminds me of the Mario Paint bonus game. I think you're on to something, here! From a half awake perspective just got two nuggets of feedback: * It's really hard to land a hit Possible solution: Use soft collisions so you can implement a bigger bounding box when attacking * I get killed by the big bugs yet the small bugs seem to let me move onto them while being smacked. The rules don't seem clear. Possible solution: Make the big bug more visibly dangerous. Hot red colors or color cycling to indicate danger.
  6. Sorry for asking a tertiary question. Is batari BASIC using SkipDraw (or a variant of SkipDraw)? That would explain some of the behaviors I've seen when doing weird things with sprite pointers and data.
  7. Not a definitive answer. Buuuut.. From what I can gather the Genesis lacks full compatibility with SG-1000 titles. So, it probably can't work with things that use similar resources.
  8. @johannesmutlu Sorry, man. This topic was really hard to read. You seem like a nice guy and take mild teasing well (something I need to work on). Maybe take on less multifaceted topics and study writing more. That being said, I'm sure other companies have intentionally used subterfuge to fool store purchasers to buy their products. We saw the R.O.B. mainly to deceive purchasers still weary of video games after the crash.
  9. I wondered about setting up a test to see if batari BASIC DPC+ default flicker mitigation would be any better. Maybe for extra bonus points using Silvios techniques posted above. ..then I saw the shade BASIC haters were throwing around in the original topic and lost motivation. Still, might be something for someone to try.
  10. I tried it with space_attack.bas and it worked wonderfully! You have to shoot things while EVERY enemy is close to see anything resembling flicker. @nanochess What is the recommended maximum amount of sprites while using the new cvbasic_epilogue? Seems like 9 or 10 on the same horizontal line hardly flicker at all.
  11. Yeah, that was another idea percolating in my head. Have four active sprites that become tiles every 8 pixels. Very sneaky
  12. Anything that I spout off here is uneducated conjecture. So, forgive me in advance. What I think I understand is that we technically have 64 16x16 sprites. 8 of which can be visible on screen. The first 4 have highest priority. How do you mitigate flicker when more than 4 sprites are on the same horizontal line? My only thought would be to rotate the 8 visible sprites such that each object gets to be sprite 0 every 8 frames.
  13. @nanochess If you were going to make it smooth scroll what would you do? On the sega genesis I could have two sets of tiles: original and partially scrolled. One frame would have original tiles then on the other partially scrolled. After that the process would repeat except one layer of tiles farther.
  14. This week? Mostly rummaging through my backups to find genesis co-op games for date night. Gain Ground Vapor Trail Altered Beast Gauntlet IV Gunstar Heroes Ms. Pac Man Zombies Ate My Neighbors Golden Axe
  15. The long rectangular part is actually the playfield. The twins are two copies of a sprite that looks like a girl. You can use CTRLPF to tell the sprites to be behind the playfield. That sometimes helps when making sprite/playfield combination objects.
×
×
  • Create New...