Damus
AlexTECPlayz profile picture
AlexTECPlayz
@AlexTECPlayz

Transfem Non-binary Aro Bi | Progressive Left

Game, software & web dev from Romania. Interested in science, politics, humanities and more.

Against all forms of authoritarianism and totalitarianism.

―――――

Developing games at my indie game studio, @vantainteractive, working on #Prisonia on Godot and other projects using my engine toolkit, Sapphire.

Also check out my alt accounts on my own instance:
@alextecplayz
@vantainteractive
@prisonia

#gamedev #gameenginedev

Relays (1)
  • wss://relay.ditto.pub – read & write

Recent Notes

8Bit | :linux: :godot: :gog: :switch: · 7w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqltr45erkn29nr5gp79qerzlq5x7jrjhfytnge2xdf0s2xcdqyjgqu8rqqh You're right, GDScript is incapable of handling a lot of decently intense workloads ei...
AlexTECPlayz profile picture
@nprofile1q... to be fair, I did fork Godot last year and worked on it solo but I transitioned back to making gdscript plugins with the stuff I had as modules, and Godot's codebase is significantly easier to read, build and debug than Unreal's.

I had my own integration that would work with Renderdoc, NVIDIA Nsight Graphics, I had ImGUI up and running, it's not trivial, but it's also not nightmare-level programming where you'd need a CS degree and years of C++ and C# experience like with Unreal.

On my current computer it takes ~30 minutes to compile Godot from master, and I managed to compile 5.0 or 5.1 back when it was released in a whopping 8 hours.

Out of curiosity I'm currently doing a comparison between repo size and LOC between Godot and Unreal (5.8, and 4.13.1 from 10 years ago) and it's safe to say that if Godot ever goes the way of the dodo or causes a big community divide, it would still be easier to salvage or continue with a small team.

(plus you can't legally open-source Unreal Engine, you can only distribute it to other licensees that have access to the repo)
8Bit | :linux: :godot: :gog: :switch: · 7w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqltr45erkn29nr5gp79qerzlq5x7jrjhfytnge2xdf0s2xcdqyjgqu8rqqh Interesting perspective. I have so far only once wanted to use visual scripting and th...
AlexTECPlayz profile picture
@nprofile1q... totally fair, there are use cases to be found with all kinds of systems, but it always irked me when people on forums (even on Unreal forums) were like 'Blueprints is for babies, if you want to develop a game you must use C++', 'Blueprints isn't useful', 'Blueprints is X whereas C++ is Y' etc.

BP is similar to GDScript in terms of what it can do and can't do while remaining performant. BP and handling massive amounts of data (e.g 5000 strings in an array of an enum) was a big no-no, same thing would apply to GDScript.

But to throw basically a decade of videos and knowledge, to tell game devs that have only used (and possibly mastered) Blueprints that "Tough luck buddy, we're switching to Verse, time to learn it if you still want to find a job with UE6 on the horizon" is fucked up and shows that Epic has changed a lot from the early UE4 days.

Heck, even their stupid UE6 announcement mentions that they will only develop 5.8 and reserve 5.9 if they ever want to bother with releasing a new version, meanwhile some of the stuff in 5.8 is half-baked, there's systems that have been decades in the beta channel (e.g. the Sprite system in Unreal has basically been abandoned and left to rot because Epic doesn't really have a need for 2D anymore), pushing for high-end computer specs and features while gradually shifting focus from low and mid-range mobile phones, dropping support for some OpenGL stuff etc.

Heck, it only makes me believe more and more that I was right about my theory from 2024 that UE5 was rushed out without any care for bugs because Epic really needed Fortnite in UE5 and that Matrix demo, come hell or high water: https://techhub.social/@alextecplayz/112287777281507338

There's a lot of great talent at Epic, but Swiney & Co.'s decisions and ideas really don't help.

So right now they basically have UE5, UEFN teams, and starting now they're shifting the efforts to unifying both into UE6, as well as integrating Verse, untangling and removing a decade of Blueprints and other features, all in ~2 years or so from now until the first 6.0 release.

That's a hell of a request, the codebase is massive.
1
8Bit | :linux: :godot: :gog: :switch: · 7w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqltr45erkn29nr5gp79qerzlq5x7jrjhfytnge2xdf0s2xcdqyjgqu8rqqh You're right, GDScript is incapable of handling a lot of decently intense workloads either. And I believe in both Unreal and Godot, it holds some games back because some devs can't help ...
8Bit | :linux: :godot: :gog: :switch: · 7w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqltr45erkn29nr5gp79qerzlq5x7jrjhfytnge2xdf0s2xcdqyjgqu8rqqh Agreed. Although do you do visual scripting in Godot or do you just use GDScript? I as...
AlexTECPlayz profile picture
@nprofile1q... If Godot still had visual scripting, I would use both, I equally love writing code and doing all of that in a graph with nodes.

