

I’m just sort of guessing that this relates to some Win11 needless UI shenanigan.
I’m just sort of guessing that this relates to some Win11 needless UI shenanigan.
So… what the heck happened there?
…Derrrrrrrr.
I’m pretty sure you can access the children of a node as a list with get_children(); which exposes all of those features anyway.
I’ve built multiplayer stuff and can give you a little advice on that, sure.
First up, the limit for the amount of network traffic which can be sent over the web is surprisingly small, especially if you’re talking about international distances, so don’t ever send anything you don’t absolutely have to. In the way of that, it actually is possible to have custom nodes synchronize, by linking them to a common shared piece of data that describes how they’re built; but I really don’t recommend it as it gets very complicated. (This is technically true with Unity, too, but Unity does things a little differently with GameObjects, and legally they’re kind of a pain in the ass these days.)
You can use either an array (slash list) or a modifier node, but I generally personally prefer modifier parent nodes because the tree is very efficient and it seems to allow for more flexibility. It’s also easier to inspect visually when you switch to remote instead of local. It’s up to you, though; you can do either.
There isn’t anything about this project that feels “too ambitious” for Godot’s high-level networking, it’s pretty much what it’s made for. It’s also been around for quite a while. In fact, you can technically even swap it out for GodotSteam’s Steamworks networking interface now, but I haven’t tried that out yet; I imagine something similar is eventually coming for other services.
I don’t remember the name of it, but there’s a video somewhere on YouTube that walks you through creating a very basic Team Fortress clone with Godot 4’s high level networking. You might want to look it up.
I agree with you on this, but I feel we should highlight that there is a big difference between “is being implemented” and “will be implemented”.
YouTube Unhook has started failing to auto-click the Skip Ad button as of today, I noticed.
It’s not nearly as much fun as it sounds anymore. It’s all VPNs, Usenet, torrents, and signal hacking.
The only traditional conglomerations left are in southeast Asia and maybe the coast of Africa, and I gotta say, they do not look like they’re having any fun.
Yes, well, a pirate ship can’t stay in business without raiding trade convoys, either.
“Fencing.” 😀
Yeah but whatever, having them on the store doesn’t mean that they’re selling or even being suggested, it means that someone paid $100 to get it listed and available. Steam doesn’t bother with organic marketing until you have at least ten positive reviews from people who didn’t get the game for free, anyway; so this is kind of a non-issue.
If a whole bunch of people are now capable of putting honest games together, I call that a win. If it’s AI it’s already pretty much against the rules of the platform, and will likely not sell even if they sneak it in dishonestly, so I call that a mildly offensive red herring. You can get a refund within the first two hours of gameplay with no questions asked anyway.
We fine.
deleted by creator
Damn, man. The food ain’t that bad.
“…Unless you’re dextro like me. Then it’ll kill ya.”
What’s alarming is how ridiculously close this is to reality right now…
I haven’t been this pissed off since LINQ started allowing syntax switches in random-ass places.
Only if you get eaten. Are you planning to get eaten, or do you keep company with people who might take interest in eating you?
I suppose you could theoretically just have sex with someone and hope for the best.
Signal 11 is a segmentation fault on Linux systems. It means your program (Godot) is trying to access memory that doesn’t belong to it. If it showed up in Dev6, it would most certainly help to file a formal bug report.
That may also help you narrow the issue down on your end, but this is part of why you never want to risk using a dev build on a real project. They just aren’t done yet.