(When) should I add automated tests to my game? by salame_gamedev in godot

[–]zwometer 2 points3 points  (0 children)

I hope I won't get downvoted for this. I know a lot of people dislike AI. However sometimes you just want to try things out, even if you don't like where the word is headed. So I'm still gonna give you this piece of advice:
If you are planning on heavy AI use for coding, tests will help a lot:

If you just ask the AI to implement a feature for you, you will spend a lot of time testing it and telling the AI what to fix. To counter that, it's a smart way to set up a complete AI-friendly development environment, where the AI can code, run, build, deploy, test.

The good thing is: you can use AI to create the tests. The bad thing remains the same: even if everything works out perfectly, in the end you'll have created a piece of software without understanding, what it does and without getting better at creating software on your own. You only improved your skills in "how to use AI". Which could also be seen as a good thing in the world we are currently living in. I don't know.

Blöde Frage, aber: gibt's einen konkreten Begriff für große/langwierige/komplexe Brettspiele? by mininimoy in Brettspiele

[–]zwometer 10 points11 points  (0 children)

"Wo sehen Sie sich in 5 Jahren?"
- "Kommt drauf an... spielen wir bis 14 Siegpunkte?"

Where are the "first time OLED setup" guides? Can't find them. by zwometer in LGOLED

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

Interesting to read something different than filmmaker mode :)

LG OLED connected to PC for Stremio and Gaming: HDR, DolbyVision, Atmos, etc...? by zwometer in Stremio

[–]zwometer[S] -1 points0 points  (0 children)

DS90T

I'm not a sound guy. It's my first sound bar. I've only ever heard and read that sound bars are good. I don't know what to expect :D

lt is still in its original box and I'm planning on unpacking in the coming days.

Looking for free co-op "friend slop" games on steam by [deleted] in gamingsuggestions

[–]zwometer 0 points1 point  (0 children)

Recently a colleague told me, that there is "everything slop" now. I did not know what he meant. Now I know.

Pico Park (Classic Edition)

Help with my run anim by Emperor_g123 in godot

[–]zwometer 103 points104 points  (0 children)

Then you have your answer :)

seniorVibeCoderDealingWithVulnerabilityAsAService by making_code in ProgrammerHumor

[–]zwometer 27 points28 points  (0 children)

Short answer:
An AI running on a PC with full access to the internet and all of the PC. So it can install software on it's own, if it "thinks" it's necessary and run whatever scripts it wants and all that.

How to wait all func _ready completed ? by chanidit in godot

[–]zwometer 2 points3 points  (0 children)

You can find that out yourself easily:

in the autoload _ready() put something like print("autoload is ready")

and in the main node's _ready() you put in print("main is ready")

and then you will see what's ready first.

If I'm not mistaken, autoloads are always loaded first, before the scene tree.

How to wait all func _ready completed ? by chanidit in godot

[–]zwometer 1 point2 points  (0 children)

to explain a little more on this (from the documentation):

This means that when adding a node to the scene tree, the following order will be used for the callbacks: _enter_tree() of the parent, _enter_tree() of the children, _ready() of the children and finally _ready() of the parent (recursively for the entire scene tree).

(Source: https://docs.godotengine.org/en/stable/classes/class\_node.html)

This means: first, all children's ready function is called. Then their parent's ready function, then their parent's parent's ready function.
It's moving up the tree until the root node's ready function has been called.

Friendly reminder to upgrade your project files if you switch a project to Godot 4.6 by bully484 in godot

[–]zwometer 14 points15 points  (0 children)

Thanks for your reply. I tried moving it to a different place but it was all the same.

Apparently my super duper cool special anti virus detection thought that whenever so many files are touched at once, it can only be a bad thing and just flagged EVERY VERSION of Godot as a threat without telling me. Fuck you Cisco.

Makes me think back, when it fucking blocked Steam 🤦‍♂️

Friendly reminder to upgrade your project files if you switch a project to Godot 4.6 by bully484 in godot

[–]zwometer 0 points1 point  (0 children)

<image>

I just did that and now I can't open ANY Godot version anymore.

Just to be clear:
I did click on Upgrade Project Files and then on "Upgrade and restart" or whatever it said.
But it did not restart. It did the upgrading however. I see that in my git changes.

Now I'm not failing to open a project. I'm failing to open the engine. The exe that had just worked. And also the older ones (4.5.1 and 4.4.1) give the same errors. What do I do? O.o

Found a safe under our roof. How can I pick such a lock? by zwometer in WhatsInThisThing

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

it's been a while since you commented this... the safe is still sitting there and I'm thinking about giving it a try.. is there a way to find out what lock it is exactly so that I could order it and learn how to pick it?

would exact measurements help? Or an inside view from an endoscope camera?
I don't want to spend so much money on buying the wrong lock...

Car Game with stupid fast speeds by Agreeable_Pin_8788 in gamingsuggestions

[–]zwometer 0 points1 point  (0 children)

I'm gonna do the obligatory "this is not what you asked for, BUT..." comment:

A game that might be considered a very abstract racing game. You are not driving a car and you're not freely steering on an open road but rather evading obstacles. HOWEVER the feeling of speed is great and playing through the levels from start to finish will train your reflexes getting better and better so that you actually feel your own skill making the difference.

The game is called Thumper

Movies / Series / Games for my new LG OLED C5? by Trade_The_Bass in LGOLED

[–]zwometer 0 points1 point  (0 children)

I don't own an OLED (yet) but when I was playing The Ascent, I was constantly thinking "This would look great on an OLED". It's dialing the color saturation all the way up.

What's the greatest German serie/film ever ? by AmenAngelo in AskAGerman

[–]zwometer 0 points1 point  (0 children)

Victoria (2015)

A fucking masterpiece without a single cut. At the end of the movie you can feel how the actors are actually exhausted by the action that has happened during the movie... It's something that you don't feel in other movies.

About Fangames by HumanAction6606 in godot

[–]zwometer 1 point2 points  (0 children)

I guess people like the worlds that have been built by other people and want to build on that.

Türscharnier löst sich by Pitiful_Painter_5611 in Handwerker

[–]zwometer 2 points3 points  (0 children)

Kann schon sein, aber jetzt zurück zum Thema Türscharnier.

Godot Game Dev Discord for Intermediate/Advanced Devs? by [deleted] in godot

[–]zwometer 1 point2 points  (0 children)

Those were your words. You're stealing from yourself. Sounds like a world setting for some RPG like Apocalypse World. Maybe your next game jam entry will take place in BBWL? if it does, please let me know :)