Bad Apple in Factorio

Поділитися
Вставка
  • Опубліковано 3 лют 2025

КОМЕНТАРІ • 64

  • @AlexJoneses
    @AlexJoneses 4 місяці тому +421

    god tier meme, now make it 64x64 px

    • @timewarper9575
      @timewarper9575  4 місяці тому +58

      Bet. Im gonna install the Schall Virtual Signal mod when I get home, I’ve already eliminated scan lines from my current display and made it tilable, so it shouldn’t be hard to upgrade!

    • @quentar9309
      @quentar9309 3 місяці тому +11

      ​@@timewarper9575how's it going

    • @itspoorlyoptimized
      @itspoorlyoptimized День тому

      ​@@timewarper9575 4 months still waiting😢

    • @timewarper9575
      @timewarper9575  День тому

      @ bro I got as far as writing the script to generate the frames but I’m lowkey stuck

    • @itspoorlyoptimized
      @itspoorlyoptimized День тому

      ​@@timewarper9575 take your time man, i subbed so I'll see it when it comes❤

  • @Heckre-kv9lb
    @Heckre-kv9lb 2 місяці тому +60

    Im not gonna lie building frame by frame and then sitting inside a speeding train seems more of an idea

    • @timewarper9575
      @timewarper9575  2 місяці тому +8

      The point was actually originally a flapping Super-earth flag for my helldivers 2 RP run, this was a proof of concept that overgrew itself

  • @imofage3947
    @imofage3947 2 місяці тому +20

    Mad respect for figuring this all out for yourself.

    • @timewarper9575
      @timewarper9575  2 місяці тому +9

      Honestly I kinda burned myself out on factorio cause of it

    • @imofage3947
      @imofage3947 2 місяці тому +4

      @@timewarper9575 Oh damn! Well don't force yourself. Take a break from the genre and revisit the game some time. There's a lot of other good stuff out there.

    • @timewarper9575
      @timewarper9575  2 місяці тому +3

      @@imofage3947 I do try to cycle through my games, I'm playing alot of sprocket and GHPC right now!

  • @sincerelyuel
    @sincerelyuel 3 місяці тому +53

    Damn that looks, looks even harder than the usualy bad apple. Strange you can't actually atuomate it well, in a game about automation. -sincerely Uel

    • @timewarper9575
      @timewarper9575  3 місяці тому +9

      Hey Uel, I want you to know that I am infact working on automating the next version (64x64 with a frame buffer)

  • @ElectronTC
    @ElectronTC 4 місяці тому +37

    I can appreciate this

  • @madbanana22
    @madbanana22 2 місяці тому +12

    can we read a belt's contents to use it like a ROM? for example if the belt reads, idk, assembler 1, its corresponding pixel is black. If it reads assembler 3, it becomes white. We could also add in the new Space Age 60 items/sec belt and have it work in 60 FPS

    • @timewarper9575
      @timewarper9575  2 місяці тому +5

      @@madbanana22 that’s a really good idea, I would need to figure out the way to specify belt contents with my python code, but could be a simple and better for UPS

  • @АлександрФедотов-у4р

    Мы думали этого никогда не произойдёт! Кстати если держать телефон в вытянутой руке то даже неплохо ))))

  • @Denitorio
    @Denitorio 3 місяці тому +9

    that's a good great work man,keep the good work, if you know me you know that im good it logic and xpert, and i can only say about your logic is its so big

    • @timewarper9575
      @timewarper9575  3 місяці тому +1

      hey thanks bro, I love positive feedback :)

    • @Denitorio
      @Denitorio 3 місяці тому

      @@timewarper9575also bro i have a question how you make the low quality one on the topr of screen

    • @timewarper9575
      @timewarper9575  2 місяці тому

      @@Denitorio I used FFMPEG to reduce the pixel count to 8x8, and reduce the FPS to a manageable amount. The command I used took a while to get right, and I forgot to keep it, but if I remake it I’ll reply to your comment again with it

    • @Denitorio
      @Denitorio 2 місяці тому +1

      @@timewarper9575 thanks man your a legend

    • @Denitorio
      @Denitorio 2 місяці тому

      @@timewarper9575 hey bro, can you find the right code for ffmpeg?, and also have some tips?

  • @thatoneguy2588
    @thatoneguy2588 3 місяці тому +14

    This isnt getting the attention it should have.

    • @timewarper9575
      @timewarper9575  3 місяці тому +3

      This genuinely means alot dude- thank you

    • @imofage3947
      @imofage3947 2 місяці тому

      There's a reason for that. He's reinventing the wheel. Other people have done Bad Apple at a higher resolution in Factorio 8 years ago. Someone created a website that converts music videos into Factorio blueprints.
      Don't get me wrong, Mad respect for doing it manually as a learning experience. But nobody remembers Buzz Aldrin was the second man on the Moon because Armstrong went first.

    • @timewarper9575
      @timewarper9575  2 місяці тому

      ​@@imofage3947 I like overcomplicated things :3

    • @imofage3947
      @imofage3947 2 місяці тому

      @@timewarper9575 😁😁😁
      Nothing wrong with that.

    • @timewarper9575
      @timewarper9575  2 місяці тому

      @@imofage3947 there's a certain comfort in it! also thank you for commenting, it helps boost this video in the algorithm, and it's far outperforming everything I've posted before!

  • @jonasgajdosikas1125
    @jonasgajdosikas1125 Місяць тому

    ngl it seems a bit overcomplicated, I suggest using bitpacking and a shift register to encode each frame a la dosh's belt printer. you can even semi-automate the encoding of the frames
    the whole 8x8 screen can be enocoded using just 2 signals on the wire and then decoded into separate signals for each row/column so the lamps can be wired in series and the wires don't clutter so much of the screen.
    if you do some coding you could get a sizeable amount of frames in a single blueprint. if you do a 64x64 one you'd sadly need 128 distinct signals per frame which is doable, but sure would be a pain to set up

    • @timewarper9575
      @timewarper9575  Місяць тому

      I'm doing something SImilar to this for my 64x64 version, except only packing 2 pixels per signal

    • @timewarper9575
      @timewarper9575  Місяць тому

      OH MY GOD I GET IT !! THIS WILL MAKE ANIMATING THE WHOLE THING SO MUCH EASIER !!

  • @moonribbon7476
    @moonribbon7476 2 місяці тому +3

    Impressive!

  • @faster_than_bugs
    @faster_than_bugs 2 місяці тому +1

    More pixels !!

  • @secret4797
    @secret4797 2 місяці тому

    now make it 10000x10000 px

  • @Denitorio
    @Denitorio 2 місяці тому +1

    Hey bro can you upload the video on the top of the screen the low quality one? Pls

    • @timewarper9575
      @timewarper9575  2 місяці тому +1

      sure! I'll tag you! do you want it as 4 fps?

    • @Denitorio
      @Denitorio 2 місяці тому

      ya bro thanks

    • @Denitorio
      @Denitorio 2 місяці тому

      @@timewarper9575 where the vid? 🥲

    • @timewarper9575
      @timewarper9575  2 місяці тому

      ​@@Denitorio I uploaded it as unlisted but tagged you in the title, I'll set it to public

    • @Denitorio
      @Denitorio 2 місяці тому

      @@timewarper9575thanks you very much bro your the only person do this to me

  • @simonnachreiner8380
    @simonnachreiner8380 2 місяці тому +1

    Pixel count is a little low...

    • @timewarper9575
      @timewarper9575  2 місяці тому +3

      @@simonnachreiner8380 I’ll make one.. lower? 1x1 bad apple? It’ll just be a blinking light based on whether or not the screen is mostly black or white?

  • @ElectronTC
    @ElectronTC 4 місяці тому +3

    Just make a really good thumbnail for it

  • @ElectronTC
    @ElectronTC 4 місяці тому +1

    Wow

  • @vonippo8371
    @vonippo8371 2 місяці тому

    way to waste your time to the max

    • @timewarper9575
      @timewarper9575  2 місяці тому

      waste time? or have fun? either way, it happened!

  • @ProGamer125X6
    @ProGamer125X6 3 місяці тому +1

    Impressive but anime cringe sorry

    • @timewarper9575
      @timewarper9575  2 місяці тому +4

      @@ProGamer125X6 I don’t even watch anime :(

    • @Mugi-v7w
      @Mugi-v7w 2 місяці тому +2

      Touhou isn't an anime it's a bullet hell video game smh

    • @ProGamer125X6
      @ProGamer125X6 2 місяці тому

      @@Mugi-v7w Still falls under the same umbrella, being an obsession with little 2d girls. Seek help. “Erm acktualllly” lol.

    • @timewarper9575
      @timewarper9575  2 місяці тому +1

      @@Mugi-v7w hawk tou-hou >:3