popcar2

@popcar2@programming.dev

This profile is from a federated server and may be incomplete. View on remote instance

popcar2 OP ,

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.

Weird limitations with Expressions

I have tried myself at using Expressions for quickly throwing together some simple functionality right in the editor, without opening the script editor. I just export an array of Strings. But apparently assignment is not allowed in these expressions! Method calls are fine, but assignment doesn't seem to be okay. Here is what...

popcar2 , (edited )

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.

popcar2 ,

"Merge pull request #8 from [branch name]"

Not the most exciting but hey, someone has to do it.

popcar2 OP ,

I got it from a Buffoon pack, but it's still worth buying because it pays for itself. You get 2 jokers that are worth 1-2 dollars each, you can sell them if they're not worth keeping and you can even get jokers like Egg and Mail-In-Rebate that gain you tons of money.

It's a life saver in ante 1-2

popcar2 ,

Has it ever been better?

Actually, yes, by a big margin. Back in ~2011 mobile games were actually trying to be great. Games like Edge Extended, World of Goo, Bounce Boing Voyage, Zenonia 2 & 3, etc.

I remember early Humble Bundles being full of exciting games for mobile, now you'll be lucky to find just one of them that isn't filled to the brim with MTX or ads.

popcar2 ,

It's a two part story:

  1. The mobile market mostly targets kids and boomers and their resistance to microtransactions has been basically non-existent, making the market quickly become predatory and full of spam

  2. Modern app stores have become abysmal, making it impossible for smaller games to see the light of day. 99% of google play is a dumpster fire, and the 1% that is decent isn't published by a multi-billion dollar company so you're unlikely to ever see it. There are good games out there, but the way the algorithms and ads work makes them constantly pushed down in the list. This isn't "a problem" to a company like Google because they're making bank off of all these ad spaces.


Anyways, most good games are paid, but here's a list of stuff I've enjoyed playing on mobile:

  • Fancy Pants Adventures

  • Bloons TD 6

  • Dicey Dungeons

  • Dead Cells

  • Slay the Spire (but the mobile port is rough on small screens)

  • Knights of Pen and Paper +1

  • The Enchanted Cave 2

  • Let's Create! Pottery

  • BAIKOH

  • Data Wing

Probably a lot more I forgot. Have at it.

popcar2 OP ,

It's also a lot easier to manage via code since you could just get children and have each layer have its own group.

popcar2 OP ,

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)

popcar2 OP ,

I don’t agree with people downvoting you just cause its unity lmfao

Yeah Lemmy is kind of funny in that regard, the downvote is not a disagree button.

popcar2 ,

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.

popcar2 ,

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

popcar2 ,

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.

popcar2 OP ,

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.

popcar2 OP ,

Nice, good luck!

popcar2 OP Mod ,

The only thing I'd like is fact-checking itself, which is impossible considering how they work (it basically guesses everything). LLMs are close to being useful but I find most of the time they're not usable because it keeps spouting wrong info.

popcar2 ,

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.

popcar2 ,

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)

popcar2 , (edited )

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.
popcar2 ,

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.

popcar2 OP ,

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

popcar2 OP ,

A mod launcher is a program that lets you set up and configure mods for a game, then launch the game with everything set up for you. They exist because configuring everything yourself can be a real pain.

popcar2 ,

This is awesome! Wish I could run something like this on my car's tablet, then we could go full circle.

popcar2 ,

Not a game necessarily, but I decided two days ago to make my own mod launcher for Doom (specifically, GZDoom). I got fed up with the ones that currently exist that lack features I want (not to mention being really old).

UI and theming are definitely not finished, but I'm really happy with how it's shaping up. Made in Godot, as is usual for me.

https://programming.dev/pictrs/image/1a00d7b8-9515-4194-b592-7a73465bd728.png

Godot 4: Warped plasma shader (tutorial) ( www.youtube.com )

Hey everybody! In this video, I would like to demonstrate how we can enhance the effect that we know from the very first video about shaders that I recorded for this channel. The enhancement will consist of displaying something like continuous plasma instead of rippling lines, for which we will use very similar calculations....

popcar2 ,

Really great shader. Reminds me a lot of Balatro's background.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • supersentai
  • WatchParties
  • Rutgers
  • jeremy
  • Lexington
  • cragsand
  • mead
  • RetroGamingNetwork
  • loren
  • steinbach
  • xyz
  • PowerRangers
  • AnarchoCapitalism
  • kamenrider
  • Mordhau
  • WarhammerFantasy
  • itdept
  • AgeRegression
  • mauerstrassenwetten
  • MidnightClan
  • space_engine
  • learnviet
  • bjj
  • Teensy
  • khanate
  • electropalaeography
  • neondivide
  • fandic
  • All magazines