popcar2

joined 1 year ago
 

TL;DR:

  • 2D physics interpolation: Should heavily reduce jitter and make the game smoother on higher refresh rates!

  • TileMap layers are now separate nodes: Each layer is now its own node. This is huge because it means it's easier to manage, easier to iterate over, and each layer can have its own settings and move separately.

  • Option for checking for engine updates automatically

  • Reverse Z for the depth buffer: They made a blog post about this a few days ago.

[–] [email protected] 0 points 6 months ago* (last edited 6 months ago)

Sort of. If you earned >$1 million in revenues in the past 12 months, you have two options:

  • Pay 2.5% of your monthly revenue

  • Pay a runtime fee based on your monthly downloads

So basically, they made it optional, but you still have to pay 2.5% which is still significant. Otherwise you can use the runtime fee and report data yourself (it will probably be cheaper)

[–] [email protected] 0 points 6 months ago

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.

[–] [email protected] 0 points 6 months ago

I was recently contracted to make a neat prototype of a game. It's a twinstick shooter with MOBA elements, you got minions coming out of towers attacking other minions and the goal is to destroy towers to make your way in and destroy the enemy base.

Screenshot of the game

Navigation in Godot is pretty neat, very hassle-free.

Screenshot 2

 

LogLog games explain why they'll stop using Rust for game development after 3 years, and caution why they think it's the wrong tool for the job.

[–] [email protected] 0 points 6 months ago* (last edited 6 months ago) (5 children)

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.

 

TL;DR: Brackeys is back and will start making new videos for Godot!

[–] [email protected] 0 points 7 months ago

Nice, good luck!

[–] [email protected] 0 points 7 months ago

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.

 

Thought people might be interested. I'm tempted to get the shaders course which is the only one in the $1 tier.

1
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]
 

Great fixes here. I've been looking forward to some of the fixes like Camera2D's frame delay and code completion improvements.

Oh and they finally fixed the profiler which was bugged and didn't report your worst-performing scripts.

[–] [email protected] 0 points 7 months ago* (last edited 7 months ago) (2 children)

I've been following this proposal around for the past few months, it's really interesting. Godot could be the de-facto library for complex 3D rendering in any app since it's really feature-rich and not that huge (I think the runtime is like ~60 megabytes? It could likely be smaller with further optimization and stripping features you don't need).

Also I don't remember who said this but if this goes through it could allow C# web builds by loading Godot is a library.

Kind of a shame this came as 4.3 is in feature freeze, it would've been nice for it to be included in the next update.

[–] [email protected] 0 points 7 months ago

Your Inception is a great choice, but I also low-key wished pizza tower's music got in to meme on the other instances

 
[–] [email protected] 0 points 7 months ago

One of the devs wrote a blog post a while back talking about his first impressions with Godot.

TL;DR: Really positive on Godot but things that should be improved are text and how Godot handles texture atlases (I totally agree on both)

[–] [email protected] 1 points 7 months ago

Be sure to check where the trackpad is. Centralized is better. My new one is more to the left and my wrist hits it when playing tf2 and I do occasionally get some movement from my wrist in game, but not much.

There should be an option in your OS to disable the trackpad while using the keyboard. My laptop also has a trackpad to the left and I often have my hand over it when playing but never had this issue.

[–] [email protected] 12 points 7 months ago* (last edited 7 months ago)

Make sure you get a laptop with a modern Ryzen processor since the battery life (and performance on battery) is often a lot better than Intel. There are a lot out there that fit the bill like Lenovo's yoga/ideapad lineup. Just be weary of two things:

  • Some 14" laptops may have soldered RAM or SSDs making them impossible to upgrade
  • Don't go off of processor names, they're often pretty misleading. For example a Ryzen 7 7730U is significantly worse than a Ryzen 7 7840U.
[–] [email protected] 0 points 7 months ago

Not sure, I'll look into it when the launcher is feature-complete. I never tried making a Flatpak app before.

 

cross-posted from: https://programming.dev/post/12340077

I made a mod launcher for classic Doom (specifically, GZDoom) because I wasn't a fan of what currently exists. CleanDoom focuses on simplicity and usability.

If anyone here is a Doom fan, give it a try and let me know what you think!

This may not sound that relevant to this community, but I made this with Godot 4.2, so I thought I'd share it here too.

 

cross-posted from: https://programming.dev/post/12340077

I made a mod launcher for classic Doom (specifically, GZDoom) because I wasn't a fan of what currently exists. CleanDoom focuses on simplicity and usability.

If anyone here is a Doom fan, give it a try and let me know what you think!

view more: ‹ prev next ›