Would you play a Mode 7 style racer?

Discussion in 'Rare and Obscure Gaming' started by cdoty, Jan 7, 2008.

  1. cdoty

    cdoty Gutsy Member

    Joined:
    Mar 23, 2005
    Messages:
    413
    Likes Received:
    2
    I'm attempting to get a Mode 7 (Similar to F-Zero) rendering engine working on the X68000 and FM Towns.

    I've uploaded an early version:
    http://www.rastersoft.net/project/

    This is not fast enough for a game, but futher optimizations may help. Another option would be a fighting game similar to Ballz.

    Currently I'm rendering every other pixel, and every other line.
     
  2. babu

    babu Mamihlapinatapai

    Joined:
    Apr 15, 2005
    Messages:
    2,945
    Likes Received:
    3
    Well I did play F-Zero for the SNES when it came. :)
    Unfortunately I don't own a X68000 or a FM Towns as of yet so I can't try it =/

    From the screens it almost looks like the lava stage in Mario Kart.. is the game going to be something similar, or is that just for testing?
     
  3. XxHennersXx

    XxHennersXx I post here on the toilet sometimes.

    Joined:
    Mar 12, 2007
    Messages:
    4,115
    Likes Received:
    24
    DON'T EVER MENTION BALLZ AGAIN!

    god dammit the nightmares! THEY RETURN!
     
  4. la-li-lu-le-lo

    la-li-lu-le-lo ラリルレロ

    Joined:
    Feb 8, 2006
    Messages:
    5,657
    Likes Received:
    238
    Interesting. Could you post a video of it?
     
    Last edited: Jan 7, 2008
  5. karsten

    karsten Member of The Cult Of Kefka

    Joined:
    Mar 14, 2004
    Messages:
    4,015
    Likes Received:
    149
    i love f-zero like games! too bad your console choices :p
     
  6. sabre470

    sabre470 Site Supporter 2011, 2012, 2013, 2014 & 2015

    Joined:
    Mar 15, 2004
    Messages:
    1,504
    Likes Received:
    24
    Yeah why not make this racer for the PC-FX that'd be cool no?

    I'm very impressed that you can get Mode 7 type of stuff running on platforms like CDi.
     
  7. jonwil

    jonwil Robust Member

    Joined:
    Dec 16, 2005
    Messages:
    256
    Likes Received:
    21
    A f-zero/mario kart style racer (one that doesnt infringe on Nintendo IP of course) would be great to see.
     
  8. AntiPasta

    AntiPasta Fiery Member

    Joined:
    Dec 30, 2006
    Messages:
    809
    Likes Received:
    4
    You can? Wow, that's quite cool. Does the CD-i even offer (fast) pixel-mapped framebuffer access?

    Programming a Mode 7 effect and optimizing it to death is fun, I remember writing one in X86 asm and optimizing the hell out of it. In the end I eliminated the FP (if I remember right) and put almost everything in lookup tables, it went quite fast after that :dance:
     
  9. cdoty

    cdoty Gutsy Member

    Joined:
    Mar 23, 2005
    Messages:
    413
    Likes Received:
    2
    It's just for testing. I haven't figured out a theme yet.

    Just like Frog Feast, it will probably be available for every system under the sun. :)

    Yeah, that would be interesting. The PC-FX should be able to handle it.

    It would have to be Hentai, right? :)

    Yeah, it offers a 1 byte per pixel mode. The biggest problem is that the 68000 isn't powerful enough to update the display 50/60 times per second. Similar to the X68000, without the dedicated sprite hardware.

    I did the same thing 12 years ago on a 486-33.

    It's a lot of fun trying to optimize the routines.

    The next step of the optimization process is to eliminate the 4 fixed point multiplies per scan line, and replace them with lookups, if possible.

    Devin, from the Black Moon Project, posted a link to a video of the CDi version:
    http://www.blackmoonproject.co.uk/footage/mode7_demo.asf
     
    Last edited: Jan 8, 2008
  10. galine

    galine Active Member

    Joined:
    Dec 8, 2007
    Messages:
    49
    Likes Received:
    0
    it is in 15 khz -_- i can try on my FM towns T_T. but it's a good begining ^^.
     
  11. cdoty

    cdoty Gutsy Member

    Joined:
    Mar 23, 2005
    Messages:
    413
    Likes Received:
    2
    Thanks. Yep, it's aimed mainly at the FM Towns Marty.
     
    Last edited: Jan 9, 2008
  12. Barc0de

    Barc0de Mythical Member from Time Immemorial

    Joined:
    Oct 29, 2005
    Messages:
    11,205
    Likes Received:
    23
    I vouch for a Space Harrier clone!:p
     
  13. cdoty

    cdoty Gutsy Member

    Joined:
    Mar 23, 2005
    Messages:
    413
    Likes Received:
    2
    Never thought of that, that would simplify the routine quite a bit...
     
  14. la-li-lu-le-lo

    la-li-lu-le-lo ラリルレロ

    Joined:
    Feb 8, 2006
    Messages:
    5,657
    Likes Received:
    238
  15. sabre470

    sabre470 Site Supporter 2011, 2012, 2013, 2014 & 2015

    Joined:
    Mar 15, 2004
    Messages:
    1,504
    Likes Received:
    24
    :crying::crying::crying:Nooooooooo

    Enough of hentai stuff!!! The FX has too much of hentai, I want normal games!!!
     
  16. cdoty

    cdoty Gutsy Member

    Joined:
    Mar 23, 2005
    Messages:
    413
    Likes Received:
    2
    I've optimized it somewhere, there probably quite a bit more that can be done...
     
  17. Taucias

    Taucias Site Supporter 2014,2015

    Joined:
    Oct 11, 2005
    Messages:
    5,015
    Likes Received:
    17
    I consider F-Zero to be one of the best looking SNES games. I'd like to see a fan sequel to that!
     
  18. Barc0de

    Barc0de Mythical Member from Time Immemorial

    Joined:
    Oct 29, 2005
    Messages:
    11,205
    Likes Received:
    23
    ..with the right Acid Jazz music to go with it of course.
     
  19. Taucias

    Taucias Site Supporter 2014,2015

    Joined:
    Oct 11, 2005
    Messages:
    5,015
    Likes Received:
    17
    Indeed. F-Zero also had the best soundtrack of all the games.
     
  20. Kami68k

    Kami68k Robust Member

    Joined:
    Sep 15, 2006
    Messages:
    227
    Likes Received:
    0
    F-Zero will always be one of my favorite games, any F-Zero Style game will be checked out by me :dance:
    Btw it's very cool that you make something like this on systems like the x68000. Guess there is not a lot of documentation about it, unless you can read japanese.
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page