13 comments

  • CoryOndrejka7 hours ago
    Very cool. In 1998 (oof) we built Road Rash 64 which was accidentally open world -- even though you had race on a particular road, with a start and finish line, you could drive anywhere, see traffic all over the map, jump off of mountains, etc. The r4k plus reality coprocessor was quite potent -- we got to over 750k shaded triangles per second in optimized testing -- though finicky because you had to manage audio during vblank, etc. Plus, the reality coprocessor fog had a brutal hardware bug that made it really tricky to use.
    • jdironman5 hours ago
      if you were on the development team of that game I send my biggest thanks out to you. it was one of the few things me and my (hard to bond with) father bonded over growing up. We would play I think ..course 2 or 3 with the insanity level bikes ALL night trying to get out times down to something like 1 1/2 minutes. within ms of each other's times. run after run. so thanks.
      • CoryOndrejka1 hour ago
        Thank you! I’m cracking up because that’s something we all did while building it, too. It’s part of how the insanity bikes ended up so hilariously overpowered.
    • everdrive7 hours ago
      Road Rash 64 is a really underrated game. As you say, the environment is alive, and nearly every race has a lot of potential for wacky slapstick fun. The driving feels really nice and is rewarding to learn.
      • CoryOndrejka1 hour ago
        Thank you! We had an absolute blast building it and we just kept playing it. I need to look up the full unlock cheat code.
    • x0re4x4 hours ago
      There is a nice video by Kaze Emanuar demonstrating N64 easily pushing 300k shaded triangles per second without special optimizations in a game engine:<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=GC_jLsxZ7nw" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=GC_jLsxZ7nw</a>
    • jmkni7 hours ago
      Comments like this are why I just love Hacker News
    • ErroneousBosh5 hours ago
      &gt; Plus, the reality coprocessor fog had a brutal hardware bug that made it really tricky to use.<p>What was the bug?
      • CoryOndrejka1 hour ago
        Well, in deeply technical terms, it didn’t work at all and just had like one setting that almost worked. The hardware engineers working on the ASIC tried to slam it in at the last minute and they almost pulled it off. Except the didn’t.
        • ErroneousBosh1 hour ago
          Aaah, the worst kind of bug. The &quot;better to have just not bothered&quot; kind.
    • dd_xplore4 hours ago
      I just loved road rash, I had the demo version initially, I used to call it demo rash. Once in a race I accidentally jumped on a building, it was first open world experience for me!
      • CoryOndrejka1 hour ago
        The THQ testers figured out you could launch bikes out to the sailboats, too
    • muggesmuds4 hours ago
      Massive fan, would love to hear some details about the culture in the office at that time!
      • CoryOndrejka1 hour ago
        We were subleasing from 3Dfx at the time, working on JetMoto, RR64, and Nuke Strike at the same time. It was old school game development — dumb hours, too much coffee, grabbing tubes of Oreos from the 3Dfx micro kitchen, late night In N’ Out runs for animal style and fries well done. Mix of ex-EA, ex-arcade, and all of us thinking how smart we were to not be leaving games to go to Internet startups. Oops.
  • Hekkova3 minutes ago
    That is awesome! Imagine having that in the 90s. Would have blown peoples&#x27; minds.
  • azertify11 hours ago
    In case anyone is interested, this creator built a remake of Portal for the N64, uploading a really cool set of videos describing the work that went into building it.<p>He&#x27;s since stopped to work on his own IP, I believe that the issue was that Valve couldn&#x27;t allow it because they&#x27;d never get Nintendo to agree to it. Something along those lines, anyway.
    • Frenchgeek10 hours ago
      I think the main issue was he used Nintendo owned tools and libraries to make his game instead of the GPL ones, making the release of the port dependent on Nintendo&#x27;s approval too. I guess even Valve didn&#x27;t want to deal with their lawyers.
      • throwawayk7h8 hours ago
        In principle he could use alternative tools, like libdragon, but he said even if he did that it was unlikely Valve would permit it, as Nintendo would still be antagonized somehow. And Valve it seems wants to improve their relationship with Nintendo (See: Valve blocked Dolphin on steam, and took down a video showing yuzu installed on the steam deck).
        • fc417fc8022 hours ago
          The emulator thing is less &quot;improve relationship&quot; more &quot;avoid appearing complicit&quot; just basic avoidance of liability.
        • tertle9502 hours ago
          If I recall correctly, there was also the issue that a Nintendo 64 ROM of their game would be fundamentally incompatible with Steam, which (as many forget) is technically their DRM solution. I could be wrong, of course.
          • pezezin55 minutes ago
            How so? There are several recent Steam releases (Demons of Asteborg, Astebros, Earthion) that are just a Megadrive ROM wrapped in an emulator.
        • ErroneousBosh5 hours ago
          &gt; And Valve it seems wants to improve their relationship with Nintendo<p>Valve are the 200kg gorilla of the gaming industry and can throw their weight around.<p>However Nintendo are a 250kg gorilla.
          • Forgeties793 hours ago
            A very vindictive, petty 250kg gorilla at that
  • LarsDu888 hours ago
    I actually used similar camera draw distance trick in my game Rogue Stargun.<p>The real way to optimize this stuff really well is for the artist to spend a lot of time making LODS for the distant objects. For the really distant objects, esp for a platform like n64, you can replace the distant objects with billboard imposters which are basically just flat poster textures that swap perspectives at certain angles.<p>GTA V does this extremely well with many manually made LODs and its very costly
    • vertexmachina7 hours ago
      They have a very complicated and robust pipeline that generates all of those LODs automatically. The artists aren&#x27;t manually creating them.
      • LarsDu881 hour ago
        Artists did generate a lot of those lods. At the very least they had to hand tune a lot of them. Look at the sheer quality of some of these:<p><a href="https:&#x2F;&#x2F;www.adriancourreges.com&#x2F;blog&#x2F;2015&#x2F;11&#x2F;02&#x2F;gta-v-graphics-study-part-2&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.adriancourreges.com&#x2F;blog&#x2F;2015&#x2F;11&#x2F;02&#x2F;gta-v-graphi...</a>
    • oliwary6 hours ago
      Another game that I find has very impressive draw distance is Just Cause 2. You can see objects very far away when flying etc, but they look very detailed and do not change when moving closer. Definitely blew me away the first time playing it.
  • user____name10 hours ago
    This is really cool. Kaze Emanuar[0] seems to be able to hit 60hz consistently with his Mario 64 rework, I wonder if such perf is achievable for these wide open landscapes. Iirc Shadow of the Collosus rendered distant geometry into the skybox, which always struck me as a neat trick.<p>[0] <a href="http:&#x2F;&#x2F;www.youtube.com&#x2F;@KazeN64" rel="nofollow">http:&#x2F;&#x2F;www.youtube.com&#x2F;@KazeN64</a>
    • smithcoin9 hours ago
      VRAM goes vroom vroom.<p>I emailed him the video from OP and he mentioned they’ve done some collaboration. I’m assuming there’s a retro programming discord that I’m not worthy of.
      • uyjulian9 hours ago
        A lot of stuff is happening on the n64brew discord. <a href="https:&#x2F;&#x2F;discord.gg&#x2F;WqFgNWf" rel="nofollow">https:&#x2F;&#x2F;discord.gg&#x2F;WqFgNWf</a>
      • charcircuit2 hours ago
        VRAM on the n64 is notoriously slow.
        • msk-lywenn2 hours ago
          It&#x27;s RAM that is notoriously slow. VRAM is fast, but there&#x27;s only 4K...
          • charcircuit1 hour ago
            That 4K buffer is not VRAM. The 4&#x2F;8MB of RAM is also used as VRAM.
    • 01HNNWZ0MV43FF9 hours ago
      Yeah I remember hearing that SOTC&#x27;s &quot;SuperLow&quot; LOD was a 2D image. Trespasser also did that, but only for trees and props, not for terrain objects. Trespasser being basically a heightmap with dinosaurs dropped in
      • estebank8 hours ago
        Hey! It also had a barely working physics engine.<p>Then again the dinosaurs <i>were</i> physics entities, so maybe you already mentioned it. :)
      • dcrazy7 hours ago
        Even modern games replace distant geometry with billboards. Simplygon is one middleware that does this. The Remedy folks talked about how Alan Wake 2 used it at GDC last year or the year before.
  • gryfft12 hours ago
    I watched this on YouTube the other day. Another beautiful example of the creative power yielded from building within constraints.
    • msephton10 hours ago
      Such a clever way to approach the problem! I&#x27;d say only possible with a detailed understanding of the N64 constraints.
  • TomatoCo9 hours ago
    This reminds me of Magicore Anomala, a side scrolling game being made for the 1985 Atari. I wish there was a way to know how people contemporary to the release of the Atari or the N64 would react to seeing these modern engines.
    • egypturnash3 hours ago
      Magicore Anomala seems to actually be a sideview non-scrolling bullet hell game for the Amiga, which came out in 1985. Teen me owned one of the first Amigas in my city and the in-progress videos I can find of Magicore don&#x27;t feel too out of place with the games I was seeing on it by the early nineties. It&#x27;s moving around a couple of sprites and rendering a single-bitplane image of projectiles, and has some basic copper list tricks to get a 3-plane background image to have more than eight colors, which was pretty normal for the Amiga.<p>Here&#x27;s a dissection of the title screen of Shadow Of The Beast (1989), for instance: <a href="https:&#x2F;&#x2F;codetapper.com&#x2F;amiga&#x2F;sprite-tricks&#x2F;shadow-of-the-beast&#x2F;" rel="nofollow">https:&#x2F;&#x2F;codetapper.com&#x2F;amiga&#x2F;sprite-tricks&#x2F;shadow-of-the-bea...</a> - you can find a ton of video of this game very easily, go have a look.<p>Magicore is generally a bit zippier than most Amiga games, so many of them were kind of chunky and sluggish when I look back at them. Also the dev notes on using modern compression schemes that use what would be apocalyptic amounts of RAM and CPU by 1990 standards to crunch the data are amusing, but it&#x27;s not like 1990 me wasn&#x27;t used to chilling out for a few minutes between levels for a disc load, it was still worlds faster than the horrible load times of the C64 that was my first computer.
    • ErroneousBosh5 hours ago
      You know that 1985 was when 50-year-olds were starting high school right?
      • christophilus34 minutes ago
        I think he meant: “How people at the time would have reacted.”
  • amelius10 hours ago
    The first comment:<p>&gt; &quot;The N64 is very memory bound&quot;<p>&gt; Aren&#x27;t we all these days?
  • cubefox10 hours ago
    The same guy, James Lambert, also implemented texture streaming (which would not be invented until two console generations later) in an N64 demo. The textures look uncharacteristically high res: <a href="https:&#x2F;&#x2F;youtube.com&#x2F;watch?v=Sf036fO-ZUk" rel="nofollow">https:&#x2F;&#x2F;youtube.com&#x2F;watch?v=Sf036fO-ZUk</a>
    • LarsDu888 hours ago
      Like in id softwares RAGE?
      • cubefox7 hours ago
        Yes, id invented it, but I think they published one slightly earlier game which also had texture streaming. The technique (virtual textures) would not become ubiquitous in most engines until the PS4 era though.
        • Narishma6 hours ago
          Enemy Territory: Quake Wars used an earlier version of it but only for the terrain. I think Rage was the first to use it for everything.
          • cubefox6 hours ago
            Unfortunately nowadays id Software doesn&#x27;t seem to be at the cutting edge of engine technology anymore. Most interesting new developments now come from Unreal Engine as far as I can tell. Like virtual geometry (Nanite) or efficient ray traced direct illumination (MegaLights).
            • LarsDu881 hour ago
              Doom the Dark Ages uses some pretty advanced (and performance intense) illumination techniques which i believe are comparable ro megalights.<p>They ripped our Carmacks texture streaming stuff outta the engine years,ago though
  • kennywinker6 hours ago
    A super impressive feat, but also the games art style is like having bleach poured into my eyes. Am I just the wrong age for this specific retro nostalgia? Probably.
  • AdmiralAsshat10 hours ago
    Somewhat annoyingly, the actual homebrew z64 seems to crash both of the N64 cores that RetroArch supports. :(
    • x0re4x8 hours ago
      It might be because he is not using nintendo&#x27;s sdk anymore, particularly the &quot;microcode&quot; for RSP &quot;coprocessor&quot;. Most N64 emulators usually do not emulate RSP properly, but detect which specific nintendo&#x27;s microcode is used and then emulate it&#x27;s behavior.
    • b00ty4breakfast10 hours ago
      At the end of the video he says it needs real hardware or a &quot;highly accurate emulator like Ares&quot;.
      • my-next-account2 hours ago
        Does anyone know what it means for something to be a &quot;multi-core emulator&quot; like Ares is? Like, is there some underlying benefit to developing emulators for multiple systems under the same name? Is there some shared code or what?
    • Narishma6 hours ago
      That means they are not accurate cores since it works fine on real hardware.
      • giovannibajo14 hours ago
        Correct, both of them are really really old, accuracy wise. N64 emulation has improved a lot in the past 4-5 years, but old emulators haven’t caught up
    • flykespice1 hour ago
      Don&#x27;t use retroarch, his project lead is a terrible person who leeches off from donations without repassing to the core contributors that does the actual work.<p>Use decent emulators that are actually accurate.
  • ill_ion10 hours ago
    This is awesome!
  • ryguz6 hours ago
    [dead]