Another reason is that it's still quite user-friendly especially for beginners, which is why I started working on Schema, which is basically translating GDScript code to a visual node system and vice-versa: https://techhub.social/@alextecplayz/116637337424976792, which I'll use both in Godot and in games as part of mod toolkits for players (and they can switch between GDScript and Schema at any time).

Generally my rule now is:
- C# for my Sapphire toolkit + situations where GDScript would perform worse (e.g. handling lots of data quickly)
- GDScript for general mechanics, it's especially useful for UI scripting
- visual coding for when I have a lot of code that's not particularly important in terms of performance, but if I have a lot of it and I'd like some sort of visual orientation to see the flow of things, or when I want to debug something more complex

Blueprints was exceptional at visualization for debugging purposes when you were playing a scene in Unreal and wanted to see how things performed behind the scenes, you had highlighted lines as actions and functions were performed, values that would update in real-time, arrows, it was awesome and I wish I could get something like that in Schema someday, but it's going to be a lot of work.
1
8Bit | :linux: :godot: :gog: :switch: · 7w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqltr45erkn29nr5gp79qerzlq5x7jrjhfytnge2xdf0s2xcdqyjgqu8rqqh Interesting perspective. I have so far only once wanted to use visual scripting and that was with shaders. Cause it helped me visualize them more effectively. But as with any visual scr...
8Bit | :linux: :godot: :gog: :switch: · 7w
I know I sound like a Youtube clickbait thumbnail, but the Unreal situation is fucking CRAZY. I never gave two shits about Blueprints. I think it's too time consuming to work with. But getting rid o...
AlexTECPlayz profile picture
@nprofile1q... oh what the fuck, that's awful. I loved Blueprints, I personally think it's the best thing to happen for game engines (visual programming as a whole), so replacing that with Verse which is just a scripting language is... disappointing.

Both could co-exist at the same time, Blueprints has now existed for 12 years, it's a really strong, reliable, and wonderful visual scripting system, so removing all of that in favour of a rather quirky scripting language is stupid.

Fuck this, I'm glad I moved off of Unreal in favour of Godot. It was never going to end well for UE when it started being driven mainly by Fortnite, instead of non-Epic developers' needs.
1
8Bit | :linux: :godot: :gog: :switch: · 7w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqltr45erkn29nr5gp79qerzlq5x7jrjhfytnge2xdf0s2xcdqyjgqu8rqqh Agreed. Although do you do visual scripting in Godot or do you just use GDScript? I ask because my brain is wired in a way where for me, visual scripting is kinda like writing a letter i...
Yuri :godot: · 10w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqltr45erkn29nr5gp79qerzlq5x7jrjhfytnge2xdf0s2xcdqyjgqu8rqqh While I did my tests rather quickly, I don't think I've missed something. The only cod...
AlexTECPlayz profile picture
@nprofile1q... 7 or 8 Trees? Is this supposed to work like a spreadsheet or something?

If you can, you probably should unload collapsible sections, or create your own system that fills out multiple VBox+HBox containers, I tested that a little while back as part of a gdscript custom spreadsheet-like UI.

1
Yuri :godot: · 10w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqltr45erkn29nr5gp79qerzlq5x7jrjhfytnge2xdf0s2xcdqyjgqu8rqqh Not Trees, 7 or 8 columns in the same Tree. Trees can have multiple columns, that's why all TreeItem methods take a column index :) And I don't have collapsible sections. It's a flat li...
Yuri :godot: · 10w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqltr45erkn29nr5gp79qerzlq5x7jrjhfytnge2xdf0s2xcdqyjgqu8rqqh Note that for me Godot reports much lower memory usage than the OS. I think it showed ...
AlexTECPlayz profile picture
@nprofile1q... it's supposed to be a visual node graph popup that lists at runtime the available engine and project classes, and pressing the button of the class (e.g. AESContext, AnimatedSprite3D) loads its functions to use in the graph.

But even if I expand a few of these one by one, my RAM jumps by like +/-10MB or so, which is why I'll have to unload collapsed classes since I'm targeting low-midrange phones as a minimum for my game.

