• @Jerkface@lemmy.world
        link
        fedilink
        1603 months ago

        For comparison, that screenshot is 342kb, and Super Mario Bros is 40kb. The screenshot is more than 8.5 times bigger than the game it comes from.

        • @sus@programming.dev
          link
          fedilink
          95
          edit-2
          3 months ago

          I managed to recreate almost the same screenshot in 5kb (and with much less compression artifacts!)

          before adding the text and circles it was only 1.6kb

          it’s a case where jpeg compression ironically results in the picture getting 60x larger and more blurry because everyone recompresses the images and jpeg is designed for large photos and not pixel art

          • @Valmond@lemmy.mindoki.com
            link
            fedilink
            373 months ago

            Use png and IDK I don’t remember which cmd line soft but it stripped out unused colors and compressed images like that one hard.

            That, without the red lines and circles, and without jpeg jitter should be like 1kb. Or less less.

            Now, as an oldtimer, when you load that 1kb image up, it will still take like 640x320 bytes (it was all 8bit) so 200KB of RAM. But back in the day I guess it was more like the original GB 160x144 so 22.5KB RAM needed to show that image.

            Did it work like that?

            No, because cartridges didn’t have a lot of space, and the consoles didn’t have much RAM, so you used tiles. You had a tile map image, each tile was 8x8 pixels pointing to a palette (so you could use 4-bits for the color. More or less so, there were a lot of ‘modes’). Each tile had a number and your screen was some 20x18 tiles x 1 byte numbers, designing the ‘tile’ to be shown at that particular position of the screen.

            All done by hardware so way fast!

            To make the scrolling run you had a ‘delta’ pixels to slightly move the “screen” around.

            Fun times.

            Time to go to bed 😪😴

            • @Revan343@lemmy.ca
              link
              fedilink
              43 months ago

              ROM Cartridges like that were also basically as fast as RAM, and mapped into system memory, so you could reference things directly instead of having to load things to RAM first like off a disc

              • @Valmond@lemmy.mindoki.com
                link
                fedilink
                33 months ago

                Yes yes! But wasn’t there some limit, like if you had a 1Mbit cartridge you still had to shuffle the data around? Or was it just a penalty to map a different chunk of memory?

                My memory is sure not that fast or reliable:-)

                • Not the guy you replied too, and my memory is also fuzzy, but I always love how crazy and analog nes hardware was. Im like 70% sure that later in the nes lifespan they made it to where cartridges had more rom and could shuffle the data banks/tables around and that the nes could only process something like 32kb at a time I think? So they would just swap around the data sets depending on when they where needed.

                  Almost like one of those choose your own adventure books… Im probably horribly wrong in that summary and analogy though. It’s been years since I last got a refresher on nes tricks lol

          • @Lojcs@lemm.ee
            link
            fedilink
            13 months ago

            Here’s the same image in 3.8kb (lossless jxl):

            Interestingly, lossy jxl is larger (59kb):

  • Rhaedas
    link
    fedilink
    1753 months ago

    I’ve seen this same suggestion years ago on Blender tutorials. Generating a scene isn’t about making it realistic, it’s about fooling the audience into thinking it’s real without making it too hard to create. Look at videos from Ian Hubert on how to fake it well.

    • Tar_Alcaran
      link
      fedilink
      92
      edit-2
      3 months ago

      Halo 3 came out 17 years ago. I learned this today (and still don’t really see it…), so I say they did amazingly well!

      • Final Remix
        link
        fedilink
        133 months ago

        They did this in the Hitman 1>2>3 progression and got H3 down to like… 36 gigs… they reused doors when posssible, fruits in bowls, etc. Instead of bespoke items for each game in the series, they compressed and repeated stuff, and got the entire trilogy game down to the size of one of the individual games.

        • @NOPper@lemmy.world
          link
          fedilink
          73 months ago

          I just got back into H3 a week or two ago and was caught off guard by the install size! Last time I installed 2 I had to disable a ton of map DLCs and rotate em out as I went to not take up most of the storage on my Steam Deck SD card.

          They did an amazing job on streamlining things.

  • @Sanctus@lemmy.world
    link
    fedilink
    English
    1443 months ago

    Welcome to gamedev. Its all smoke, mirrors, and magic tricks. Come intervene in our fancy electric rock dreams.

  • Ephera
    link
    fedilink
    English
    753 months ago

    Generally more than half of the rock is underground, so while it might be only one rock, you see many distinct sides of it…

    • Cris
      link
      fedilink
      English
      153 months ago

      The desks are clouds…? How would clouds even remotely look like desks??

      Was this supposed to say rocks? I’m so confused 😅

      • Codex
        link
        fedilink
        283 months ago

        I think the joke here is that in Super Mario Bros (NES), the bushes are recolored clouds, with their bottoms hidden by the ground. By changing the reference to Skyrim, you get a surrealist joke.

        Anyway, that’s what I thought the reference was and it made me heartily lol!

  • sebinspace
    link
    fedilink
    103 months ago

    This is literally every game with rocks, since fucking forever…

  • Xanthrax
    link
    fedilink
    8
    edit-2
    3 months ago

    Lmao, done that before. You do have to worry about the resolution of the textures when changing the model’s size, though.

    Also, I’ve made small caves systems and mountains like this, before slapping myself for not remembering terrain generation.

    Edit: this is a bit of tangent, but I’m super excited to see more boulders rendered using polycam. Generally, the models are a bit janky and never have straight polygons (along the x,y,z axis) So things like furniture and corridors won’t work. Boulders though, it’s perfect!

    • @EvokerKing@lemmy.world
      link
      fedilink
      13 months ago

      Maybe not polycam in specific, since they too believe that you need lidar to get high quality scans, which isn’t true at all.