this post was submitted on 02 Jul 2023
20 points (100.0% liked)

Godot

5841 readers
258 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

[email protected]

Credits

founded 1 year ago
MODERATORS
 

hello again, also i still cant really code....

Im not sure where to start becasue im more visaul learner so when i see godot's docs my brain exploids but that might be the only way. im not even sure if i should use godot and i recently got rpg maker 2003 from steam but i have yet to use it becasue im a bit intimidated. so how should one learn godot and which version should a beginner use? also shoudl i post a game if it stinks or should i wait to get better?

also if you have any tips for rpg maker also let em know.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

Right now it's a little harder to answer as the support resources for learning Godot are all in the process of being updated from the way things were done in the old Godot 3.x to the new Godot 4.x system. The changes aren't huge from a learning perspective and largely I'd say the Godot 4 way (where it differs) is actually a little easier to learn.

For example, this is a wonderful free interactive course on how to program in Godot (which is one essential skill for making games in Godot and probably the biggest sticking point for new developers) however it was made for Godot 3.x (I think 3.5 specifically...) so... It would be a good place to go learn the basics of how to program in Godot but you'd have to do so with the awareness that you'll be learning some stuff that you'll need to update your knowledge of at some point for Godot 4.0 (for example, when you are programming for a character to move on screen there's a command you can use called "move and slide" that tells Godot that you're done setting up for it and it should make your character do movement stuff now. In Godot 3.5, you need to explicitly tell it to use the movement speed you just told it to decide how fast your character should move. In Godot 4, you just tell it the movement speed then tell it to do movement stuff and it does it. Slightly quicker and easier in Godot 4 but if you use the exact same code from Godot 3.5 it'll throw up an error until you figure out what needs to change.)

Anyway, here is the course for Godot 3.x (fyi, you can still download and use Godot 3.x if you wish, but you will eventually want to switch to Godot 4, so it might be better to just use the slowly appearing new educational content for that rather than the more extensive stuff for Godot 3.x... It's just a transitional time right now.):

https://gdquest.github.io/learn-gdscript/

They are also working on a new Godot 4.0 version but because the course actually recreates the effect of what you are doing live as though you were working in Godot (by using a modified version of Godot in the background) it's a lot of work. Surprisingly it looks like it might only be a couple of months before some sort of 4.0 version appears.

In terms of Godot 4.0 tutorials, Heartbeast's first one (a simple black and white 2d platformer) is 99% finished (I think he has one final video to do but it should be out long before you could catch up to it if you started today). I haven't watched it but his stuff is usually quite good and often recommended:

https://youtu.be/nQVoD_LhEmE