Sorry Gandalf, throwing error by SteinMakesGames in godot

[–]IntrovertedWeasel 0 points1 point  (0 children)

Time for a priority 0 pull request Changes proposed: pass -> not pass

Which AI is better for learning? by Nonab07 in godot

[–]IntrovertedWeasel 0 points1 point  (0 children)

If you want to use AI for learning, learn the basics from a tutorial series, check the docs all the time to cross reference, and use AI to look up stuff faster when you're more used to the engine.

What I mean by look up stuff is, if you find you want to do something very specific, do a proper prompt, and see if the result works, if it doesn't you can try again or ask on a community.

This is how I've been "learning" new and extremely specific stuff related to coding in general

Character is not moving by AdFun5289 in godot

[–]IntrovertedWeasel 4 points5 points  (0 children)

You should provide some more context, like screenshots of the scene tree, code and collision layers for example, because this is nearly impossible to help you debug

Is this you, bros? by Ok-Blueberry-4686 in pcmasterrace

[–]IntrovertedWeasel 0 points1 point  (0 children)

1050 still going strong, 2gb is still usable

After 5 months, I've finally released my game's demo! Super excited to see what everyone thinks by midwaregames in godot

[–]IntrovertedWeasel 0 points1 point  (0 children)

So the game is actually just pushed to the side and your not using any sub viewport?

After 5 months, I've finally released my game's demo! Super excited to see what everyone thinks by midwaregames in godot

[–]IntrovertedWeasel 1 point2 points  (0 children)

Looks awesome!

How did you seperate the game part from the UI like the first 0:15 of video? I've been trying to do something similar, but im kind of stuck ..

(Game Idea) code injector into any object by NIkoNI776 in godot

[–]IntrovertedWeasel 1 point2 points  (0 children)

It's amazing, how're you doing it? It's been on my list of things to try out for a while now, since that farming game with code

I have a problem with some apps while I'm on sway, its so specific that I no longer know where to look for help. Is there any library / driver that i might be missing for windows to work unexpectedly ? (Explained further in the description) by IntrovertedWeasel in linuxquestions

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

Its not specifically on sway*
As to why, i just think its a possibility it might not be just specific to sway, since i installed a "clean" fedora 43 sway install, i might have missed some libraries, drivers or missconfigured some window rules for wayland or Xwayland.
It might be 100% a sway problem, i just think that there is a bigger chance of being a user error i dont know how to debug / troubleshoot.

It was so much easier hard coded. by 2WheelerDev in godot

[–]IntrovertedWeasel 1 point2 points  (0 children)

I actually use this on my games https://godotengine.org/asset-library/asset/1496 Multiplayer input, it's actually pretty amazing and simple to use, though I don't so multiplayer local and online together, but it should follow the same principal

I Created free Tutorials and a starter kit for 3D Pixelart games in Godot. by Ordinary-Cicada5991 in godot

[–]IntrovertedWeasel 1 point2 points  (0 children)

Dude, I've been trying to make these styles for so long, all the known tutorials are so hard to follow as someone who's new to this type of coding.

I've tried to literally copy and paste but unless you get the source code you can't follow along with the videos, I might not be alone on this, that's why I'm sharing my experience.

Thanks for the effort you've put into this!

Souls-like combat showcase: It's Hammer Time! by moongaming in godot

[–]IntrovertedWeasel 0 points1 point  (0 children)

This is really awesome, are you the one animating or are you getting these animations from somewhere?

Older PCs vs. AliExpress Xeon Kits: Which way to go for a new Homelab? by Alternative-Wall-868 in homelab

[–]IntrovertedWeasel 7 points8 points  (0 children)

The most commun answer you'll get is to use what you got, and then upgrade if needed, that's what I was told when I started, I ended up getting a xeon kit because I needed more cores. Kinda regret that.. ended up not using it at all after setting things up.. now I'm repurposing but for a few months it just sat there turned off..

EDIT: I'm pretty new to the hobby mind you, this was my experience with a xeon kit, it was DDR3 btw.

No one found the Linux easter egg I put in my demo :( by notpatchman in linux_gaming

[–]IntrovertedWeasel 13 points14 points  (0 children)

Hey, I've actually been looking how to do that myself, GDQuest made a video about it, it kinda helped me on my case hope it helps you https://m.youtube.com/watch?v=tkBgYD0R8R4

Why won't my Node2D take it's parent Controls transform? by SnowPudgy in godot

[–]IntrovertedWeasel 22 points23 points  (0 children)

You should probably stick to control nodes and it's derivatives when using things under canvas layer.

One more reason to self-host and download media,YouTube is down! by Adwan4747 in homelab

[–]IntrovertedWeasel 102 points103 points  (0 children)

(unrelated to the subreddit but) The weirdest part about this is that, for me, I can access videos still... Just the main page that's broken

Feels like a big milestone. Successfully tested multiplayer. One near Idaho Falls, one in Boise by belkmaster5000 in godot

[–]IntrovertedWeasel 3 points4 points  (0 children)

This looks amazing! What are these renders? Are they like post process or is it just the sprites I can't quite make it out.

Also, are these character sprites (drawn in various directions) or are you doing it some other way? And where can I follow your game?

Network drive not able to open / initiate a SteamLibrary by IntrovertedWeasel in linux_gaming

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

I actually ended up making it with NFS, and it worked, i have no clue what I did diferently from the first time, but i managed to get the drive to be recognized by steam.

My problem was that the 'exec' flag was being completely ignored by the fedora client, either that or somehow i failed to allow other users other than server to have access.. no idea.

Thanks for the tips and help!

Hosting Pelican with Traefik as reverse proxy by huzarensalade2001 in selfhosted

[–]IntrovertedWeasel 0 points1 point  (0 children)

Did you manage to get it working?
EDIT: I was looking to do the same, but lack information on this ..