You can just play it in a browser instead
That’s not something they can control
You can just play it in a browser instead
That’s not something they can control
This is so your speedrun time is legit.
Also, my run does not count since I am the owner of the game.
Slow frame-rate will cause a project to slow down dramatically. This is outside my control.
Yes but you should make it so everyone’s frame rate must be as slow as the slowest speed runner or… make the speed run timer assume 60 frames is 1 second instead of using the wait second block or wait millisecond block. That way it’s fair. Or 30 frames if it’s has a “tick speed” of 2
this kinda thing can’t be implemented, it just wouldn’t work in a speedrunning setting
The only way to make everyone the same speed is by using low memory devices.
Also, 30 FPS is harder to control than 60 FPS.
I can also do a 30 FPS only speedrun by turning on Low Power Mode. (For you, it would probably be around 15 FPS from 30 FPS)
The speedrun timer uses the advanced block Time variable (which equals the Unix timestamp in ms since Jan 1, 1970 GMT). None of my timers are based on the traditional wait blocks. I have Advanced Mode, remember?
Also, why do I keep getting draft errors?! I don’t have any other drafts in the background that are being edited!! I keep having to reload the page every 5 seconds, it’s that bad.
Just press ignore @Crosbyman64. I also am having this problem but not quite that often. I got one wile editing this in.
Thanks for the submission!
And just did an Easter Platformer run
I missed a couple of minor optimizations in level 2 and 3. But I have a feeling that last X tile in level 3 can be skipped with a precise jump.
The second Aero trailer is out!
This is the official trailer, this trailer showcases some of the events including the Air show and landing challenges. A lot more stuff has been added in since the last trailer so there much other stuff to showcase this time around besides free roam. This game is still in development so no realest date quite yet. I’m aiming for a mid June to mid July release date. But it still may be a little while, this will be a very huge project. Hope you enjoy this second trailer I put together.
This video has been modified from its original version. All of the long pauses that occurred were removed, and was formatted to 720p@60FPS
@FearlessPhoenix, @SilverSong, @Fundardo
I wasn’t sure about uploading this to my YT channel, so I used catbox instead.
I sure had some bad luck with the starting word: adieu
I think I made it too much like the original, lol, with the animations and all…
Video of Bug in “Weird Glitch when deleting variables”
Tags for video:
@FearlessPhoenix and @SilverSong
Size really does set itself to Infinity when changing its image to text. Leads me to believe the size % got miscalculated somehow.
Tags for Video: @FearlessPhoenix and @SilverSong
I did some speedrunning in that platformer as well. Achieved a time of 21.1s. I had to make a side video just to make the count up timer I added as accurate as it can be.
Tags for video: @FearlessPhoenix and @SilverSong
Also minor typo on your title. It should read 24.01s, not 24:01s (this might lead people to believe it took you 24 minutes, 1 second, which we both know is not the case, but it is what 24:01s usually means).
If I perfect my run, I could, in theory, achieve a time of 20.8s
I added “Dynamic Range” to my tile-based platformer. Works surprisingly well. It also works perfectly, even when you are falling at terminal velocity.
This is just a visual representation of this, this is not what it looks like in normal gameplay.
Tags For Videos:
@SilverSong @/FearlessPhoenix (didn’t tag since they are on break)
Other tags:
@Spy_Guy_96
@ALBUS
@RoadOcean
@affogato
@SEPIA
@MooseCat
@Tabitha
You could go a step further and add “local collision” as I like to call it, which would add enemy support and is less laggy (when done right).
However it’s pretty complicated, and you would have to rewrite the entire collision code and on top of that, you would need to add special collision data (which in your case would be 4X larger than normal level data)
Not to mention you would have to redesign all levels to add collision data, so I wouldn’t do that in this project if yours. But in your next platformer I highly recommend adding this system.
This project has this collision system, although it’s not very optimised, and could be improved, especially the enemy movement.