Godot Engine
Rules
About
Featured Projects
Toggle forum theme
Sign Up
Log In
davek
Jan 20, 2024
Joined Jan 22, 2021
7 best answers
Discussions
Posts
142
Discussions
21
Likes
Mentions
4.2.1 - NavigationServer2D get_map_path() not found
Godot Help
2D
Navigation
Godot 4.X
davek
started
Dec 30, 2023
Can't understand what this error message is saying. When I click the help for this function, it's listed.
1
1 reply
How to limit displayed rotation angles of Sprite2D?
Godot Help
2D
Godot 4.X
davek
started
Dec 10, 2023
Say you want your 2D physics object to freely rotate, but want a 2D sprite child to only display at a limited subset of the degrees, like instead of showing every 1 degree of rotation, the sprite woul...
4
4 replies
This guy can't find the Project Tab in Godot
Godot Help
New to Godot
davek
started
Jun 18, 2023
Someone help him! Looks like maybe OSX on a tiny screen
3
3 replies
Search only uncommented code?
Godot Help
GDScript
Question
Godot 4.X
davek
started
May 23, 2023
Is it possible to do an All File Search, but don't show results that are commented? For example searching for "print(" but ignoring "#print("
3
3 replies
How to fade out music while next scene loading? Thread?
Godot Help
Audio
GDScript
Question
Godot 4.X
davek
started
May 15, 2023
Trying to figure out if it's possible to have music fade out (which works) but the fade tween doesn't apply when a next scene is loading, and that stops the tween from processing. Is there a way aroun...
6
6 replies
How to preload shaders in Godot 4 (to prevent slowdowns)?
Godot Help
2D
Shaders
GDScript
Optimizing
Godot 4.X
davek
started
May 10, 2023
I tried making a scene with all the shaders used as materials, then load it into the scene, then free it... func do_shader_preload(): game.shaders_preloaded = true var shaders = load("res://scenes/sha...
2
2 replies
Is it possible to find out what area a Sprite2D are visible?
Godot Help
2D
GUI
Question
Godot 4.X
davek
started
May 4, 2023
After a scene is rendered, and a bunch of Sprites have been overlaid on top of each other, is it possible to query a sprite2d to see which parts of it are still visible? If so, how?
11
11 replies
Trying to create 2D glow effect in Godot 4 - help needed!
Godot Help
2D
Shaders
Godot 4.X
davek
started
May 1, 2023
This is an attempt to recreate a glow effect in Godot 4's 2D (specifically Compatibility Mode but Vulkan also applies). This approach uses a SubViewport to contain any textures that want to glow. The ...
0
0 replies
What is the cheapest graphics card that can run Godot+Vulkan?
3D
2D
Community
Lounge
Godot 4.X
davek
started
Apr 26, 2023
Hi! I have an NVIDIA GeForce GTX 960, which is a bit old sure, but it can run a lot of 3D games like Valheim with no sweat. But it can't run a simple 2D menu in Godot without massive lag when in Forwa...
24
24 replies
New in Godot 4: what is SeparationRayShape2D for?
Godot Help
2D
Godot 4.X
davek
started
Mar 21, 2023
https://docs.godotengine.org/en/stable/classes/class_separationrayshape2d.html#class-separationrayshape2d Maybe it's just me, but even with the description, I don't really get what this does. Sounds c...
1
1 reply
Good News: SmartShape2D has a working Godot 4 fork
Projects
2D
Physics
Godot 4.X
davek
started
Mar 20, 2023
For anyone who used this addon in v3, now there is a working version for Godot 4! That's no small feat! https://github.com/SirRamEsq/SmartShape2D/pull/115 Looks like it could use testing
0
0 replies
Turning a Character2D into a static/frozen state?
Godot Help
2D
Physics
davek
started
Mar 14, 2023
Is there a good way to set a Character2D into something that's like "freeze" mode in RigidBody2D? I want NPCs to be able to "freeze" in place and be unmovable, while still performing scripted actions ...
4
4 replies
Camera shake in Godot 4
Godot Help
2D
GDScript
Question
Godot 4.X
davek
started
Feb 28, 2023
Anyone have 2D camera shake working in Godot 4? I've found setting .offset no longer a viable way to shake a camera since it will move the screen outside of it's limits. And if you are close to the li...
2
2 replies
Are .import and .godot files+dirs now required in v4?
Godot Help
Godot 4.X
davek
started
Feb 25, 2023
If I leave out ".import" files and ".godot" directory from the repository, then there are too many problems with uids inside .tscn files when trying to edit a new project clone. It is so bad the edito...
7
7 replies
Godot 4: set which Editor on Startup?
Godot Help
davek
started
Feb 23, 2023
Is it possible to change which editor is shown on Godot 4 startup? Currently it always shows 3D editor. Would prefer 2D editor or Script Editor
3
3 replies
How to Tween multiple properties in Godot 4?
Godot Help
davek
started
Feb 21, 2023
In Godot 3, you could use interpolate_property() multiple times on one Tween But in Godot 4, you have to call set_trance() and set_ease(), does that mean you can't have two different ease types for th...
3
3 replies
AnimatedSprite2D - SpriteFrames lost from 3 to 4 conversion
Godot Help
davek
started
Feb 21, 2023
When converting a project from v3 to v4 (rc2), all AnimatedSprites lose their SpriteFrames. It is difficult to redo them all again... maybe there is a way to save/convert the frames, even by editing ....
2
2 replies
Trick for Editing Big Levels
Tutorials
davek
started
Feb 10, 2023
Do you get annoyed when editing large levels? I do. Every time I run a level, then go back to edit it, the Godot editor does not leave me back exactly where I left off. Which isn't that big a deal, un...
0
0 replies
How to check if variable is null/empty in Godot 4?
Godot Help
davek
started
Feb 9, 2023
In Godot 3 I could write: if not variable: do stuff But the "not" keyword seems reserved for booleans only now. How do we check if a variable is empty?
6
6 replies
Chore 4 is a Bore
Projects
davek
started
Feb 8, 2023
And that's a good thing! Because boring isn't broken! [ Chore Engine upgraded to be compatible with Godot 4 rc 1 ] At some point during the Godot 4 Beta releases, I tried to run one of my games on God...
0
0 replies
Load More
Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.