Videos Created by Hops!

Well therees actually two

  1. At 18 seconds you can see i move more to the left then the best possible… i think if you switch controls too fast or something it doesnt register and keep doing what it was doing before, from the other button. I think when im still moving left you can see the right button is pressed down.

  2. If you hold any controls down while you hit the level complete thing, when you tap play again(at least in custom level editor) the controls are still held down and you cant get them back up without restarting the project.

4 Likes
  1. Not sure what’s causing that…

e: must be it didn’t properly reset or smth…

  1. Easy fix, I just need to add a custom block that waits until the user releases their finger from the screen.
3 Likes

Okay @Crosbyman64 this is really annoying. So the pushing blocks or whatever, they still push you no matter what, you cant fight them at all. It doesnt let you fight without you jumping.

4 Likes

what’s the issue?

4 Likes

Normally you can just walk through the “dash” tiles, and walk slower if you are fighting the way they are trying to push you, but now you can’t do anything without jumping- it pushes you back, with you powerless to do anything.

this actually makes my level impossible

5 Likes

There’s always something…

And this is tied in with the previous issue…

3 Likes

Well… you can fix it right?

4 Likes

Ok, a hotfix is coming your way.

Released Beta 37b

  • Fixed an issue where the player was completely unable to move against left facing dash blocks whilst holding the right movement button. (I forgot to update the references when I fixed the previous issue, lol)

Btw, those texts that appear at the top of the screen when selecting a tile or enemy is the actual name of the tile/enemy.

Like “Dirt Block,” “Vanish Block,” “Chaser,” “Blobby,” etc…

3 Likes

It was an easy fix.

Since you’re so great at finding bugs, I got a little task for you:

Once the project goes live (or if it’s already live), go into the project and hunt for as many bugs that you can find, then report them back to me in the y-taco (or here if you’re going to do another “bugs” video), and I handle all of the fixing later if they are unintentional bugs.

I’m most focused in the Game and Editor Scenes. The menus are currently unfinished.

3 Likes

sniff sniff im a tracking dog now

4 Likes

Yep, you’re a real blo.odhound /j /lh

4 Likes

Get ready to see me testing some weird random stuff when it drops, i’ll do it a little but i’ll do it even more after May 25(when the Tetris comp is over, i still havent worked everything out yet)

Edit: oh its up sniff sniff sniff

3 Likes

Here we go…

6 Likes

@/Tri-Angle [redacted]

Never mind. I’ll just add new HS related content to my new channel.

4 Likes

okay
and idk how to do that unfortunately:(
i think if you have yt premium you can “download” vids? idk for sure if thats how it works

3 Likes

I looked it up, and found out it’s not possible. I’d have to re-upload the videos, which I’m unable to do, unfortunately.

3 Likes
2 Likes

I was able to use YouTube Studio to save my own videos to my device, even without the subscription.

2 Likes

It’s not that hard to make code to download youtube videos. Reverse-Engineering YouTube: Revisited • Oleksii Holub basically tells you how to do it. It’s slightly harder if you want to download both video and audio (I’ve only ever done audio-only myself) but I think that article explained a way to combine them. Either way it’s interesting to read.

6 Likes

update: My code for downloading youtube video audio randomly stopped working yesterday. It seems like it is decoding the signature for the audio wrong. Looking at the website, however, they still use the exact code I copied and it works. I’m not sure if maybe now the decoding function is different per audio type or something (actually it turns out it seems like there is only one audio url), but it is really weird and it isn’t anything new I’ve added onto my code.

So basically, a week later, it is slightly more difficult to make code to download youtube videos.

6 Likes