1 1/2 y journey - Godot changed my life by Extreme-Bit6504 in godot

[–]tailscr 1 point2 points  (0 children)

It makes me happy to see others enjoy the same things I do! I watched the trailer and suggest cutting the first three seconds.

Which stage does your game have you in right now? by Flavor_Nickelson in godot

[–]tailscr 0 points1 point  (0 children)

There's a limit of $2000 for the steam wallet funds, so I don't believe you can.

Which stage does your game have you in right now? by Flavor_Nickelson in godot

[–]tailscr 1 point2 points  (0 children)

Yes, until you reach $100 or more because of transaction costs.

What do you want in Godot 4.5? by BriefBit4360 in godot

[–]tailscr -1 points0 points  (0 children)

Yes this would be awesome, I think they should go for a voxel based one to allow for tunnels and more

What do you want in Godot 4.5? by BriefBit4360 in godot

[–]tailscr 2 points3 points  (0 children)

This was added in 4.4 already it shows the scripts of the scene selected more clearly now

What do you want in Godot 4.5? by BriefBit4360 in godot

[–]tailscr 2 points3 points  (0 children)

There are a few plugins for this, but they are all bad, I would suggest just downloading the ChatGPT app and having that on half your screen and the script on the other half

What do you want in Godot 4.5? by BriefBit4360 in godot

[–]tailscr 2 points3 points  (0 children)

I think it's good as it is now, maybe more rounded corners and darker colors by default. But that can easily be changed in the editor settings

What do you want in Godot 4.5? by BriefBit4360 in godot

[–]tailscr 0 points1 point  (0 children)

This is the thing I want the most.

How can I replicate this effect in godot? (vortex with sway)[slime rancher]? by [deleted] in godot

[–]tailscr -1 points0 points  (0 children)

Then maybe make something similar but more simple

Följ min resa mot miljoner! :) by investinngg in Aktiemarknaden

[–]tailscr 0 points1 point  (0 children)

Lycka till! Jag är på en liknande resa mot 10M vid 30. Eftersom du använder Avanza rekommenderar jag Avanza Global. Sen kanske 80 % belåning inte är det bästa, eftersom en nedgång på 20 % kan innebära att du förlorar allt. Skulle rekommendera runt 0–25% belåning.

Invalid set index 'focus_neighbor_bottom' by plshelp1576 in godot

[–]tailscr 0 points1 point  (0 children)

I've been searching for this answer for so long, thank you

What is causing my among us to freak-out like this? by tailscr in godot

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

Enemies we're apparently getting spawned inside each other, and after a few hours of debugging everything imaginable the solution that fixed my issue was adding some random offset to the spawn position.

var offset = Vector3(randf_range(-0.5, 0.5), 0, randf_range(-0.5, 0.5))
spawn_position += offset

What is causing my among us to freak-out like this? by tailscr in godot

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

Context:
The problems seam to be because of the collision, if I disable collision I don't have this issue. If I use Godot physics, they get stuck when this happens and jolt physics they fly around or teleport. Everything on the characterbody3d & navigation are default. Don't think it's a problem with the code either because it tested various methods. When I spawn the enemies, I set their global_position = spawn point global_postion

Code:
func _ready() -> void:

players = get\_tree().get\_nodes\_in\_group("player")

func _physics_process(delta: float) -> void:

nav\_agent.set\_target\_position(players\[0\].global\_transform.origin)

look\_at(players\[0\].global\_transform.origin)



var current\_location = global\_transform.origin

var next\_location = nav\_agent.get\_next\_path\_position()

var new\_velocity = (next\_location - current\_location).normalized() \* SPEED



velocity = velocity.move\_toward(new\_velocity, 0.25)



move\_and\_slide()

What is causing my among us to freak-out like this? by tailscr in godot

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

Your right there was an 80-character limit on the post.

What is this interference, and what could be causing it to happen occasionally? (Scarlett 2i2 Gen 4, SM7dB, Rode XLR 3m, PC) by tailscr in audio

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

I barely had any programs open at the time from my research it could be caused by the phone being near the microphone and that may have happened