[WIP] Sega Atlas: S3K "ring attack" - full encode draft

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ธ.ค. 2024

ความคิดเห็น • 20

  • @Winslinator
    @Winslinator 5 ปีที่แล้ว +3

    This is the only way to watch this kind of run. Nice work!

  • @rodonic01
    @rodonic01 5 ปีที่แล้ว +6

    1:22:32 Top 10 worst issues in TH-cam...

    • @Selicre
      @Selicre  5 ปีที่แล้ว +3

      That was an issue on my end. The encoder crashed in DEZ2, and I didn't pass --shortest when adding sound to the video. I am very short on both hard drive space and patience, so I just said fuck it. I'll likely upload the ending separately when I get around to it.

  • @BrunoValads
    @BrunoValads 5 ปีที่แล้ว

    this is so beautiful , great job!

  • @SilverPwns
    @SilverPwns 3 ปีที่แล้ว

    Why is it when the game loads a moving background or does the results screen for Launch Base or Sonic stands on a flamethrower in Flying Battery the game has to draw a bunch of garbage behind the scenes?

    • @Selicre
      @Selicre  3 ปีที่แล้ว

      It doesn't _have to_. In reality, if you were just standing there, it wouldn't update the screen at all - it only updates when scrolling. This program simply reads the level data, and interprets it in the format it knows about, every frame.
      During a transition, half the data has been written, but the other half wasn't; thus, when drawing the level, the renderer will draw the partial data how it sees fit.
      The flamethrower thing is a separate issue, it has to do with a bug in the renderer that doesn't quite know how to draw flamethrowers correctly - I might've missed handling some object property. I will have to fix that if I ever do a proper encode of this.

  • @matheusbrancobs
    @matheusbrancobs 5 ปีที่แล้ว

    very good!

    • @renan8966
      @renan8966 4 ปีที่แล้ว

      very good this disgusting lazy

  • @r75shell
    @r75shell 5 ปีที่แล้ว

    I just want to say that smooth camera move can be done using velocity approach, in other words, depending on difference, calculate velocity and then move towards target with the velocity.
    and other nifty approach: use motion blur formula: last_position*(1-coef)+target_position*(coef)
    where coef in range from zero to one. coef 1 means instant change, 0.5 means... slower, you can tune value :)

    • @Selicre
      @Selicre  5 ปีที่แล้ว

      Motion blur is definitely going to make this unwatchable. Also, how would you handle the camera jumping around in e.g. LR2?

    • @r75shell
      @r75shell 5 ปีที่แล้ว

      @@Selicre motion blur formula is not motion blur. just same formula but for position instead of pixels.
      Sorry, I don't know what you mean by juming around in LR2. And of course you need to handle stage transitions when camera is moved instantly.

    • @Selicre
      @Selicre  5 ปีที่แล้ว

      @@r75shell Ahh, I see. In all honesty, I might just hardcode some stuff.

  • @Zeupar
    @Zeupar 5 ปีที่แล้ว

    Hey, Selicre. You mentioned several months ago that you were working on an improved version of this encode. I look forward to it. Has there been any progress lately?

    • @Selicre
      @Selicre  5 ปีที่แล้ว +1

      Good question.
      Moving on, ..
      Okay, just kidding. I did make some improvements, but none that I can show. I've mostly been interested in other projects and real-life work, because a man's gotta eat, but I'll make sure to start working at this again sometime later. The submission text isn't ready yet either, so I don't feel too bad about slacking.

    • @Zeupar
      @Zeupar 5 ปีที่แล้ว

      @@Selicre Haha. Thank you for the heads-up. I hope you decide to stop slacking soon because I won't unbox my new huge TV until your encode is ready. :D

    • @Selicre
      @Selicre  5 ปีที่แล้ว

      @@Zeupar Oh jeez, that's some pressure on me. Is your TV 4K? Because I might make an encode where it's drawn on a 4K canvas instead of a 1080p one, but I'm not sure if I should go the extra mile given that it already takes quite a long time to render.

    • @Zeupar
      @Zeupar 5 ปีที่แล้ว

      @@Selicre It's not 4K, but I strongly recommend you to go for it, as it's the future and probably worth the extra time. By the way, would a monetary incentive help things?

    • @Selicre
      @Selicre  5 ปีที่แล้ว

      @@Zeupar I've considered making a patreon when I start making Atlas encodes or working on deconstructing other games (I'm currently working on extracting sprites from a few hamtaro games), but for now I feel like it'd be a bit weird given that I don't post updates that often. That said, if you _do_ wanna support me because you like what it is turning out to be already - or when it gets released as a finished version, I have paypal dot me slash x10A94.

  • @evandroluizdasilva1069
    @evandroluizdasilva1069 5 หลายเดือนก่อน

    Oi