Absolutely, it’s a great game.
The fun part of this game is hearing such differing opinions, I had someone explain that Block Koala was their favorite. I personally didn’t gel with Planet Zoldath, it’s conceptually neat but I found it very tedious. Glad you enjoy it though!
They explain their reasoning here: https://godotengine.org/article/about-official-console-ports/ .
I’ll post it on Lemmy once it’s done. I’m still not entirely sure which gaming communities would be most suitable but it’ll definitely be in !blogging@programming.dev :)
That said, UFO 50 is truly massive, so it’ll be some time before I finish this thing. One of the games I haven’t started yet is apparently a 20+ hour JRPG, so that’ll be fun.
I have been obsessed with this game since it came out. I’ve already put in 60 hours and got 14 games cherried (which means 100%ing them, getting a true ending, or beating a difficult challenge).
I’m writing an incredibly long blog post where I review every single game in the pack. Excited to finish & share it once I’m done playing through everything.
Very good stuff in this update! The new page quickly showing all the changes is also a lot easier to digest than a 5,000 word essay blog post.
I’ve already been on 4.3 since the dev previews, so more than anything I’m excited for this release so the team can finally get to merging all those PRs that were shelved for 4.4. Lots of performance optimizations and big changes I’m excited for are coming in that next update. The wait continues!
inexperienced big brain developer see nested loop and often say “O(n^2)? Not on my watch!”
complexity demon spirit smile
This hits too close to home.
Finally, audio cackling in web builds should be fixed!
I’ve been on Nobara for almost a year now and am really happy with it. The only distro I’d probably switch to is Bazzite just to try out immutability, but aside from that I’m good where I am.
Compiling to bash seems awesome, but on the other hand I don’t think anyone other than the person who wrote it in amber will run a bash file that looks like machine-generated gibberish on their machine.
Based on the feedback we received at the GDC from partners and friends, we know that we need a way to reduce the size of our exports. Currently, the 4.3 release Web build .wasm is around 40 MB uncompressed, and 5 MB compressed with Brotli. We have a few ideas in mind to address this, and it could even help optimize builds for other platforms!
This is very exciting! It’s my #1 issue by far with the engine. With custom export templates I managed to keep it around ~25MB uncompressed, but there’s definitely a lot of room for improvement in binary size.
Most variables have setters for situations like this. Rather than using get_tree().paused = false
, try get_tree.set_pause(false)
. There’s also Input.set_mouse_mode()
, you’ll see them under the variable names in the docs.
“Merge pull request #8 from [branch name]”
Not the most exciting but hey, someone has to do it.
It’s also a lot easier to manage via code since you could just get children and have each layer have its own group.
Just skimmed the video, it’s pretty good! Provides a good crash course for people to just start making a platformer, it definitely skims some important topics like physics layers or how to properly use tilemaps, but I expect follow up videos to start explaining things more.
I’ve bought the $1 tier to get into shaders and I sort of agree. I took the Unity 2D course when I was starting out game development and it was excellent, really gave you everything you need to know to understand and learn how to make real games.
I’m 75% through the shader course (which is fairly short, like ~2 hours long) and it’s just okay. It gives you a decent introduction on how shaders work, teach you a few simple effects like distortion and dissolving and color swapping, then you’re on your own. I didn’t feel like I learned enough to be confident making my own shaders and I still only have a surface level understanding of it. Not great for a paid course, I’m starting to think that’s the reason it was only $1 in the bundle.
I still 100% recommend their 2D unity course but it seems like how good the course is depends on the instructor. Rick is the best instructor they have, the new ones aren’t cutting it. Maybe I should make my own tutorials because a lot of Godot offerings currently are lacking.
Nice, good luck!
Godot 4 came out a year ago so they’re all new courses. They do have a forum for assisting people that own the course where a teaching assistant helps out. I haven’t tried any of their Godot courses but I have finished their Unity course and the experience was really good.
You can backflip in mid-air which is useful to go a little higher or cancel the direction you’re moving in. I don’t remember the exact control for it, but I think it was double tapping after jumping.