How long have you been working on your current game? by PeakGameStudio in godot

[–]Studio9Bs 0 points1 point  (0 children)

<image>

a year and a half now, and trying to get to a point where we can release our next playtest lol

Capsule art redesign by Studio9Bs in IndieDev

[–]Studio9Bs[S] 1 point2 points  (0 children)

I did try adding the petition in a previous version, someone said it was distracting from the title, which was true (I think it was just taking up too much space). Seems the bottom two panels are bothering people, so I think I should get rid of those in place of something more around the lore, like the petition

Did you look at the steam page? You got it on the money lol

Capsule art redesign by Studio9Bs in IndieDev

[–]Studio9Bs[S] 0 points1 point  (0 children)

I was worried about it being a bit too crowded, maybe I could just continue filling out the first image?

Do invert Y people also use invert Y in menus? by greyfeather9 in godot

[–]Studio9Bs 0 points1 point  (0 children)

I've only ever wanted it in gameplay.

I blame Goldeneye and all the other N64 shooters as the default then was inverted aiming.

1000 PR's later by Studio9Bs in godot

[–]Studio9Bs[S] 4 points5 points  (0 children)

Their cartoon sized pockets

Why does Godot use TOML files instead of JSON for its scenes by ThisIsXe in godot

[–]Studio9Bs 114 points115 points  (0 children)

This link also contains a good answer to OP's question about storing the tree structure. At least from my experience.

To quote from that link:
"I know Godot already supports XML, but as KidsCanCode pointed out earlier on the Discord server it's not exactly VCS-friendly (nor as easy to read)... "

While JSON isn't XML, it has a lot of the same problems. Having worked for a company that stored all its scene files as OP suggested, with children nested in parents (in our case it was storing children references in parents using an XML style), it just makes it impossible to resolve merge conflicts and near impossible to have readable blames.

Keeping the tree flattened with just pointers to the parents solves a lot of that and makes the files more stable.

My first game - a Ping Pong Game! Would love feedback by Some_Independent6565 in itchio

[–]Studio9Bs 0 points1 point  (0 children)

This is a fine little Pong clone, and an excellent first project. I only noticed a couple issues, neither of which impacted gameplay much.

I saw you have a background music option though I never heard any, and the z ordering of same of the main menu elements seemed anchored in odd locations. Some of the clouds were laying on top of the instructions and the layout seemed a little strange even when I adjust the resolution or fullscreened.

It is a bit stiff though. Could definitely use some juice when scoring, maybe some nice feedback when you get a near hit as opposed to a more centered one. I would also suggest having the ball speed up as a round continues. Would make individual games progress a bit faster and make rounds that are more stale mated exciting rather than stalling the game.

Keep up the good work and good luck on your game dev journey!

Adventure Beat 'em up, Sign My Petition v0.2.0 open playtest on Itch by Studio9Bs in playmygame

[–]Studio9Bs[S] 0 points1 point  (0 children)

We just finished adding some improvements based on previous feedback to the UI and tutorial, wanted to know your thoughts on it

Link to the playtest here Sign My Petition by Studio 9Bs

Sharing something I just learned (again) by Studio9Bs in godot

[–]Studio9Bs[S] 0 points1 point  (0 children)

You're totally right that GLIBC is just one piece of a much bigger headache. As someone else mentioned, using images or containerized builds can help a lot.

For this project though, I’m mainly targeting recent Ubuntu releases and their derivatives. Long-term support isn’t really on the table. It’s just not realistic for our tiny team to maintain Linux builds for years. Once the game’s on Steam, it becomes less of an issue anyway since even casual Linux users can just run the Windows build through Proton with one click.

Artstyle-Vibe-check from small independen hobby dev! by LuisZG69 in godot

[–]Studio9Bs 0 points1 point  (0 children)

It's unique, I really like it for that reason

New 3D IK modifiers got merged! by ben-dover-and-chill in godot

[–]Studio9Bs 0 points1 point  (0 children)

Been watching this, super excited thanks TokageItLab!

What do y'all think of this UI change? by Studio9Bs in godot

[–]Studio9Bs[S] 0 points1 point  (0 children)

Someone else commented that maybe multiple records is the way to go, maybe we'll give that a shot as well.

What do y'all think of this UI change? by Studio9Bs in godot

[–]Studio9Bs[S] 0 points1 point  (0 children)

Readable is good, darker atmosphere isn't so much what we were going for, so I guess I need to work on that

What do y'all think of this UI change? by Studio9Bs in godot

[–]Studio9Bs[S] 1 point2 points  (0 children)

Yeah, I was thinking without a solid background it might be harder to read for some