It jumps to 1.5GB because it loads all of the classes' functions - which doesn't cause any jump in RAM in a Tree-less version I previously had, so it's purely because it jumps from 896 items in the Tree (just the classes being visible) to 148K (classes + functions).
1
Yuri :godot: · 10w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqltr45erkn29nr5gp79qerzlq5x7jrjhfytnge2xdf0s2xcdqyjgqu8rqqh Exactly, there's clearly something wrong with the Tree itself. May be a leak during item creation/tree refresh.
Yuri :godot: · 10w
Jesus, the Tree node in Godot uses 4.5 GB of memory on ~73500 entries. The app's footprint, for this amount of data, is 1 GB without the Tree, but jumps to 5.5 GB when I populate the Tree. What the h...
AlexTECPlayz profile picture
@nprofile1q... yeah Tree is really in need of optimization. My approach is to load stuff on demand.

But even still, 5.5GB for only 73500 entries is too much. Perhaps you're doing something else when you populate the Tree that makes it jump this much?

My Tree with 148K entries makes my RAM jump from 124.2MiB to 1.67GiB once I expand all (and load all entries).

1
Yuri :godot: · 10w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqltr45erkn29nr5gp79qerzlq5x7jrjhfytnge2xdf0s2xcdqyjgqu8rqqh Note that for me Godot reports much lower memory usage than the OS. I think it showed something around 3 GB in Godot, while system reported 5.5 GB for the running app. Still, there is n...
Organic Maps · 12w
- Tap a bus, tram, train, or ferry stop on the map, and Organic Maps highlights the entire transit line, selectable from the list of displayed lines and routes. - Cleaner bookmark labels and a more le...
AlexTECPlayz profile picture
@nprofile1q... if I understand this right, the public transport feature uses GTFS feeds, right? It seems that there are still quite a few GTFS issues adding new lines that haven't yet been added, including mine for Cluj-Napoca that's open since March: https://github.com/organicmaps/gtfs-osm-matcher/issues/112

and I've also added the feeds for Cluj-Napoca and Bucharest/Ilfov county to the OSM wiki: https://wiki.openstreetmap.org/wiki/List_of_GTFS_feeds#Romania

I wonder, are there any more requirements for a GTFS feed to be added, or are they being slowly checked and added over time?
1
Organic Maps · 12w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqltr45erkn29nr5gp79qerzlq5x7jrjhfytnge2xdf0s2xcdqyjgqu8rqqh The recent feature uses PT lines from OpenStreetMap.org , GTFS is coming!
8Bit | :linux: :godot: :gog: :switch: · 14w
As I look on the tutorial script I've wrote, I wonder if - instead of making a "here build all this while I explain" - tutorial, maybe it would actually be easier to rewrite it and instead just provid...
AlexTECPlayz profile picture
@nprofile1q... you could always do both? That's what I plan to do in my game, and that's what other games do as well.

For example, in Prison Architect if you follow the campaign, you basically have to do certain things (e.g. build an execution room, add capacitors to the generator), but then they let you keep doing stuff on the map, you can always feel free to stop and move to the next mission.

You first teach the player the basics, show them how some stuff is done, then start letting them explore bit by bit, I think that's more intuitive than games that just force you to do a tutorial in an exact way, which makes you think that this game doesn't really have a lot of leeway in how you can complete certain tasks, but you're also not just handing the player a tome (e.g an instruction manual/guide) and let them wander off directionless, not knowing what to do and where to start from.
1
8Bit | :linux: :godot: :gog: :switch: · 14w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqltr45erkn29nr5gp79qerzlq5x7jrjhfytnge2xdf0s2xcdqyjgqu8rqqh That's the issue tho. The more I let the player do by themselves, on their own, the less I have valid ways to determine WHAT they do and how they should proceed. So I either do a "buil...
David Amador · 22w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqltr45erkn29nr5gp79qerzlq5x7jrjhfytnge2xdf0s2xcdqyjgqu8rqqh Silicon Valley later seasons hit differently now
Zak · 23w
You can mix your open source terminology with under-13-speak and no one will be able to tell the difference. Skibidi Linux gnu FOSS yeet.
AlexTECPlayz profile picture
@nprofile1q... are YOU Linuxmaxxing yet? Are you penguinpilled? L Windows lost all rizz because Microsoft isn't sigma anymore.

6-7 the way Debian absolutely MOGS Ubuntu because it mews all day while Ubuntu is chopped, and KDE is top when it comes to aura farming, no cap

Unity is cooked and is currently in its flop era, only in Ohio man 💔🥀

I don't think it's out of pocket at all but I yapped too much despite the fact that it's 3 AM and I'm sleep-deprived.
1
Zak · 23w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqltr45erkn29nr5gp79qerzlq5x7jrjhfytnge2xdf0s2xcdqyjgqu8rqqh Yum yum you ate that up no crumbs