

I don’t get this… Why do people pre order AAA games? It’s like begging for disappointment.


I don’t get this… Why do people pre order AAA games? It’s like begging for disappointment.


I try to add something to the understand.
Especially in old games, the program code (what happens if you press a button, what happen if your health bar goes to zero…) is often handled in the same memory structure as the game data (sprites, your entered player name, you inventory…) If you glitch a function that should edit a memory block of game data (e.g. reduce the players money or rename a Pokémon) to do it’s operation on a program code block instead, you can reprogram the game while you are playing it and even make it a different game.
A different famous example is Super Mario Land. If you glitch trough the level borders the game is displaying all kind of data (game data and program code) as level blocks that you can walk on. Some of those level blocks are distructable, which is setting this memory block to a different value. By carefully destructing the correct blocks, you can change things like how many life’s you have. But if you hit a wrong block, the game will potentially crash because you changed the program code to something that doesn’t make sense.
Apparently, there is even a movie about this joke… https://en.wikipedia.org/wiki/404_(film)


ok so it’s the classic compfort vs. security… kind of.


Oh boy… now I discovered that Sarah Connor once fall in love with a Kilrathi. The 80s/90s where a interesting time.


Why the heck do we have such a technology in CPUs?
Wouldn’t be so sure about that Heisenberg principle. This Schrödinger’s Cat thing must come from somewhere…
Exactly my stand is, that cat’s don’t differentiate much between play and hunt.
It’s a joyful experience for them (most times), not a stress situation.
Don’t worry she probably not thought about killing you, but was just happy you signalized to play “kill this thing” with her.
I have to ruin the joke but this is not really accurate.
Cat’s are not thinking about “killing” when they have this look. It’s the “play & snack mode” a very positive feeling for the cat. They don’t have the idea that they might hurt or kill another living being in the process.
The real “kill mode” is when having a dispute with other cats (or cat like animals) that they identity not as a snack but as a cat like thing. And this look is much closer to the left picture.
Agreed, do not use Ubuntu.
But it’s still miles away from Window… and technically you can get closer with a Linux System… e.g. Google Android.
This is perfect for people planing to get pulled over and have to explain sone things, on an airport …
No one can exit vim. It’s simply not possible.
There are even legends that the devil himself was onced tricked into opening vim and is stuck there since.


How can it be, that the Iranian terror regime appears more simpatic than the current US Government?
Windows …
Because I don’t want an OS that just works.


You mean Blobby Volley?
I think this libcudnn is a Nvidia CUDA thing. I guess you have checked that the correct CUDA libs are installed and blended has permission and knows where to look for them?
First start for learning blender Python API would be it’s documentation: https://docs.blender.org/api/current/index.html
In general you can skip anything that you can do on the user interface. But video editing is just a very small part of this and if you don’t have any programming experience yet this could be overkill for what you are looking for.
Perhaps someone had the same problems like you before and implemented something. Maybe searching explicitly for blender video editing automation or Python API will give you some results.
I know that’s not a ready to use solution but blender has a very powerful python API which should allow you to automate everything including doing calls to a AI backend of your choice if needed.
I think, the Area2D node doesn’t have any size. But you can use the underlying shape object.
If it’s a basic shape (rectangular, circle) it should be trivial to calculate. If you have a poligon2D as shape, I think there is no build in Godot function, but you could calculate it with shoelace formula, I think.
Does this make sense to you?
At first I thought it would be a Beetle or something.