Doom for Nintendo 64

Discussion in 'Nintendo Game Development' started by jnmartin84, Jul 3, 2014.

  1. Borman

    Borman Digital Games Curator

    Joined:
    Mar 24, 2005
    Messages:
    9,543
    Likes Received:
    1,880
    Video update:
     
    Last edited by a moderator: May 25, 2015
  2. jnmartin84

    jnmartin84 Robust Member

    Joined:
    Nov 11, 2013
    Messages:
    236
    Likes Received:
    31
  3. jnmartin84

    jnmartin84 Robust Member

    Joined:
    Nov 11, 2013
    Messages:
    236
    Likes Received:
    31
    New build posted, fixed the sound and music playback rate, made the rendering path potentially faster on real hardware. Fixed the gamma correction so it doesn't look all washed out compared to stock out-of-the-box Vanilla Doom.
     
  4. jnmartin84

    jnmartin84 Robust Member

    Joined:
    Nov 11, 2013
    Messages:
    236
    Likes Received:
    31
    [video=youtube_share;Odje2tJChu0]http://youtu.be/Odje2tJChu0[/video]
     
  5. Borman

    Borman Digital Games Curator

    Joined:
    Mar 24, 2005
    Messages:
    9,543
    Likes Received:
    1,880
    Doom 2 time
     
    Last edited by a moderator: May 25, 2015
  6. jnmartin84

    jnmartin84 Robust Member

    Joined:
    Nov 11, 2013
    Messages:
    236
    Likes Received:
    31
    Absolutely love it.
     
  7. Borman

    Borman Digital Games Curator

    Joined:
    Mar 24, 2005
    Messages:
    9,543
    Likes Received:
    1,880
    Updated the thumbnail for the video to be a bit more eyecatching.
     
  8. jnmartin84

    jnmartin84 Robust Member

    Joined:
    Nov 11, 2013
    Messages:
    236
    Likes Received:
    31
  9. jnmartin84

    jnmartin84 Robust Member

    Joined:
    Nov 11, 2013
    Messages:
    236
    Likes Received:
    31
    I would like to solicit offers for help with creating a toolkit for end-users to build their own Doom V64/ROMs.

    I have something hacked up right now that can work, but it is a bash script so you need to have Cygwin installed. You also have to hand-edit it each time you want to make a ROM for the different game versions.

    I would like to get it down to something self-contained, with just cygwin runtime DLL (required for the n64tool and chksum64 executables), running as a .BAT file that can take command line input for how to configure the game ROM it outputs.

    If anyone wants to take me up on this, that would be killer. I love to hack but I am really bad at packaging final products... ask my co-workers. [​IMG]
     
  10. jnmartin84

    jnmartin84 Robust Member

    Joined:
    Nov 11, 2013
    Messages:
    236
    Likes Received:
    31
    0135.png 0136.png
     
    Last edited: Aug 9, 2014
  11. OzOnE

    OzOnE Site Supporter 2013

    Joined:
    Nov 10, 2011
    Messages:
    538
    Likes Received:
    173
    Just wanted to say - this is great!

    First the Wolf 3D port, and now Doom. :D

    Well done, jnmartin84 / Borman / others.

    Just got my Everdrive 64 about three days ago too.

    btw, @pwl - I bought the Everdrive from Retrogate, as it was way cheaper than most of the other resellers.

    If you don't mind de-soldering the CIC from an old cart, and cutting a hole for the SD slot, you can save a bit of money too.
    I just bought the PCB itself, then pinched a CIC from a cart. Always a good idea to solder an IC socket onto the ED64.


    It's the first time in years I can actually see myself playing through Doom I or II again. :p

    Will the source code be released at some point? I'd love to play around with RDP rendering and the music stuff.

    What are you using for the music btw, and does it use the RSP for the actual mixing / playback?

    OzOnE.
     
  12. jnmartin84

    jnmartin84 Robust Member

    Joined:
    Nov 11, 2013
    Messages:
    236
    Likes Received:
    31
    Hi Ozone,

    I am putting the source code up as a GoogleCode project in the next day or two.

    As far as music goes, ChillyWilly provided me with a C port of his old Amiga MUS player that he used for his PSP Doom port. Rather than using something like FMOPL emulator to synthesize the instrument sounds at run-time, it is a sample-based player. There is an associated set of 11025Hz, 8-bit instrument samples used for the playback. All of the game code including rendering and audio all run in a single thread on the main CPU (the R4300). Of all of the code, only the music mixer even uses any floating point code.
     
    Last edited: Aug 10, 2014
  13. OzOnE

    OzOnE Site Supporter 2013

    Joined:
    Nov 10, 2011
    Messages:
    538
    Likes Received:
    173
    Ahh - I thought it was all CPU based. Shows just how powerful the little R4300 really is.

    I like the fact it's a little sample player running though.
    I've never really done much actual N64 coding, but want to experiment with using the RSP / RDP at some point.

    I can read most of the assembly code, but some of the matrix maths stuff in the RSP microcode is a bit beyond me atm. lol

    I'm assuming there isn't an open-source RSP audio renderer available as yet?
    The graphics on your Doom port seem to be running great atm, so would be nice just to play with adding things like reverb and AWE32 / MT32 style samples to the audio.

    OzOnE
     
  14. jnmartin84

    jnmartin84 Robust Member

    Joined:
    Nov 11, 2013
    Messages:
    236
    Likes Received:
    31
    Anyone have a good idea for what to name my port?
     
  15. OzOnE

    OzOnE Site Supporter 2013

    Joined:
    Nov 10, 2011
    Messages:
    538
    Likes Received:
    173
    Gonna be quite difficult not to use "Doom 64". :p

    It doesn't really have to have 64 or N64 in the title, but it otherwise means using something like "MIPS Doom" or "NintenDOOM!"

    OzOnE
     
  16. Borman

    Borman Digital Games Curator

    Joined:
    Mar 24, 2005
    Messages:
    9,543
    Likes Received:
    1,880
  17. Narann

    Narann Member

    Joined:
    Jun 17, 2014
    Messages:
    10
    Likes Received:
    0
  18. kuze

    kuze Peppy Member

    Joined:
    Sep 28, 2011
    Messages:
    371
    Likes Received:
    6
  19. jnmartin84

    jnmartin84 Robust Member

    Joined:
    Nov 11, 2013
    Messages:
    236
    Likes Received:
    31
  20. jnmartin84

    jnmartin84 Robust Member

    Joined:
    Nov 11, 2013
    Messages:
    236
    Likes Received:
    31
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page