Jump to content
  • entries
    63
  • comments
    76
  • views
    43,907

The Adventure II timeline


Cafeman

1,342 views

[This older blog entry was updated on 2/14/2020 and 9/30/2020]. 

 

2001-2002 -- Alan and I begin the game and design 75% of what it will be like. Raccoon joins as the artist.
2002-2004 -- Raccoon Lad & I discuss 5200 limits, we design and create screens, and program the game.

2004 -- Infogrames "Atari" attack! Game renamed (temporarily to Quest for the Golden Chalice.  Knocked the wind out of me for a while. 

 

https://atariage.com/forums/topic/59600-quest-for-the-golden-chalice/#comments


2005-2006 -- mostly me finishing and debugging the program and trying to accomplish my own vision within dwindling memory space.
Jan - March 2007 -- Since I have to wait for the game to be manufactured, I do add a few things like the Dragon Trap, then test some more.
May 2007 -- 5200 version of Adventure II is published by AtariAge!

blogentry-37-0-94152300-1508810930.gif
... XE Port begins ... 


Sept and Oct 2010 -  Perry Thuente (Tep392 on AA) ported the code to 8bit format, including both XEGS and Atarimax Bank-switching formats, and other mods involving OS, keyboard code. Added Bryan's AA splash screen. I now have a lot more memory to work with overall, but need to shift things around some more.
2011 - overhaul of Random Item hiding logic, creature behavior, and overhauled hiding of the 3 Bat Eggs/Dots. Distribute code and data to different banks to leverage out available total memory. Use one bank for a character set to get prettier text on title screen.
2012 - address bugs with collision and troll sprite 'remnants'. Changes to map paths, create new EXITS on hedge screens so Hedge Maze is the hub between Ice and Dark kingdoms, not the Green Castle itself like in 5200 version.
Oct 2012 - first PRGE demo.
2013 - experiment with new sounds;  add more wood plank bridge building (you can build bridges on both islands screens now, not just 1); Added end-game statistics. Implement one-button control scheme.  (5200 version used 2 buttons).  More gameplay tweaks and bug fixes. Timing seems different running on A8? New box artwork is done by David but we do not reveal it. Release first demo in AA Homebrew forum, with resulting feedback. PJT fixes PORTB problem. My homebrewing desktop computer has a problem at end of year, lost some data and felt burned out. Quit for a while.

blogentry-37-0-00649700-1508811340.jpg
 

2014 - project on hiatus.  Too much real-world stuff going on such as home repair. 
2015 - I got a new Lenovo i7 laptop, so I restored and reorganized my Adventure II folders and files, and started working on it again. Added content and tweaks, fixed new bugs that got introduced, continued to get frustrating trying to add new content into the original hard-coded engine!  At least the Yuengling beer was satisfying. 

blogentry-37-0-21914700-1508811465_thumb.png
 

 

2016 - project on hiatus again.  I just can't get to it.  I can't really remember why! Too busy living life I guess. There is an up-to-date PRGE demo in October.

Jan and Feb 2017 - with a real "Git'R Dun" determination, I completed engine optimizations.  I had too much going on in Vertical Blank , which was causing strange behavior when several large sprites were all on screen.    These optimizations corrected DLI screen color errors that had been plaguing me.   I programmed the Alternate Icons with distinct special abilities. Added all-new rankings and overhauled rankings determination logic. Opened up Sword collision so it will harm a dragon even if you are not carrying it (I know that is how 2600 Adventure worked, but if you play 5200 Adventure II, a dragon will glide THROUGH an uncarried sword unharmed. Not any more!)


Sept and Oct 2017 - Fixed some rankings bugs. Revised Title screen so that options are selectable via joystick.  Continued to add content here and there, and worked on years-old list of items. Purchased Atarimax USB programmer, to test on real hardware. Another PRGE demo October 2019, showing new Title Screen and options like Dark Mode. New artwork is revealed in a banner at PRGE show.

 2018  -  not much accomplished.  I lose interest in things. 

 

 2019 and 2020 work: 

 
1.  After experimenting with different sounds and tunes, I decided to keep most of the original 5200 sounds, which now to me are iconic of the game.  Even the dragon barks. I reduced the repetition of the main tune, and added a couple new sound cues.   To save ROM space, the 5200 version sounds/music  were hardcoded into small static tables which used an index to find the right piece, and compressed/decompressed into RAM to boot. Thus it was difficult to really do much modification of those.  It was easier to make new sounds than to change the old ones.   I moved all sound logic and sound/music data tables to their own 4k bank which I didn't even fill up!  I really feel the game's overall silence is important so I didn't want to put a repetitive and looping pokey tune in there playing all the time.    


2. Play testing, using Altirra and its nice debug, but also using the Atarimax USB programmer and 8 mbit cart with my XEGS and Atari 800XL consoles.  I have not seen any differences of game behavior between Altirra and real hardware,  other the colors / brightness of a laptop screen vs Plasma HDTV.   With one exception:  my Plasma would roll at the Game Win screen, I eventually fixed that by tweak to when I turned off Antic between game screen and Game Win Rankings Screen.    

 

Another thing as I opened up the Start, Select, and Option console buttons to server as Start/Quit, Revive, and Game Pause functions, respectively. This allows use of the Atari XEGS without a keyboard.  

 

My son proved helpful with QA testing.  He really tries to break the game.   Because of his testing, I noticed one glitch that was reported before - when square is changing screens,  if you kept spamming the rotate-carried-item button, it can mess up the X coordinate and the item will be far away from you but still 'carried'.  I thought this bug was an unavoidable VBI timing issue, but it is "user-caused" !  I fixed it.  This was a too-common pattern of mine, blaming the Atari hardware for my own glitches! Because , you know, I'm such a good programmer n'at, how could it be happening due to MY code?  

 

3.  A new DEMO was released on 2/5/2020 to the Homebrew / Adventure II XE demo and testing thread. So far it looks like 70-80 downloads of the various different formats.  Feedback comments were:  (1) comments about Key colors.  Green and Gold keys aren't always distinguishable;   (2) and a comment showing a collision bug, Knight Helmet gets stuck.   I did find a bug and fixed it to prevent getting stuck on plants, etc. when you are the Knight Helmet. 

 

This brings up a good subject - NTSC colors.  I spent quite a few hours trying to prevent 'NTSC greenish hue' syndrome on my yellow/tans, and also quite a few hours experimenting with different key colors so that it was always easy to distinguish which key you were looking at.   Depending on which color of background graphics a key sits, it can be near impossible to tell the Gold and Green keys apart, or sometimes even the red and blue keys have a similar purple/white hue on some screens. Making the keys darker helps to distinguish them, but then the keys are sometimes lost in the background graphics which isn't acceptable either.  So, my first solution was to cycle / pulsate the key colors.  But I still got negative feedback about the keys, even after adding the cycling.  And then ....  an epiphany around March 2020 ... 

 

 ... I was so surprised that I didn't think of the obvious solution before -- have unique bitmaps for each of the 4 keys.  I started by making the Gold Key have a square handle.  It looked great - problem fixed. AA member TIX drew some additional Key designs, and I picked 2 for the Red and Blue keys.  Of course I had to rework the code which had previously assume all keys had the same bitmap. 

 

4.   In summary,  my 2020 tweaks included the new unique key images, that collision fix,  a screen garbage fix at Game Win, several minor gameplay tuning tweaks, and ... one more bug fix that was rare but plagued me for the past few years:  sometimes you would stab a dragon, but the dragon would not die on screen even though the kill music played. This baffled me over the years, then I would forget about it,  but then in testing I would see it again. I thought surely there was a strange and unknowable Atari Hardware VBI timing bug doing something weird. However, since I had some free time waiting for AtariAge to manufacture the game, I decided that I should be able to figure this out and fix it.  And, using the Altirra emulator, I did indeed finally spot the problem, which was not strange timing but was 100% bad programming by me! But the details are a story for another blog entry. This was the last coding change, in September.  Fixed! 

 

In summary, I had also added new uses for 4 items for the XE version.

     (a)  Sword now interacts with Dragons even if not being carried; 

     (b) Chalice now grants you SPEED as long as you hold it. I think this makes the end-game less tedious and more fun, and adds the game play mechanism of keeping the found Chalice close by to re-grant yourself SPEED as you explore. Yes, you can find the Chalice before you find the sword or the Yellow/Golden Key for the Seashore castle.  This was not true in the 5200 version.  The Chalice will also trigger a sound cue if you carry it onto a screen hiding a Bat Egg;   

     (c) Blue / Ice Key  now interacts with the Minotaur in a certain way. 

     (d) Red Key also has a hidden function, other than opening up its Castle gate.  It isn't a necessary or even helpful function but you'll know it when you go to the right place with this key.  

 

4.  AA Store  and Publishing ...   Its looking like October 2020.     David Exton created nice art and layouts for the manual and box designs.   The manual is very distinct from the 5200 Adventure II manual with a lot more art (and in a different style).    Albert had to figure out a solution to getting more A8 cart shells in 2020 - in August he shared a pic of one, a charcoal color. The picture is in the Adventure II XE demo and testing thread. 

 

This may be my last blog entry for Adventure II. I've been involved with the game since 2001!  19 years duration, although not actually 19 years-worth spent. 

 

FIN

blogentry-37-0-86596300-1508810940.gif
 

  • Like 4

4 Comments


Recommended Comments

I didnt even mention the Atari Legal issues ... was that 2004? 2005? Well, they let me use the name Adventure II eventually. It was called Quest for the Golden Chalice for about a year.

 

Yes I did, when I updated this! 

Link to comment
Guest
Add a comment...

×   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...