Jump to content

LS_Dracon

Members
  • Content Count

    1,002
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by LS_Dracon


  1. You know, I think you could crop from the left instead of the right since the eye is drawn to the foot moving forward.

     

    Yes, good idea, but the rom is really not a problem. The prince uses 18 bytes for each frame and twice of it for each missile table (36 bytes, one for each facing) total of 54 bytes per animation frame.

    Not using missiles (the step animation uses only in 3 of 7 frames) the total amout of frame data is reduced by 2/3. I want to fit all the prince animation in one bank (4kb), let's see if I can.

    Some animation such climbing, drinking a potion and falling don't need missiles I gess.

     

    I've finished the jump animation, the biggest anim so far, 18 frames! Here is one of the most difficult frame to do, still require some fixes. The dark yellow area is the missile data.

     

    post-10940-0-72757600-1318025909.gif


  2. Your contributions makes possible to think in a perfect animation port :)

     

    I did a mockup testing the divisions in the floor, setting the P1 to 3 copies, it's required only 3 RESP1 during the scanline (yellow line) and there's time enough to update the PF1 in the second half screen (white line).

     

    The unique animations that display in this area (floor area, light blue PF part) is falling and climbing, I think I can draw these animations (or the frames in this area) without missile, then we not even need to enable missile, leaving more cycles for the multiple sprite trick.

     

    Also I've added a switch and the gap in the first floor, I think it looks good.

    post-10940-0-26157300-1314634028_thumb.gif


  3. I was thinking the best way to display the floor switch and the falling brick and came with this

    I like the switch very much. Regarding the falling brick, maybe just two and less thick parts would look better. Or a black row in between that could add some structure to it?

     

    The switch must to be visible, the falling bricks not (to hide passages in the ceiling). You know, landing from a jump they bonce.

    I agree that looks strange a "clean" floor, but I don't know what to do.

    I've tested black vertical lines (divisors) in the floor using 3 copies of p1 and strobe RESP1 many times, but it doesn't looks good. :(

     

    ...

     

    I did two variations of the floor and the third is with multiple sprite trick to make the division. I'm free for suggestions.

    post-10940-0-35993300-1314575787_thumb.jpg

     

    EDIT: Hey I think I find a good way! post-10940-0-72157500-1314576288_thumb.jpg

    Drawning the vertical lines only in the half part of the floor. Wich looks better, the lines in the upper half or in the bottom?


  4. didn't bother to read all 25 pages of the original thread, but is this the only known copy of this game? From the screen shots I've seen it almost looks like a mix between ET and Frogger? Probably wrong on that. This is an amazing find regardless.

     

     

    Yes, unique known copy. Btw the programmer (Steve Stack) said probably have some stuff about this game lost somewere in his house.

     

    There is a short video about gameplay in late pages of the original thread. The game is well done actually, featuring music and the sea "closing" when you die.


  5. Racer, an unknow game/project from early 80's was found and reproductions was made.

    BallBlazer started to be coded for the 2600 and the parallax effect looks damn good.

    I did progress on Prince of Persia project, with animation demo to run on real hardware.

     

    Nothing new on the Red Sea Crossing novel.

    • Like 1

  6. And here is another demo, a good one :)

    The animation of PoP intro storyboard.

    Press reset to reset the anim at anytime or wait it ends.

    The hourglass is missing, use your imagination :)

     

    Wow, that is some exceptional animation for the 2600!

     

    Tnx. I think you will like this new demo.

    My code support up to 254 frames of animation, this demo not even uses the half of it.

    And the best, requires only 1 byte of ram to track the animation for each character. :)

    PoPstoryAnim.bin

    • Like 3

  7. Whoa!

    Hehe same as I said when found this thread.

     

    I took some time this weekend to start drawing the new (good) sprites for the prince, here's the partial result, you can compare the new looking (right gif) to the old one (left gif) wich is present in the fight demo.

    post-10940-0-01750300-1312815185_thumb.gif

    post-10940-0-99894900-1312815215_thumb.gif


  8. Thanks for who dumped and released it.

    The game is interesting because it display the vertical lines on wall bricks in a strange way.

    It's uses RESBL once and after stores in a memory location, that reproduce more lines...

    I think it's a new trick. I must to check the code better.

     

    EDIT: It's just RESBL multiple times. Noting really new.


  9. Tnx guys, yeah, and like BD I'm trying to get the authorization from original programmer.

    The last Chris demo was a working stage, now I did an working animation, althoug my code probably will not used in the final product, at least I have an idea how to implement this.


  10. I like the concept.

    I think is better to use the road gaps with playfield like the previous demo to keep the other player for an object. In a fast speed, you will not notice the odd scrolling.

     

    Is possible to use 2 moveable different sprites for the obstacles (Toy Shop Trouble uses 3) but it's hard as hell to code.

     

    Electrified rail can makes the car not controlled by some time, so you need lucky to other object not come then.

    • Like 1

  11. I've created a fight demo.

     

    There's no AI, damage and block. I'll not waste much time in a code will not used in the game.

     

    Controller the Prince using left joystick and the Guardian using the right joystick.

    The prince sprites are horrible, I'll re-draw those.

     

    Here's the keys :

     

    Press left or right to walk

    Up to block (not working)

    and fire button to sword attack. If you're close enough, the opponent will get an hit.

    There are bugs but don't want to fix, I'm tired to code it in the last 3 hours.

    PoPFightTest.bin

    • Like 4
×
×
  • Create New...