Jump to content
IGNORED

back to Parsec for 2600 and making progress


hloberg

Recommended Posts

after a lot of interference from the real world and a lot of changing of my mind I have made some progress on the Parsec 2600.

https://fieldmousetech.wordpress.com/

that is my tech blog and here are some youtube videos of the meteor and single enemy with scrolling

 

meteors

https://youtu.be/Gs8RheHNZmY

 

1 enemy scrolling test

 

1 enemy attack test

https://youtu.be/sVYBqbyveJ4

 

 

I programming the thing in 16k multi-sprite kernel. The multi-sprite kernel does not allow sideways scrolling so i'm doing a lot of slight-of-hand to simulate the look of sideways scrolling.

why I didn't use the other kernels is the standard kernel did not allow multiple items on the screen, which killed the swoopers. And the DPC+ kernel kept getting overwhelmed and crashing.

I still have the swoopers to do, which I already have the code in the DPC+ and standard kernel and just port over. then the tedious task of gluing the whole thing together which will take a while.

 

 

 

update: I think I just came up with a viable way to do a refueling tunnel. will preview soon.

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

 

I programming the thing in 16k multi-sprite kernel. The multi-sprite kernel does not allow sideways scrolling so i'm doing a lot of slight-of-hand to simulate the look of sideways scrolling...

 

Love Parsec on the TI-99.

 

So how did 2600 Defender and other games like it (Stargate) do side scrolling?

Link to comment
Share on other sites

 

Love Parsec on the TI-99.

 

So how did 2600 Defender and other games like it (Stargate) do side scrolling?

my guess, very tight playfield. each line of the playfield looks to be only 1 or 2 pixels tall. then use a version of pfscroll to move the playfield back and forth. On one of my test I was able to do that with the standard kernel. unfortunately, I need 5 sprites on the screen at once for the swoopers which means the multi-sprite kernel which does not support scrolling. I could do a much closer version of Parsec if I programmed it in Assembler, then I could get around some of the restrictions of BA.

Link to comment
Share on other sites

the way I did the refuel tunnel above was, interesting and fun but I felt it wasn't really cannon. this design is more like the refueling tunnel.

attachicon.gifStella 4.7.2_ _NEW-ALT-tunl-A.bas_ 10_22_2017 1_45_02 AM.mp4

 

you move along the tunnel then jump to the next tunnel. no scroll, but looks right.

added youtube location

Link to comment
Share on other sites

  • 2 months later...

https://youtu.be/eUol2DHuA8c

 

I tried to make the scrolling ground work, it just won't. Either the look was crap or it just made a mess and consumed too many cycles. But, I like the look with the antenna.

in this example the 1 enemy is way over zealous. But it's still in test.

Now that I have all the stages and levels complete as individual modules, it is just cleaning it up and gluing it together. shooting for a standard 4mg cart but more likely 8mg bank cart.

My concept has been to make it have the look and feel (and limitations) as if TI had licensed Parsec for the 2600 back in the day.

still a lot to do but getting there.

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